#2E1885

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

Shades of Persian Indigo #2E1885

Tints of Persian Indigo #2E1885

Color information

#2E1885 (or 0x2E1885) is unknown color: approx Persian Indigo. HEX triplet: 2E, 18 and 85. RGB value is (46,24,133). Sum of RGB (Red+Green+Blue) = 46+24+133=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E1885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1885 is #D1E77A. Grayscale: #2A2A2A. Windows color (decimal): -13756283 or 8722478. OLE color: 8722478.

HSL color Cylindrical-coordinate representation of color #2E1885: hue angle of 252.11º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E1885 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4624133-
CMYK0.650.8200.48
HSL252.11º69.43%30.78%-
HSV(B)252.11º81.95%52.16%-
XYZ5.692.9322.46-
YUV43178.79130.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.66%
GREEN value IS 24 (9.77% from 255) = 11.82%
BLUE value IS 133 (52.34% from 255) = 65.52%
R=22.66%
G=11.82%
B=65.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46241330.650.8200.48252.1169.4330.78
Hex2E18854152030fc451f
Octal563020510112206037410537
Binary101110110001000010110000011010010011000011111100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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