#2E2076

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

Shades of Persian Indigo #2E2076

Tints of Persian Indigo #2E2076

Color information

#2E2076 (or 0x2E2076) is unknown color: approx Persian Indigo. HEX triplet: 2E, 20 and 76. RGB value is (46,32,118). Sum of RGB (Red+Green+Blue) = 46+32+118=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E2076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2076 is #D1DF89. Grayscale: #2D2D2D. Windows color (decimal): -13754250 or 7741486. OLE color: 7741486.

HSL color Cylindrical-coordinate representation of color #2E2076: hue angle of 249.77º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E2076 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4632118-
CMYK0.610.7300.54
HSL249.77º57.33%29.41%-
HSV(B)249.77º72.88%46.27%-
XYZ4.912.9217.44-
YUV45.99168.64128.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.47%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 118 (46.48% from 255) = 60.20%
R=23.47%
G=16.33%
B=60.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46321180.610.7300.54249.7757.3329.41
Hex2E20763D49036fa391d
Octal5640166751110663727135
Binary1011101000001110110111101100100101101101111101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,32,118); }

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

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

 a { background-color: rgb(46,32,118); }

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

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

 span { border-color: rgb(46,32,118); }

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