Shades of Persian Indigo #2F0171
Tints of Persian Indigo #2F0171
RGB
CMYK
RGB Variations
Color information
#2F0171 (or 0x2F0171) is known color: Persian Indigo. HEX triplet: 2F, 01 and 71. RGB value is (47,1,113). Sum of RGB (Red+Green+Blue) = 47+1+113=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 113 (44.53% from 255 or 70.19% from 161); Max value from RGB is 113 - color contains mainly: blue. Hex color #2F0171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0171 is #D0FE8E. Grayscale: #1B1B1B. Windows color (decimal): -13696655 or 7405871. OLE color: 7405871.
HSL color Cylindrical-coordinate representation of color #2F0171: hue angle of 264.64º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F0171 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 1 | 113 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.56 |
| HSL | 264.64º | 0.98% | 0.22% | - |
| HSV(B) | 264.64º | 0.99% | 0.44% | - |
| XYZ | 4.16 | 1.82 | 15.75 | - |
| YUV | 27.52 | 176.24 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 1 | 113 | 0.58 | 0.99 | 0 | 0.56 | 264.64 | 0.98 | 0.22 |
| Hex | 2F | 1 | 71 | 3A | 63 | 0 | 38 | 109 | 62 | 16 |
| Octal | 57 | 1 | 161 | 72 | 143 | 0 | 70 | 411 | 142 | 26 |
| Binary | 101111 | 1 | 1110001 | 111010 | 1100011 | 0 | 111000 | 100001001 | 1100010 | 10110 |
Color Harmonies of #2F0171
Complementary color
Monochromatic Colors of #2F0171
Black with #2F0171
Text Example
Text Example
White with #2F0171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0171; }
p { color: rgb(47,1,113); }
H1.HeaderClassName
{
color: #2F0171;
}
.AnyTagClassName
{
color: #2F0171;
}
</style>
background-color css
<style>
a { background-color: #2F0171; }
a { background-color: rgb(47,1,113); }
div.DivClassName
{
background-color: #2F0171;
}
.BgClassName
{
background-color: #2F0171;
}
</style>
border-color css
<style>
span { border-color: #2F0171; }
span { border-color: rgb(47,1,113); }
td.TdClassName
{
border-color: #2F0171;
}
.TagClassName
{
border-color: #2F0171;
}
</style>