Shades of Persian Indigo #1F0571
Tints of Persian Indigo #1F0571
RGB
CMYK
RGB Variations
Color information
#1F0571 (or 0x1F0571) is known color: Persian Indigo. HEX triplet: 1F, 05 and 71. RGB value is (31,5,113). Sum of RGB (Red+Green+Blue) = 31+5+113=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 113 (44.53% from 255 or 75.84% from 149); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F0571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0571 is #E0FA8E. Grayscale: #181818. Windows color (decimal): -14744207 or 7406879. OLE color: 7406879.
HSL color Cylindrical-coordinate representation of color #1F0571: hue angle of 254.44º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F0571 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 5 | 113 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.56 |
| HSL | 254.44º | 0.92% | 0.23% | - |
| HSV(B) | 254.44º | 0.96% | 0.44% | - |
| XYZ | 3.6 | 1.59 | 15.74 | - |
| YUV | 25.09 | 177.61 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 113 | 0.73 | 0.96 | 0 | 0.56 | 254.44 | 0.92 | 0.23 |
| Hex | 1F | 5 | 71 | 49 | 60 | 0 | 38 | FE | 5C | 17 |
| Octal | 37 | 5 | 161 | 111 | 140 | 0 | 70 | 376 | 134 | 27 |
| Binary | 11111 | 101 | 1110001 | 1001001 | 1100000 | 0 | 111000 | 11111110 | 1011100 | 10111 |
Color Harmonies of #1F0571
Complementary color
Monochromatic Colors of #1F0571
Black with #1F0571
Text Example
Text Example
White with #1F0571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0571; }
p { color: rgb(31,5,113); }
H1.HeaderClassName
{
color: #1F0571;
}
.AnyTagClassName
{
color: #1F0571;
}
</style>
background-color css
<style>
a { background-color: #1F0571; }
a { background-color: rgb(31,5,113); }
div.DivClassName
{
background-color: #1F0571;
}
.BgClassName
{
background-color: #1F0571;
}
</style>
border-color css
<style>
span { border-color: #1F0571; }
span { border-color: rgb(31,5,113); }
td.TdClassName
{
border-color: #1F0571;
}
.TagClassName
{
border-color: #1F0571;
}
</style>