#2E0D8C

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

Shades of Persian Indigo #2E0D8C

Tints of Persian Indigo #2E0D8C

Color information

#2E0D8C (or 0x2E0D8C) is unknown color: approx Persian Indigo. HEX triplet: 2E, 0D and 8C. RGB value is (46,13,140). Sum of RGB (Red+Green+Blue) = 46+13+140=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 140 (55.08% from 255 or 70.35% from 199); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E0D8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0D8C is #D1F273. Grayscale: #242424. Windows color (decimal): -13759092 or 9178414. OLE color: 9178414.

HSL color Cylindrical-coordinate representation of color #2E0D8C: hue angle of 255.59º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E0D8C is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4613140-
CMYK0.670.9100.45
HSL255.59º83.01%30%-
HSV(B)255.59º90.71%54.9%-
XYZ62.7625.03-
YUV37.34185.93134.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.12%
GREEN value IS 13 (5.47% from 255) = 6.53%
BLUE value IS 140 (55.08% from 255) = 70.35%
R=23.12%
G=6.53%
B=70.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46131400.670.9100.45255.5983.0130
Hex2ED8C435B02D100531e
Octal561521410313305540012336
Binary101110110110001100100001110110110101101100000000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,13,140); }

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

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

 a { background-color: rgb(46,13,140); }

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

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

 span { border-color: rgb(46,13,140); }

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