Shades of Persian Indigo #1F0070
Tints of Persian Indigo #1F0070
RGB
CMYK
RGB Variations
Color information
#1F0070 (or 0x1F0070) is known color: Persian Indigo. HEX triplet: 1F, 00 and 70. RGB value is (31,0,112). Sum of RGB (Red+Green+Blue) = 31+0+112=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 112 (44.14% from 255 or 78.32% from 143); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F0070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0070 is #E0FF8F. Grayscale: #151515. Windows color (decimal): -14745488 or 7340063. OLE color: 7340063.
HSL color Cylindrical-coordinate representation of color #1F0070: hue angle of 256.61º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0070 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 0 | 112 | - |
| CMYK | 0.72 | 1 | 0 | 0.56 |
| HSL | 256.61º | 1% | 0.22% | - |
| HSV(B) | 256.61º | 1% | 0.44% | - |
| XYZ | 3.49 | 1.46 | 15.43 | - |
| YUV | 22.04 | 178.77 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 112 | 0.72 | 1 | 0 | 0.56 | 256.61 | 1 | 0.22 |
| Hex | 1F | 0 | 70 | 48 | 64 | 0 | 38 | 101 | 64 | 16 |
| Octal | 37 | 0 | 160 | 110 | 144 | 0 | 70 | 401 | 144 | 26 |
| Binary | 11111 | 0 | 1110000 | 1001000 | 1100100 | 0 | 111000 | 100000001 | 1100100 | 10110 |
Color Harmonies of #1F0070
Complementary color
Monochromatic Colors of #1F0070
Black with #1F0070
Text Example
Text Example
White with #1F0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0070; }
p { color: rgb(31,0,112); }
H1.HeaderClassName
{
color: #1F0070;
}
.AnyTagClassName
{
color: #1F0070;
}
</style>
background-color css
<style>
a { background-color: #1F0070; }
a { background-color: rgb(31,0,112); }
div.DivClassName
{
background-color: #1F0070;
}
.BgClassName
{
background-color: #1F0070;
}
</style>
border-color css
<style>
span { border-color: #1F0070; }
span { border-color: rgb(31,0,112); }
td.TdClassName
{
border-color: #1F0070;
}
.TagClassName
{
border-color: #1F0070;
}
</style>