#2e1bc3

Color #2E1BC3 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2E1BC3

Tints of Persian Blue #2E1BC3

Color information

#2E1BC3 (or 0x2E1BC3) is unknown color: approx Persian Blue. HEX triplet: 2E, 1B and C3. RGB value is (46,27,195). Sum of RGB (Red+Green+Blue) = 46+27+195=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 195 (76.56% from 255 or 72.76% from 268); Max value from RGB is 195 - color contains mainly: blue. Hex color #2E1BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1BC3 is #D1E43C. Grayscale: #333333. Windows color (decimal): -13755453 or 12786478. OLE color: 12786478.

HSL color Cylindrical-coordinate representation of color #2E1BC3: hue angle of 246.79º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E1BC3 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4627195-
CMYK0.760.8600.24
HSL246.79º75.68%43.53%-
HSV(B)246.79º86.15%76.47%-
XYZ11.375.352.05-
YUV51.83208.79123.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 17.16%
GREEN value IS 27 (10.94% from 255) = 10.07%
BLUE value IS 195 (76.56% from 255) = 72.76%
R=17.16%
G=10.07%
B=72.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46271950.760.8600.24246.7975.6843.53
Hex2E1BC34C56018f74c2c
Octal563330311412603036711454
Binary101110110111100001110011001010110011000111101111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e1bc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2e1bc3; }

 p { color: rgb(46,27,195); }

 H1.HeaderClassName
 {
   color: #2e1bc3;
 }
 .AnyTagClassName
 {
   color: #2e1bc3;
 }
</style>
background-color css

<style>
 a { background-color: #2e1bc3; }

 a { background-color: rgb(46,27,195); }

 div.DivClassName
 {
   background-color: #2e1bc3;
 }
 .BgClassName
 {
   background-color: #2e1bc3;
 }
</style>
border-color css

<style>
 span { border-color: #2e1bc3; }

 span { border-color: rgb(46,27,195); }

 td.TdClassName
 {
   border-color: #2e1bc3;
 }
 .TagClassName
 {
   border-color: #2e1bc3;
 }
</style>