Shades of Persian Indigo #1F0879
Tints of Persian Indigo #1F0879
RGB
CMYK
RGB Variations
Color information
#1F0879 (or 0x1F0879) is known color: Persian Indigo. HEX triplet: 1F, 08 and 79. RGB value is (31,8,121). Sum of RGB (Red+Green+Blue) = 31+8+121=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 121 (47.66% from 255 or 75.62% from 160); Max value from RGB is 121 - color contains mainly: blue. Hex color #1F0879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0879 is #E0F786. Grayscale: #1B1B1B. Windows color (decimal): -14743431 or 7931935. OLE color: 7931935.
HSL color Cylindrical-coordinate representation of color #1F0879: hue angle of 252.21º degrees, saturation: 0.88, 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 #1F0879 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 8 | 121 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.53 |
| HSL | 252.21º | 0.88% | 0.25% | - |
| HSV(B) | 252.21º | 0.93% | 0.47% | - |
| XYZ | 4.1 | 1.85 | 18.23 | - |
| YUV | 27.76 | 180.62 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 121 | 0.74 | 0.93 | 0 | 0.53 | 252.21 | 0.88 | 0.25 |
| Hex | 1F | 8 | 79 | 4A | 5D | 0 | 35 | FC | 58 | 19 |
| Octal | 37 | 10 | 171 | 112 | 135 | 0 | 65 | 374 | 130 | 31 |
| Binary | 11111 | 1000 | 1111001 | 1001010 | 1011101 | 0 | 110101 | 11111100 | 1011000 | 11001 |
Color Harmonies of #1F0879
Complementary color
Monochromatic Colors of #1F0879
Black with #1F0879
Text Example
Text Example
White with #1F0879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0879; }
p { color: rgb(31,8,121); }
H1.HeaderClassName
{
color: #1F0879;
}
.AnyTagClassName
{
color: #1F0879;
}
</style>
background-color css
<style>
a { background-color: #1F0879; }
a { background-color: rgb(31,8,121); }
div.DivClassName
{
background-color: #1F0879;
}
.BgClassName
{
background-color: #1F0879;
}
</style>
border-color css
<style>
span { border-color: #1F0879; }
span { border-color: rgb(31,8,121); }
td.TdClassName
{
border-color: #1F0879;
}
.TagClassName
{
border-color: #1F0879;
}
</style>