#2E2096

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

Shades of Persian Indigo #2E2096

Tints of Persian Indigo #2E2096

Color information

#2E2096 (or 0x2E2096) is unknown color: approx Persian Indigo. HEX triplet: 2E, 20 and 96. RGB value is (46,32,150). Sum of RGB (Red+Green+Blue) = 46+32+150=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 150 (58.98% from 255 or 65.79% from 228); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E2096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2096 is #D1DF69. Grayscale: #313131. Windows color (decimal): -13754218 or 9838638. OLE color: 9838638.

HSL color Cylindrical-coordinate representation of color #2E2096: hue angle of 247.12º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E2096 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4632150-
CMYK0.690.7900.41
HSL247.12º64.84%35.69%-
HSV(B)247.12º78.67%58.82%-
XYZ7.153.8229.21-
YUV49.64184.64125.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.18%
GREEN value IS 32 (12.89% from 255) = 14.04%
BLUE value IS 150 (58.98% from 255) = 65.79%
R=20.18%
G=14.04%
B=65.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal46321500.690.7900.41247.1264.8435.69
Hex2E2096454F029f74124
Octal564022610511705136710144
Binary10111010000010010110100010110011110101001111101111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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