Shades of Persian Indigo #1F0176
Tints of Persian Indigo #1F0176
RGB
CMYK
RGB Variations
Color information
#1F0176 (or 0x1F0176) is known color: Persian Indigo. HEX triplet: 1F, 01 and 76. RGB value is (31,1,118). Sum of RGB (Red+Green+Blue) = 31+1+118=150 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 118 (46.48% from 255 or 78.67% from 150); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F0176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0176 is #E0FE89. Grayscale: #161616. Windows color (decimal): -14745226 or 7733535. OLE color: 7733535.
HSL color Cylindrical-coordinate representation of color #1F0176: hue angle of 255.38º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F0176 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 1 | 118 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.54 |
| HSL | 255.38º | 0.98% | 0.23% | - |
| HSV(B) | 255.38º | 0.99% | 0.46% | - |
| XYZ | 3.85 | 1.62 | 17.25 | - |
| YUV | 23.31 | 181.44 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 118 | 0.74 | 0.99 | 0 | 0.54 | 255.38 | 0.98 | 0.23 |
| Hex | 1F | 1 | 76 | 4A | 63 | 0 | 36 | FF | 62 | 17 |
| Octal | 37 | 1 | 166 | 112 | 143 | 0 | 66 | 377 | 142 | 27 |
| Binary | 11111 | 1 | 1110110 | 1001010 | 1100011 | 0 | 110110 | 11111111 | 1100010 | 10111 |
Color Harmonies of #1F0176
Complementary color
Monochromatic Colors of #1F0176
Black with #1F0176
Text Example
Text Example
White with #1F0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0176; }
p { color: rgb(31,1,118); }
H1.HeaderClassName
{
color: #1F0176;
}
.AnyTagClassName
{
color: #1F0176;
}
</style>
background-color css
<style>
a { background-color: #1F0176; }
a { background-color: rgb(31,1,118); }
div.DivClassName
{
background-color: #1F0176;
}
.BgClassName
{
background-color: #1F0176;
}
</style>
border-color css
<style>
span { border-color: #1F0176; }
span { border-color: rgb(31,1,118); }
td.TdClassName
{
border-color: #1F0176;
}
.TagClassName
{
border-color: #1F0176;
}
</style>