#2E0992

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

Shades of Persian Indigo #2E0992

Tints of Persian Indigo #2E0992

Color information

#2E0992 (or 0x2E0992) is unknown color: approx Persian Indigo. HEX triplet: 2E, 09 and 92. RGB value is (46,9,146). Sum of RGB (Red+Green+Blue) = 46+9+146=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 146 (57.42% from 255 or 72.64% from 201); Max value from RGB is 146 - color contains mainly: blue. Hex color #2E0992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0992 is #D1F66D. Grayscale: #232323. Windows color (decimal): -13760110 or 9570606. OLE color: 9570606.

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

Color convert

RGB469146-
CMYK0.680.9400.43
HSL256.2º88.39%30.39%-
HSV(B)256.2º93.84%57.25%-
XYZ6.412.8527.41-
YUV35.68190.26135.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.89%
GREEN value IS 9 (3.91% from 255) = 4.48%
BLUE value IS 146 (57.42% from 255) = 72.64%
R=22.89%
G=4.48%
B=72.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4691460.680.9400.43256.288.3930.39
Hex2E992445E02B100581e
Octal561122210413605340013036
Binary101110100110010010100010010111100101011100000000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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