Shades of Persian Indigo #2F0870
Tints of Persian Indigo #2F0870
RGB
CMYK
RGB Variations
Color information
#2F0870 (or 0x2F0870) is known color: Persian Indigo. HEX triplet: 2F, 08 and 70. RGB value is (47,8,112). Sum of RGB (Red+Green+Blue) = 47+8+112=167 (22% of max value = 765). Red value is 47 (18.75% from 255 or 28.14% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F0870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0870 is #D0F78F. Grayscale: #1F1F1F. Windows color (decimal): -13694864 or 7342127. OLE color: 7342127.
HSL color Cylindrical-coordinate representation of color #2F0870: hue angle of 262.5º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F0870 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 8 | 112 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.56 |
| HSL | 262.5º | 0.87% | 0.24% | - |
| HSV(B) | 262.5º | 0.93% | 0.44% | - |
| XYZ | 4.18 | 1.95 | 15.48 | - |
| YUV | 31.52 | 173.42 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 112 | 0.58 | 0.93 | 0 | 0.56 | 262.5 | 0.87 | 0.24 |
| Hex | 2F | 8 | 70 | 3A | 5D | 0 | 38 | 106 | 57 | 18 |
| Octal | 57 | 10 | 160 | 72 | 135 | 0 | 70 | 406 | 127 | 30 |
| Binary | 101111 | 1000 | 1110000 | 111010 | 1011101 | 0 | 111000 | 100000110 | 1010111 | 11000 |
Color Harmonies of #2F0870
Complementary color
Monochromatic Colors of #2F0870
Black with #2F0870
Text Example
Text Example
White with #2F0870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0870; }
p { color: rgb(47,8,112); }
H1.HeaderClassName
{
color: #2F0870;
}
.AnyTagClassName
{
color: #2F0870;
}
</style>
background-color css
<style>
a { background-color: #2F0870; }
a { background-color: rgb(47,8,112); }
div.DivClassName
{
background-color: #2F0870;
}
.BgClassName
{
background-color: #2F0870;
}
</style>
border-color css
<style>
span { border-color: #2F0870; }
span { border-color: rgb(47,8,112); }
td.TdClassName
{
border-color: #2F0870;
}
.TagClassName
{
border-color: #2F0870;
}
</style>