#2E0999

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

Shades of Persian Indigo #2E0999

Tints of Persian Indigo #2E0999

Color information

#2E0999 (or 0x2E0999) is unknown color: approx Persian Indigo. HEX triplet: 2E, 09 and 99. RGB value is (46,9,153). Sum of RGB (Red+Green+Blue) = 46+9+153=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 153 (60.16% from 255 or 73.56% from 208); Max value from RGB is 153 - color contains mainly: blue. Hex color #2E0999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0999 is #D1F666. Grayscale: #232323. Windows color (decimal): -13760103 or 10029358. OLE color: 10029358.

HSL color Cylindrical-coordinate representation of color #2E0999: hue angle of 255.42º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0999 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB469153-
CMYK0.700.9400.4
HSL255.42º88.89%31.76%-
HSV(B)255.42º94.12%60%-
XYZ6.973.0830.36-
YUV36.48193.76134.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.12%
GREEN value IS 9 (3.91% from 255) = 4.33%
BLUE value IS 153 (60.16% from 255) = 73.56%
R=22.12%
G=4.33%
B=73.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal4691530.700.9400.4255.4288.8931.76
Hex2E999465E028ff5920
Octal561123110613605037713140
Binary101110100110011001100011010111100101000111111111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,9,153); }

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

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

 a { background-color: rgb(46,9,153); }

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

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

 span { border-color: rgb(46,9,153); }

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