#2E1872

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

Shades of Persian Indigo #2E1872

Tints of Persian Indigo #2E1872

Color information

#2E1872 (or 0x2E1872) is unknown color: approx Persian Indigo. HEX triplet: 2E, 18 and 72. RGB value is (46,24,114). Sum of RGB (Red+Green+Blue) = 46+24+114=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E1872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1872 is #D1E78D. Grayscale: #282828. Windows color (decimal): -13756302 or 7477294. OLE color: 7477294.

HSL color Cylindrical-coordinate representation of color #2E1872: hue angle of 254.67º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E1872 is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4624114-
CMYK0.600.7900.55
HSL254.67º65.22%27.06%-
HSV(B)254.67º78.95%44.71%-
XYZ4.492.4516.16-
YUV40.84169.29131.68-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25%
GREEN value IS 24 (9.77% from 255) = 13.04%
BLUE value IS 114 (44.92% from 255) = 61.96%
R=25%
G=13.04%
B=61.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46241140.600.7900.55254.6765.2227.06
Hex2E18723C4F037ff411b
Octal56301627411706737710133
Binary1011101100011100101111001001111011011111111111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,24,114); }

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

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

 a { background-color: rgb(46,24,114); }

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

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

 span { border-color: rgb(46,24,114); }

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