#2E0C92

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

Shades of Persian Indigo #2E0C92

Tints of Persian Indigo #2E0C92

Color information

#2E0C92 (or 0x2E0C92) is unknown color: approx Persian Indigo. HEX triplet: 2E, 0C and 92. RGB value is (46,12,146). Sum of RGB (Red+Green+Blue) = 46+12+146=204 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.55% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 146 (57.42% from 255 or 71.57% from 204); Max value from RGB is 146 - color contains mainly: blue. Hex color #2E0C92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0C92 is #D1F36D. Grayscale: #242424. Windows color (decimal): -13759342 or 9571374. OLE color: 9571374.

HSL color Cylindrical-coordinate representation of color #2E0C92: hue angle of 255.22º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E0C92 is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4612146-
CMYK0.680.9200.43
HSL255.22º84.81%30.98%-
HSV(B)255.22º91.78%57.25%-
XYZ6.452.9227.42-
YUV37.44189.26134.1-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.55%
GREEN value IS 12 (5.08% from 255) = 5.88%
BLUE value IS 146 (57.42% from 255) = 71.57%
R=22.55%
G=5.88%
B=71.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal46121460.680.9200.43255.2284.8130.98
Hex2EC92445C02Bff551f
Octal561422210413405337712537
Binary10111011001001001010001001011100010101111111111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,12,146); }

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

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

 a { background-color: rgb(46,12,146); }

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

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

 span { border-color: rgb(46,12,146); }

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