#2E1171

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

Shades of Persian Indigo #2E1171

Tints of Persian Indigo #2E1171

Color information

#2E1171 (or 0x2E1171) is unknown color: approx Persian Indigo. HEX triplet: 2E, 11 and 71. RGB value is (46,17,113). Sum of RGB (Red+Green+Blue) = 46+17+113=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 113 (44.53% from 255 or 64.20% from 176); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E1171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1171 is #D1EE8E. Grayscale: #242424. Windows color (decimal): -13758095 or 7409966. OLE color: 7409966.

HSL color Cylindrical-coordinate representation of color #2E1171: hue angle of 258.12º 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 #2E1171 is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4617113-
CMYK0.590.8500.56
HSL258.12º73.85%25.49%-
HSV(B)258.12º84.96%44.31%-
XYZ4.312.1715.82-
YUV36.61171.11134.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.14%
GREEN value IS 17 (7.03% from 255) = 9.66%
BLUE value IS 113 (44.53% from 255) = 64.20%
R=26.14%
G=9.66%
B=64.20%

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
Decimal46171130.590.8500.56258.1273.8525.49
Hex2E11713B550381024a19
Octal56211617312507040211231
Binary10111010001111000111101110101010111000100000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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