#2E1170

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

Shades of Persian Indigo #2E1170

Tints of Persian Indigo #2E1170

Color information

#2E1170 (or 0x2E1170) is unknown color: approx Persian Indigo. HEX triplet: 2E, 11 and 70. RGB value is (46,17,112). Sum of RGB (Red+Green+Blue) = 46+17+112=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E1170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1170 is #D1EE8F. Grayscale: #242424. Windows color (decimal): -13758096 or 7344430. OLE color: 7344430.

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

Color convert

RGB4617112-
CMYK0.590.8500.56
HSL258.32º73.64%25.29%-
HSV(B)258.32º84.82%43.92%-
XYZ4.252.1515.52-
YUV36.5170.61134.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.29%
GREEN value IS 17 (7.03% from 255) = 9.71%
BLUE value IS 112 (44.14% from 255) = 64%
R=26.29%
G=9.71%
B=64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46171120.590.8500.56258.3273.6425.29
Hex2E11703B550381024a19
Octal56211607312507040211231
Binary10111010001111000011101110101010111000100000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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