#2E1089

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

Shades of Persian Indigo #2E1089

Tints of Persian Indigo #2E1089

Color information

#2E1089 (or 0x2E1089) is unknown color: approx Persian Indigo. HEX triplet: 2E, 10 and 89. RGB value is (46,16,137). Sum of RGB (Red+Green+Blue) = 46+16+137=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 137 (53.91% from 255 or 68.84% from 199); Max value from RGB is 137 - color contains mainly: blue. Hex color #2E1089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1089 is #D1EF76. Grayscale: #262626. Windows color (decimal): -13758327 or 8982574. OLE color: 8982574.

HSL color Cylindrical-coordinate representation of color #2E1089: hue angle of 254.88º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E1089 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4616137-
CMYK0.660.8800.46
HSL254.88º79.08%30%-
HSV(B)254.88º88.32%53.73%-
XYZ5.832.7623.89-
YUV38.76183.44133.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.12%
GREEN value IS 16 (6.64% from 255) = 8.04%
BLUE value IS 137 (53.91% from 255) = 68.84%
R=23.12%
G=8.04%
B=68.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal46161370.660.8800.46254.8879.0830
Hex2E1089425802Eff4f1e
Octal562021110213005637711736
Binary101110100001000100110000101011000010111011111111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,16,137); }

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

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

 a { background-color: rgb(46,16,137); }

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

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

 span { border-color: rgb(46,16,137); }

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