Shades of Persian Indigo #2F0D71
Tints of Persian Indigo #2F0D71
RGB
CMYK
RGB Variations
Color information
#2F0D71 (or 0x2F0D71) is known color: Persian Indigo. HEX triplet: 2F, 0D and 71. RGB value is (47,13,113). Sum of RGB (Red+Green+Blue) = 47+13+113=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 113 (44.53% from 255 or 65.32% from 173); Max value from RGB is 113 - color contains mainly: blue. Hex color #2F0D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0D71 is #D0F28E. Grayscale: #222222. Windows color (decimal): -13693583 or 7408943. OLE color: 7408943.
HSL color Cylindrical-coordinate representation of color #2F0D71: hue angle of 260.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F0D71 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 13 | 113 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.56 |
| HSL | 260.4º | 0.79% | 0.25% | - |
| HSV(B) | 260.4º | 0.88% | 0.44% | - |
| XYZ | 4.3 | 2.08 | 15.8 | - |
| YUV | 34.57 | 172.26 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 13 | 113 | 0.58 | 0.88 | 0 | 0.56 | 260.4 | 0.79 | 0.25 |
| Hex | 2F | D | 71 | 3A | 58 | 0 | 38 | 104 | 4F | 19 |
| Octal | 57 | 15 | 161 | 72 | 130 | 0 | 70 | 404 | 117 | 31 |
| Binary | 101111 | 1101 | 1110001 | 111010 | 1011000 | 0 | 111000 | 100000100 | 1001111 | 11001 |
Color Harmonies of #2F0D71
Complementary color
Monochromatic Colors of #2F0D71
Black with #2F0D71
Text Example
Text Example
White with #2F0D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0D71; }
p { color: rgb(47,13,113); }
H1.HeaderClassName
{
color: #2F0D71;
}
.AnyTagClassName
{
color: #2F0D71;
}
</style>
background-color css
<style>
a { background-color: #2F0D71; }
a { background-color: rgb(47,13,113); }
div.DivClassName
{
background-color: #2F0D71;
}
.BgClassName
{
background-color: #2F0D71;
}
</style>
border-color css
<style>
span { border-color: #2F0D71; }
span { border-color: rgb(47,13,113); }
td.TdClassName
{
border-color: #2F0D71;
}
.TagClassName
{
border-color: #2F0D71;
}
</style>