#2E2090

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

Shades of Persian Indigo #2E2090

Tints of Persian Indigo #2E2090

Color information

#2E2090 (or 0x2E2090) is unknown color: approx Persian Indigo. HEX triplet: 2E, 20 and 90. RGB value is (46,32,144). Sum of RGB (Red+Green+Blue) = 46+32+144=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #2E2090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2090 is #D1DF6F. Grayscale: #303030. Windows color (decimal): -13754224 or 9445422. OLE color: 9445422.

HSL color Cylindrical-coordinate representation of color #2E2090: hue angle of 247.5º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E2090 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4632144-
CMYK0.680.7800.44
HSL247.5º63.64%34.51%-
HSV(B)247.5º77.78%56.47%-
XYZ6.683.6326.73-
YUV48.95181.64125.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.72%
GREEN value IS 32 (12.89% from 255) = 14.41%
BLUE value IS 144 (56.64% from 255) = 64.86%
R=20.72%
G=14.41%
B=64.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal46321440.680.7800.44247.563.6434.51
Hex2E2090444E02Cf84023
Octal564022010411605437010043
Binary10111010000010010000100010010011100101100111110001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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