Shades of Persian Indigo #1F0371
Tints of Persian Indigo #1F0371
RGB
CMYK
RGB Variations
Color information
#1F0371 (or 0x1F0371) is known color: Persian Indigo. HEX triplet: 1F, 03 and 71. RGB value is (31,3,113). Sum of RGB (Red+Green+Blue) = 31+3+113=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 113 (44.53% from 255 or 76.87% from 147); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F0371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0371 is #E0FC8E. Grayscale: #171717. Windows color (decimal): -14744719 or 7406367. OLE color: 7406367.
HSL color Cylindrical-coordinate representation of color #1F0371: hue angle of 255.27º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0371 is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 3 | 113 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.56 |
| HSL | 255.27º | 0.95% | 0.23% | - |
| HSV(B) | 255.27º | 0.97% | 0.44% | - |
| XYZ | 3.58 | 1.55 | 15.73 | - |
| YUV | 23.91 | 178.28 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 113 | 0.73 | 0.97 | 0 | 0.56 | 255.27 | 0.95 | 0.23 |
| Hex | 1F | 3 | 71 | 49 | 61 | 0 | 38 | FF | 5F | 17 |
| Octal | 37 | 3 | 161 | 111 | 141 | 0 | 70 | 377 | 137 | 27 |
| Binary | 11111 | 11 | 1110001 | 1001001 | 1100001 | 0 | 111000 | 11111111 | 1011111 | 10111 |
Color Harmonies of #1F0371
Complementary color
Monochromatic Colors of #1F0371
Black with #1F0371
Text Example
Text Example
White with #1F0371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0371; }
p { color: rgb(31,3,113); }
H1.HeaderClassName
{
color: #1F0371;
}
.AnyTagClassName
{
color: #1F0371;
}
</style>
background-color css
<style>
a { background-color: #1F0371; }
a { background-color: rgb(31,3,113); }
div.DivClassName
{
background-color: #1F0371;
}
.BgClassName
{
background-color: #1F0371;
}
</style>
border-color css
<style>
span { border-color: #1F0371; }
span { border-color: rgb(31,3,113); }
td.TdClassName
{
border-color: #1F0371;
}
.TagClassName
{
border-color: #1F0371;
}
</style>