Shades of Persian Indigo #2F0F70
Tints of Persian Indigo #2F0F70
RGB
CMYK
RGB Variations
Color information
#2F0F70 (or 0x2F0F70) is known color: Persian Indigo. HEX triplet: 2F, 0F and 70. RGB value is (47,15,112). Sum of RGB (Red+Green+Blue) = 47+15+112=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F0F70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0F70 is #D0F08F. Grayscale: #232323. Windows color (decimal): -13693072 or 7343919. OLE color: 7343919.
HSL color Cylindrical-coordinate representation of color #2F0F70: hue angle of 259.79º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F0F70 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 15 | 112 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.56 |
| HSL | 259.79º | 0.76% | 0.25% | - |
| HSV(B) | 259.79º | 0.87% | 0.44% | - |
| XYZ | 4.27 | 2.12 | 15.51 | - |
| YUV | 35.63 | 171.1 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 15 | 112 | 0.58 | 0.87 | 0 | 0.56 | 259.79 | 0.76 | 0.25 |
| Hex | 2F | F | 70 | 3A | 57 | 0 | 38 | 104 | 4C | 19 |
| Octal | 57 | 17 | 160 | 72 | 127 | 0 | 70 | 404 | 114 | 31 |
| Binary | 101111 | 1111 | 1110000 | 111010 | 1010111 | 0 | 111000 | 100000100 | 1001100 | 11001 |
Color Harmonies of #2F0F70
Complementary color
Monochromatic Colors of #2F0F70
Black with #2F0F70
Text Example
Text Example
White with #2F0F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0F70; }
p { color: rgb(47,15,112); }
H1.HeaderClassName
{
color: #2F0F70;
}
.AnyTagClassName
{
color: #2F0F70;
}
</style>
background-color css
<style>
a { background-color: #2F0F70; }
a { background-color: rgb(47,15,112); }
div.DivClassName
{
background-color: #2F0F70;
}
.BgClassName
{
background-color: #2F0F70;
}
</style>
border-color css
<style>
span { border-color: #2F0F70; }
span { border-color: rgb(47,15,112); }
td.TdClassName
{
border-color: #2F0F70;
}
.TagClassName
{
border-color: #2F0F70;
}
</style>