#2E1988

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

Shades of Persian Indigo #2E1988

Tints of Persian Indigo #2E1988

Color information

#2E1988 (or 0x2E1988) is unknown color: approx Persian Indigo. HEX triplet: 2E, 19 and 88. RGB value is (46,25,136). Sum of RGB (Red+Green+Blue) = 46+25+136=207 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.22% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 136 (53.52% from 255 or 65.70% from 207); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E1988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1988 is #D1E677. Grayscale: #2B2B2B. Windows color (decimal): -13756024 or 8919342. OLE color: 8919342.

HSL color Cylindrical-coordinate representation of color #2E1988: hue angle of 251.35º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E1988 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4625136-
CMYK0.660.8200.47
HSL251.35º68.94%31.57%-
HSV(B)251.35º81.62%53.33%-
XYZ5.923.0523.57-
YUV43.93179.96129.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.22%
GREEN value IS 25 (10.16% from 255) = 12.08%
BLUE value IS 136 (53.52% from 255) = 65.70%
R=22.22%
G=12.08%
B=65.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46251360.660.8200.47251.3568.9431.57
Hex2E1988425202Ffb4520
Octal563121010212205737310540
Binary1011101100110001000100001010100100101111111110111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,25,136); }

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

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

 a { background-color: rgb(46,25,136); }

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

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

 span { border-color: rgb(46,25,136); }

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