Shades of Persian Indigo #2F0071
Tints of Persian Indigo #2F0071
RGB
CMYK
RGB Variations
Color information
#2F0071 (or 0x2F0071) is known color: Persian Indigo. HEX triplet: 2F, 00 and 71. RGB value is (47,0,113). Sum of RGB (Red+Green+Blue) = 47+0+113=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 113 (44.53% from 255 or 70.62% from 160); Max value from RGB is 113 - color contains mainly: blue. Hex color #2F0071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0071 is #D0FF8E. Grayscale: #1A1A1A. Windows color (decimal): -13696911 or 7405615. OLE color: 7405615.
HSL color Cylindrical-coordinate representation of color #2F0071: hue angle of 264.96º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F0071 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 0 | 113 | - |
| CMYK | 0.58 | 1 | 0 | 0.56 |
| HSL | 264.96º | 1% | 0.22% | - |
| HSV(B) | 264.96º | 1% | 0.44% | - |
| XYZ | 4.15 | 1.8 | 15.75 | - |
| YUV | 26.94 | 176.57 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 113 | 0.58 | 1 | 0 | 0.56 | 264.96 | 1 | 0.22 |
| Hex | 2F | 0 | 71 | 3A | 64 | 0 | 38 | 109 | 64 | 16 |
| Octal | 57 | 0 | 161 | 72 | 144 | 0 | 70 | 411 | 144 | 26 |
| Binary | 101111 | 0 | 1110001 | 111010 | 1100100 | 0 | 111000 | 100001001 | 1100100 | 10110 |
Color Harmonies of #2F0071
Complementary color
Monochromatic Colors of #2F0071
Black with #2F0071
Text Example
Text Example
White with #2F0071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0071; }
p { color: rgb(47,0,113); }
H1.HeaderClassName
{
color: #2F0071;
}
.AnyTagClassName
{
color: #2F0071;
}
</style>
background-color css
<style>
a { background-color: #2F0071; }
a { background-color: rgb(47,0,113); }
div.DivClassName
{
background-color: #2F0071;
}
.BgClassName
{
background-color: #2F0071;
}
</style>
border-color css
<style>
span { border-color: #2F0071; }
span { border-color: rgb(47,0,113); }
td.TdClassName
{
border-color: #2F0071;
}
.TagClassName
{
border-color: #2F0071;
}
</style>