#2F1599

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

Shades of Persian Indigo #2F1599

Tints of Persian Indigo #2F1599

Color information

#2F1599 (or 0x2F1599) is unknown color: approx Persian Indigo. HEX triplet: 2F, 15 and 99. RGB value is (47,21,153). Sum of RGB (Red+Green+Blue) = 47+21+153=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F1599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1599 is #D0EA66. Grayscale: #2B2B2B. Windows color (decimal): -13691495 or 10032431. OLE color: 10032431.

HSL color Cylindrical-coordinate representation of color #2F1599: hue angle of 251.82º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F1599 is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4721153-
CMYK0.690.8600.4
HSL251.82º75.86%34.12%-
HSV(B)251.82º86.27%60%-
XYZ7.193.4430.42-
YUV43.82189.61130.27-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.27%
GREEN value IS 21 (8.59% from 255) = 9.50%
BLUE value IS 153 (60.16% from 255) = 69.23%
R=21.27%
G=9.50%
B=69.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal47211530.690.8600.4251.8275.8634.12
Hex2F15994556028fc4c22
Octal572523110512605037411442
Binary1011111010110011001100010110101100101000111111001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,21,153); }

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

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

 a { background-color: rgb(47,21,153); }

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

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

 span { border-color: rgb(47,21,153); }

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