#2E0491

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

Shades of Persian Indigo #2E0491

Tints of Persian Indigo #2E0491

Color information

#2E0491 (or 0x2E0491) is unknown color: approx Persian Indigo. HEX triplet: 2E, 04 and 91. RGB value is (46,4,145). Sum of RGB (Red+Green+Blue) = 46+4+145=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 145 (57.03% from 255 or 74.36% from 195); Max value from RGB is 145 - color contains mainly: blue. Hex color #2E0491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0491 is #D1FB6E. Grayscale: #202020. Windows color (decimal): -13761391 or 9503790. OLE color: 9503790.

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

Color convert

RGB464145-
CMYK0.680.9700.43
HSL257.87º94.63%29.22%-
HSV(B)257.87º97.24%56.86%-
XYZ6.282.7126.98-
YUV32.63191.41137.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.59%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 145 (57.03% from 255) = 74.36%
R=23.59%
G=2.05%
B=74.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4641450.680.9700.43257.8794.6329.22
Hex2E491446102B1025f1d
Octal56422110414105340213735
Binary10111010010010001100010011000010101011100000010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,4,145); }

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

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

 a { background-color: rgb(46,4,145); }

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

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

 span { border-color: rgb(46,4,145); }

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