Shades of Persian Indigo #1F0078
Tints of Persian Indigo #1F0078
RGB
CMYK
RGB Variations
Color information
#1F0078 (or 0x1F0078) is known color: Persian Indigo. HEX triplet: 1F, 00 and 78. RGB value is (31,0,120). Sum of RGB (Red+Green+Blue) = 31+0+120=151 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.53% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 120 (47.27% from 255 or 79.47% from 151); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F0078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0078 is #E0FF87. Grayscale: #161616. Windows color (decimal): -14745480 or 7864351. OLE color: 7864351.
HSL color Cylindrical-coordinate representation of color #1F0078: hue angle of 255.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0078 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 0 | 120 | - |
| CMYK | 0.74 | 1 | 0 | 0.53 |
| HSL | 255.5º | 1% | 0.24% | - |
| HSV(B) | 255.5º | 1% | 0.47% | - |
| XYZ | 3.96 | 1.65 | 17.88 | - |
| YUV | 22.95 | 182.77 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 120 | 0.74 | 1 | 0 | 0.53 | 255.5 | 1 | 0.24 |
| Hex | 1F | 0 | 78 | 4A | 64 | 0 | 35 | 100 | 64 | 18 |
| Octal | 37 | 0 | 170 | 112 | 144 | 0 | 65 | 400 | 144 | 30 |
| Binary | 11111 | 0 | 1111000 | 1001010 | 1100100 | 0 | 110101 | 100000000 | 1100100 | 11000 |
Color Harmonies of #1F0078
Complementary color
Monochromatic Colors of #1F0078
Black with #1F0078
Text Example
Text Example
White with #1F0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0078; }
p { color: rgb(31,0,120); }
H1.HeaderClassName
{
color: #1F0078;
}
.AnyTagClassName
{
color: #1F0078;
}
</style>
background-color css
<style>
a { background-color: #1F0078; }
a { background-color: rgb(31,0,120); }
div.DivClassName
{
background-color: #1F0078;
}
.BgClassName
{
background-color: #1F0078;
}
</style>
border-color css
<style>
span { border-color: #1F0078; }
span { border-color: rgb(31,0,120); }
td.TdClassName
{
border-color: #1F0078;
}
.TagClassName
{
border-color: #1F0078;
}
</style>