#2E0A93

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

Shades of Persian Indigo #2E0A93

Tints of Persian Indigo #2E0A93

Color information

#2E0A93 (or 0x2E0A93) is unknown color: approx Persian Indigo. HEX triplet: 2E, 0A and 93. RGB value is (46,10,147). Sum of RGB (Red+Green+Blue) = 46+10+147=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 147 (57.81% from 255 or 72.41% from 203); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E0A93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0A93 is #D1F56C. Grayscale: #232323. Windows color (decimal): -13759853 or 9636398. OLE color: 9636398.

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

Color convert

RGB4610147-
CMYK0.690.9300.42
HSL255.77º87.26%30.78%-
HSV(B)255.77º93.2%57.65%-
XYZ6.52.927.82-
YUV36.38190.43134.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.66%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 147 (57.81% from 255) = 72.41%
R=22.66%
G=4.93%
B=72.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46101470.690.9300.42255.7787.2630.78
Hex2EA93455D02A100571f
Octal561222310513505240012737
Binary101110101010010011100010110111010101010100000000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,10,147); }

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

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

 a { background-color: rgb(46,10,147); }

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

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

 span { border-color: rgb(46,10,147); }

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