#2E0E66

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

Shades of Persian Indigo #2E0E66

Tints of Persian Indigo #2E0E66

Color information

#2E0E66 (or 0x2E0E66) is unknown color: approx Persian Indigo. HEX triplet: 2E, 0E and 66. RGB value is (46,14,102). Sum of RGB (Red+Green+Blue) = 46+14+102=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E0E66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0E66 is #D1F199. Grayscale: #212121. Windows color (decimal): -13758874 or 6688302. OLE color: 6688302.

HSL color Cylindrical-coordinate representation of color #2E0E66: hue angle of 261.82º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E0E66 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4614102-
CMYK0.550.8600.6
HSL261.82º75.86%22.75%-
HSV(B)261.82º86.27%40%-
XYZ3.681.8512.73-
YUV33.6166.6136.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.40%
GREEN value IS 14 (5.86% from 255) = 8.64%
BLUE value IS 102 (40.23% from 255) = 62.96%
R=28.40%
G=8.64%
B=62.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal46141020.550.8600.6261.8275.8622.75
Hex2EE66375603C1064c17
Octal56161466712607440611427
Binary1011101110110011011011110101100111100100000110100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,14,102); }

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

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

 a { background-color: rgb(46,14,102); }

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

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

 span { border-color: rgb(46,14,102); }

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