#2E0E97

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

Shades of Persian Indigo #2E0E97

Tints of Persian Indigo #2E0E97

Color information

#2E0E97 (or 0x2E0E97) is unknown color: approx Persian Indigo. HEX triplet: 2E, 0E and 97. RGB value is (46,14,151). Sum of RGB (Red+Green+Blue) = 46+14+151=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 151 (59.38% from 255 or 71.56% from 211); Max value from RGB is 151 - color contains mainly: blue. Hex color #2E0E97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0E97 is #D1F168. Grayscale: #262626. Windows color (decimal): -13758825 or 9899566. OLE color: 9899566.

HSL color Cylindrical-coordinate representation of color #2E0E97: hue angle of 254.01º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E0E97 is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4614151-
CMYK0.700.9100.41
HSL254.01º83.03%32.35%-
HSV(B)254.01º90.73%59.22%-
XYZ6.873.1329.52-
YUV39.19191.1132.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.80%
GREEN value IS 14 (5.86% from 255) = 6.64%
BLUE value IS 151 (59.38% from 255) = 71.56%
R=21.80%
G=6.64%
B=71.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal46141510.700.9100.41254.0183.0332.35
Hex2EE97465B029fe5320
Octal561622710613305137612340
Binary101110111010010111100011010110110101001111111101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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