Shades of Persian Indigo #1F0276
Tints of Persian Indigo #1F0276
RGB
CMYK
RGB Variations
Color information
#1F0276 (or 0x1F0276) is known color: Persian Indigo. HEX triplet: 1F, 02 and 76. RGB value is (31,2,118). Sum of RGB (Red+Green+Blue) = 31+2+118=151 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.53% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 118 (46.48% from 255 or 78.15% from 151); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F0276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0276 is #E0FD89. Grayscale: #171717. Windows color (decimal): -14744970 or 7733791. OLE color: 7733791.
HSL color Cylindrical-coordinate representation of color #1F0276: hue angle of 255º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F0276 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 2 | 118 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.54 |
| HSL | 255º | 0.97% | 0.24% | - |
| HSV(B) | 255º | 0.98% | 0.46% | - |
| XYZ | 3.86 | 1.64 | 17.25 | - |
| YUV | 23.9 | 181.11 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 118 | 0.74 | 0.98 | 0 | 0.54 | 255 | 0.97 | 0.24 |
| Hex | 1F | 2 | 76 | 4A | 62 | 0 | 36 | FF | 61 | 18 |
| Octal | 37 | 2 | 166 | 112 | 142 | 0 | 66 | 377 | 141 | 30 |
| Binary | 11111 | 10 | 1110110 | 1001010 | 1100010 | 0 | 110110 | 11111111 | 1100001 | 11000 |
Color Harmonies of #1F0276
Complementary color
Monochromatic Colors of #1F0276
Black with #1F0276
Text Example
Text Example
White with #1F0276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0276; }
p { color: rgb(31,2,118); }
H1.HeaderClassName
{
color: #1F0276;
}
.AnyTagClassName
{
color: #1F0276;
}
</style>
background-color css
<style>
a { background-color: #1F0276; }
a { background-color: rgb(31,2,118); }
div.DivClassName
{
background-color: #1F0276;
}
.BgClassName
{
background-color: #1F0276;
}
</style>
border-color css
<style>
span { border-color: #1F0276; }
span { border-color: rgb(31,2,118); }
td.TdClassName
{
border-color: #1F0276;
}
.TagClassName
{
border-color: #1F0276;
}
</style>