Shades of Persian Indigo #1F0060
Tints of Persian Indigo #1F0060
RGB
CMYK
RGB Variations
Color information
#1F0060 (or 0x1F0060) is known color: Persian Indigo. HEX triplet: 1F, 00 and 60. RGB value is (31,0,96). Sum of RGB (Red+Green+Blue) = 31+0+96=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 96 (37.89% from 255 or 75.59% from 127); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F0060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0060 is #E0FF9F. Grayscale: #131313. Windows color (decimal): -14745504 or 6291487. OLE color: 6291487.
HSL color Cylindrical-coordinate representation of color #1F0060: hue angle of 259.38º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0060 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 0 | 96 | - |
| CMYK | 0.68 | 1 | 0 | 0.62 |
| HSL | 259.38º | 1% | 0.19% | - |
| HSV(B) | 259.38º | 1% | 0.38% | - |
| XYZ | 2.68 | 1.14 | 11.14 | - |
| YUV | 20.21 | 170.77 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 96 | 0.68 | 1 | 0 | 0.62 | 259.38 | 1 | 0.19 |
| Hex | 1F | 0 | 60 | 44 | 64 | 0 | 3E | 103 | 64 | 13 |
| Octal | 37 | 0 | 140 | 104 | 144 | 0 | 76 | 403 | 144 | 23 |
| Binary | 11111 | 0 | 1100000 | 1000100 | 1100100 | 0 | 111110 | 100000011 | 1100100 | 10011 |
Color Harmonies of #1F0060
Complementary color
Monochromatic Colors of #1F0060
Black with #1F0060
Text Example
Text Example
White with #1F0060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0060; }
p { color: rgb(31,0,96); }
H1.HeaderClassName
{
color: #1F0060;
}
.AnyTagClassName
{
color: #1F0060;
}
</style>
background-color css
<style>
a { background-color: #1F0060; }
a { background-color: rgb(31,0,96); }
div.DivClassName
{
background-color: #1F0060;
}
.BgClassName
{
background-color: #1F0060;
}
</style>
border-color css
<style>
span { border-color: #1F0060; }
span { border-color: rgb(31,0,96); }
td.TdClassName
{
border-color: #1F0060;
}
.TagClassName
{
border-color: #1F0060;
}
</style>