#2E1288

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

Shades of Persian Indigo #2E1288

Tints of Persian Indigo #2E1288

Color information

#2E1288 (or 0x2E1288) is unknown color: approx Persian Indigo. HEX triplet: 2E, 12 and 88. RGB value is (46,18,136). Sum of RGB (Red+Green+Blue) = 46+18+136=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 136 (53.52% from 255 or 68% from 200); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E1288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1288 is #D1ED77. Grayscale: #272727. Windows color (decimal): -13757816 or 8917550. OLE color: 8917550.

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

Color convert

RGB4618136-
CMYK0.660.8700.47
HSL254.24º76.62%30.2%-
HSV(B)254.24º86.76%53.33%-
XYZ5.792.7923.53-
YUV39.82182.28132.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23%
GREEN value IS 18 (7.42% from 255) = 9%
BLUE value IS 136 (53.52% from 255) = 68%
R=23%
G=9%
B=68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46181360.660.8700.47254.2476.6230.2
Hex2E1288425702Ffe4d1e
Octal562221010212705737611536
Binary101110100101000100010000101010111010111111111110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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