#2e0f99

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

Shades of Persian Indigo #2E0F99

Tints of Persian Indigo #2E0F99

Color information

#2E0F99 (or 0x2E0F99) is unknown color: approx Persian Indigo. HEX triplet: 2E, 0F and 99. RGB value is (46,15,153). Sum of RGB (Red+Green+Blue) = 46+15+153=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #2E0F99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0F99 is #D1F066. Grayscale: #272727. Windows color (decimal): -13758567 or 10030894. OLE color: 10030894.

HSL color Cylindrical-coordinate representation of color #2E0F99: hue angle of 253.48º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E0F99 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4615153-
CMYK0.700.9000.4
HSL253.48º82.14%32.94%-
HSV(B)253.48º90.2%60%-
XYZ7.053.2230.39-
YUV40191.77132.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.50%
GREEN value IS 15 (6.25% from 255) = 7.01%
BLUE value IS 153 (60.16% from 255) = 71.50%
R=21.50%
G=7.01%
B=71.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal46151530.700.9000.4253.4882.1432.94
Hex2EF99465A028fd5221
Octal561723110613205037512241
Binary101110111110011001100011010110100101000111111011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e0f99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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