#2E158B

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

Shades of Persian Indigo #2E158B

Tints of Persian Indigo #2E158B

Color information

#2E158B (or 0x2E158B) is unknown color: approx Persian Indigo. HEX triplet: 2E, 15 and 8B. RGB value is (46,21,139). Sum of RGB (Red+Green+Blue) = 46+21+139=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 139 (54.69% from 255 or 67.48% from 206); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E158B is #D1EA74. Grayscale: #292929. Windows color (decimal): -13757045 or 9114926. OLE color: 9114926.

HSL color Cylindrical-coordinate representation of color #2E158B: hue angle of 252.71º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E158B is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4621139-
CMYK0.670.8500.45
HSL252.71º73.75%31.37%-
HSV(B)252.71º84.89%54.51%-
XYZ6.062.9824.68-
YUV41.93182.78130.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.33%
GREEN value IS 21 (8.59% from 255) = 10.19%
BLUE value IS 139 (54.69% from 255) = 67.48%
R=22.33%
G=10.19%
B=67.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46211390.670.8500.45252.7173.7531.37
Hex2E158B435502Dfd4a1f
Octal562521310312505537511237
Binary101110101011000101110000111010101010110111111101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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