Shades of Persian Indigo #1F0876
Tints of Persian Indigo #1F0876
RGB
CMYK
RGB Variations
Color information
#1F0876 (or 0x1F0876) is known color: Persian Indigo. HEX triplet: 1F, 08 and 76. RGB value is (31,8,118). Sum of RGB (Red+Green+Blue) = 31+8+118=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 118 (46.48% from 255 or 75.16% from 157); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F0876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0876 is #E0F789. Grayscale: #1B1B1B. Windows color (decimal): -14743434 or 7735327. OLE color: 7735327.
HSL color Cylindrical-coordinate representation of color #1F0876: hue angle of 252.55º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F0876 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 8 | 118 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.54 |
| HSL | 252.55º | 0.87% | 0.25% | - |
| HSV(B) | 252.55º | 0.93% | 0.46% | - |
| XYZ | 3.92 | 1.77 | 17.28 | - |
| YUV | 27.42 | 179.12 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 118 | 0.74 | 0.93 | 0 | 0.54 | 252.55 | 0.87 | 0.25 |
| Hex | 1F | 8 | 76 | 4A | 5D | 0 | 36 | FD | 57 | 19 |
| Octal | 37 | 10 | 166 | 112 | 135 | 0 | 66 | 375 | 127 | 31 |
| Binary | 11111 | 1000 | 1110110 | 1001010 | 1011101 | 0 | 110110 | 11111101 | 1010111 | 11001 |
Color Harmonies of #1F0876
Complementary color
Monochromatic Colors of #1F0876
Black with #1F0876
Text Example
Text Example
White with #1F0876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0876; }
p { color: rgb(31,8,118); }
H1.HeaderClassName
{
color: #1F0876;
}
.AnyTagClassName
{
color: #1F0876;
}
</style>
background-color css
<style>
a { background-color: #1F0876; }
a { background-color: rgb(31,8,118); }
div.DivClassName
{
background-color: #1F0876;
}
.BgClassName
{
background-color: #1F0876;
}
</style>
border-color css
<style>
span { border-color: #1F0876; }
span { border-color: rgb(31,8,118); }
td.TdClassName
{
border-color: #1F0876;
}
.TagClassName
{
border-color: #1F0876;
}
</style>