Shades of Persian Indigo #1F0978
Tints of Persian Indigo #1F0978
RGB
CMYK
RGB Variations
Color information
#1F0978 (or 0x1F0978) is known color: Persian Indigo. HEX triplet: 1F, 09 and 78. RGB value is (31,9,120). Sum of RGB (Red+Green+Blue) = 31+9+120=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 120 (47.27% from 255 or 75% from 160); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F0978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0978 is #E0F687. Grayscale: #1B1B1B. Windows color (decimal): -14743176 or 7866655. OLE color: 7866655.
HSL color Cylindrical-coordinate representation of color #1F0978: hue angle of 251.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F0978 is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 9 | 120 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.53 |
| HSL | 251.89º | 0.86% | 0.25% | - |
| HSV(B) | 251.89º | 0.93% | 0.47% | - |
| XYZ | 4.05 | 1.84 | 17.91 | - |
| YUV | 28.23 | 179.79 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 120 | 0.74 | 0.92 | 0 | 0.53 | 251.89 | 0.86 | 0.25 |
| Hex | 1F | 9 | 78 | 4A | 5C | 0 | 35 | FC | 56 | 19 |
| Octal | 37 | 11 | 170 | 112 | 134 | 0 | 65 | 374 | 126 | 31 |
| Binary | 11111 | 1001 | 1111000 | 1001010 | 1011100 | 0 | 110101 | 11111100 | 1010110 | 11001 |
Color Harmonies of #1F0978
Complementary color
Monochromatic Colors of #1F0978
Black with #1F0978
Text Example
Text Example
White with #1F0978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0978; }
p { color: rgb(31,9,120); }
H1.HeaderClassName
{
color: #1F0978;
}
.AnyTagClassName
{
color: #1F0978;
}
</style>
background-color css
<style>
a { background-color: #1F0978; }
a { background-color: rgb(31,9,120); }
div.DivClassName
{
background-color: #1F0978;
}
.BgClassName
{
background-color: #1F0978;
}
</style>
border-color css
<style>
span { border-color: #1F0978; }
span { border-color: rgb(31,9,120); }
td.TdClassName
{
border-color: #1F0978;
}
.TagClassName
{
border-color: #1F0978;
}
</style>