#2E1588

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

Shades of Persian Indigo #2E1588

Tints of Persian Indigo #2E1588

Color information

#2E1588 (or 0x2E1588) is unknown color: approx Persian Indigo. HEX triplet: 2E, 15 and 88. RGB value is (46,21,136). Sum of RGB (Red+Green+Blue) = 46+21+136=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 136 (53.52% from 255 or 67.00% from 203); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E1588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1588 is #D1EA77. Grayscale: #292929. Windows color (decimal): -13757048 or 8918318. OLE color: 8918318.

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

Color convert

RGB4621136-
CMYK0.660.8500.47
HSL253.04º73.25%30.78%-
HSV(B)253.04º84.56%53.33%-
XYZ5.842.8923.54-
YUV41.58181.28131.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.66%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 136 (53.52% from 255) = 67.00%
R=22.66%
G=10.34%
B=67.00%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46211360.660.8500.47253.0473.2530.78
Hex2E1588425502Ffd491f
Octal562521010212505737511137
Binary101110101011000100010000101010101010111111111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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