#2E158E

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

Shades of Persian Indigo #2E158E

Tints of Persian Indigo #2E158E

Color information

#2E158E (or 0x2E158E) is unknown color: approx Persian Indigo. HEX triplet: 2E, 15 and 8E. RGB value is (46,21,142). Sum of RGB (Red+Green+Blue) = 46+21+142=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #2E158E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E158E is #D1EA71. Grayscale: #292929. Windows color (decimal): -13757042 or 9311534. OLE color: 9311534.

HSL color Cylindrical-coordinate representation of color #2E158E: hue angle of 252.4º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E158E is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4621142-
CMYK0.680.8500.44
HSL252.4º74.23%31.96%-
HSV(B)252.4º85.21%55.69%-
XYZ6.283.0725.85-
YUV42.27184.28130.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.01%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 142 (55.86% from 255) = 67.94%
R=22.01%
G=10.05%
B=67.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal46211420.680.8500.44252.474.2331.96
Hex2E158E445502Cfc4a20
Octal562521610412505437411240
Binary1011101010110001110100010010101010101100111111001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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