Shades of Persian Indigo #1F0171
Tints of Persian Indigo #1F0171
RGB
CMYK
RGB Variations
Color information
#1F0171 (or 0x1F0171) is known color: Persian Indigo. HEX triplet: 1F, 01 and 71. RGB value is (31,1,113). Sum of RGB (Red+Green+Blue) = 31+1+113=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 113 (44.53% from 255 or 77.93% from 145); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F0171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0171 is #E0FE8E. Grayscale: #161616. Windows color (decimal): -14745231 or 7405855. OLE color: 7405855.
HSL color Cylindrical-coordinate representation of color #1F0171: hue angle of 256.07º 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 #1F0171 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 1 | 113 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.56 |
| HSL | 256.07º | 0.98% | 0.22% | - |
| HSV(B) | 256.07º | 0.99% | 0.44% | - |
| XYZ | 3.56 | 1.51 | 15.73 | - |
| YUV | 22.74 | 178.94 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 113 | 0.73 | 0.99 | 0 | 0.56 | 256.07 | 0.98 | 0.22 |
| Hex | 1F | 1 | 71 | 49 | 63 | 0 | 38 | 100 | 62 | 16 |
| Octal | 37 | 1 | 161 | 111 | 143 | 0 | 70 | 400 | 142 | 26 |
| Binary | 11111 | 1 | 1110001 | 1001001 | 1100011 | 0 | 111000 | 100000000 | 1100010 | 10110 |
Color Harmonies of #1F0171
Complementary color
Monochromatic Colors of #1F0171
Black with #1F0171
Text Example
Text Example
White with #1F0171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0171; }
p { color: rgb(31,1,113); }
H1.HeaderClassName
{
color: #1F0171;
}
.AnyTagClassName
{
color: #1F0171;
}
</style>
background-color css
<style>
a { background-color: #1F0171; }
a { background-color: rgb(31,1,113); }
div.DivClassName
{
background-color: #1F0171;
}
.BgClassName
{
background-color: #1F0171;
}
</style>
border-color css
<style>
span { border-color: #1F0171; }
span { border-color: rgb(31,1,113); }
td.TdClassName
{
border-color: #1F0171;
}
.TagClassName
{
border-color: #1F0171;
}
</style>