#2E1195

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

Shades of Persian Indigo #2E1195

Tints of Persian Indigo #2E1195

Color information

#2E1195 (or 0x2E1195) is unknown color: approx Persian Indigo. HEX triplet: 2E, 11 and 95. RGB value is (46,17,149). Sum of RGB (Red+Green+Blue) = 46+17+149=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E1195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1195 is #D1EE6A. Grayscale: #282828. Windows color (decimal): -13758059 or 9769262. OLE color: 9769262.

HSL color Cylindrical-coordinate representation of color #2E1195: hue angle of 253.18º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E1195 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4617149-
CMYK0.690.8900.42
HSL253.18º79.52%32.55%-
HSV(B)253.18º88.59%58.43%-
XYZ6.753.1528.69-
YUV40.72189.11131.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.70%
GREEN value IS 17 (7.03% from 255) = 8.02%
BLUE value IS 149 (58.59% from 255) = 70.28%
R=21.70%
G=8.02%
B=70.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46171490.690.8900.42253.1879.5232.55
Hex2E1195455902Afd5021
Octal562122510513105237512041
Binary1011101000110010101100010110110010101010111111011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,17,149); }

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

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

 a { background-color: rgb(46,17,149); }

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

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

 span { border-color: rgb(46,17,149); }

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