Shades of Persian Indigo #1F0871
Tints of Persian Indigo #1F0871
RGB
CMYK
RGB Variations
Color information
#1F0871 (or 0x1F0871) is known color: Persian Indigo. HEX triplet: 1F, 08 and 71. RGB value is (31,8,113). Sum of RGB (Red+Green+Blue) = 31+8+113=152 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.39% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 113 (44.53% from 255 or 74.34% from 152); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F0871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0871 is #E0F78E. Grayscale: #1A1A1A. Windows color (decimal): -14743439 or 7407647. OLE color: 7407647.
HSL color Cylindrical-coordinate representation of color #1F0871: hue angle of 253.14º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F0871 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 8 | 113 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.56 |
| HSL | 253.14º | 0.87% | 0.24% | - |
| HSV(B) | 253.14º | 0.93% | 0.44% | - |
| XYZ | 3.63 | 1.66 | 15.75 | - |
| YUV | 26.85 | 176.62 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 113 | 0.73 | 0.93 | 0 | 0.56 | 253.14 | 0.87 | 0.24 |
| Hex | 1F | 8 | 71 | 49 | 5D | 0 | 38 | FD | 57 | 18 |
| Octal | 37 | 10 | 161 | 111 | 135 | 0 | 70 | 375 | 127 | 30 |
| Binary | 11111 | 1000 | 1110001 | 1001001 | 1011101 | 0 | 111000 | 11111101 | 1010111 | 11000 |
Color Harmonies of #1F0871
Complementary color
Monochromatic Colors of #1F0871
Black with #1F0871
Text Example
Text Example
White with #1F0871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0871; }
p { color: rgb(31,8,113); }
H1.HeaderClassName
{
color: #1F0871;
}
.AnyTagClassName
{
color: #1F0871;
}
</style>
background-color css
<style>
a { background-color: #1F0871; }
a { background-color: rgb(31,8,113); }
div.DivClassName
{
background-color: #1F0871;
}
.BgClassName
{
background-color: #1F0871;
}
</style>
border-color css
<style>
span { border-color: #1F0871; }
span { border-color: rgb(31,8,113); }
td.TdClassName
{
border-color: #1F0871;
}
.TagClassName
{
border-color: #1F0871;
}
</style>