#2E0691

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

Shades of Persian Indigo #2E0691

Tints of Persian Indigo #2E0691

Color information

#2E0691 (or 0x2E0691) is unknown color: approx Persian Indigo. HEX triplet: 2E, 06 and 91. RGB value is (46,6,145). Sum of RGB (Red+Green+Blue) = 46+6+145=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 145 (57.03% from 255 or 73.60% from 197); Max value from RGB is 145 - color contains mainly: blue. Hex color #2E0691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0691 is #D1F96E. Grayscale: #212121. Windows color (decimal): -13760879 or 9504302. OLE color: 9504302.

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

Color convert

RGB466145-
CMYK0.680.9600.43
HSL257.27º92.05%29.61%-
HSV(B)257.27º95.86%56.86%-
XYZ6.32.7626.99-
YUV33.81190.75136.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.35%
GREEN value IS 6 (2.73% from 255) = 3.05%
BLUE value IS 145 (57.03% from 255) = 73.60%
R=23.35%
G=3.05%
B=73.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4661450.680.9600.43257.2792.0529.61
Hex2E691446002B1015c1e
Octal56622110414005340113436
Binary10111011010010001100010011000000101011100000001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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