#2E1873

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

Shades of Persian Indigo #2E1873

Tints of Persian Indigo #2E1873

Color information

#2E1873 (or 0x2E1873) is unknown color: approx Persian Indigo. HEX triplet: 2E, 18 and 73. RGB value is (46,24,115). Sum of RGB (Red+Green+Blue) = 46+24+115=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E1873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1873 is #D1E78C. Grayscale: #282828. Windows color (decimal): -13756301 or 7542830. OLE color: 7542830.

HSL color Cylindrical-coordinate representation of color #2E1873: hue angle of 254.51º 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 #2E1873 is Cyan = 0.6, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4624115-
CMYK0.60.7900.55
HSL254.51º65.47%27.25%-
HSV(B)254.51º79.13%45.1%-
XYZ4.552.4716.46-
YUV40.95169.79131.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.86%
GREEN value IS 24 (9.77% from 255) = 12.97%
BLUE value IS 115 (45.31% from 255) = 62.16%
R=24.86%
G=12.97%
B=62.16%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46241150.60.7900.55254.5165.4727.25
Hex2E18733C4F037ff411b
Octal56301637411706737710133
Binary1011101100011100111111001001111011011111111111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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