#2E1796

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

Shades of Persian Indigo #2E1796

Tints of Persian Indigo #2E1796

Color information

#2E1796 (or 0x2E1796) is unknown color: approx Persian Indigo. HEX triplet: 2E, 17 and 96. RGB value is (46,23,150). Sum of RGB (Red+Green+Blue) = 46+23+150=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E1796 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1796 is #D1E869. Grayscale: #2B2B2B. Windows color (decimal): -13756522 or 9836334. OLE color: 9836334.

HSL color Cylindrical-coordinate representation of color #2E1796: hue angle of 250.87º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E1796 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4623150-
CMYK0.690.8500.41
HSL250.87º73.41%33.92%-
HSV(B)250.87º84.67%58.82%-
XYZ6.943.429.14-
YUV44.36187.62129.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.00%
GREEN value IS 23 (9.38% from 255) = 10.50%
BLUE value IS 150 (58.98% from 255) = 68.49%
R=21.00%
G=10.50%
B=68.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal46231500.690.8500.41250.8773.4133.92
Hex2E17964555029fb4922
Octal562722610512505137311142
Binary1011101011110010110100010110101010101001111110111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,23,150); }

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

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

 a { background-color: rgb(46,23,150); }

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

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

 span { border-color: rgb(46,23,150); }

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