Shades of Persian Indigo #1F0177
Tints of Persian Indigo #1F0177
RGB
CMYK
RGB Variations
Color information
#1F0177 (or 0x1F0177) is known color: Persian Indigo. HEX triplet: 1F, 01 and 77. RGB value is (31,1,119). Sum of RGB (Red+Green+Blue) = 31+1+119=151 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.53% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 119 (46.88% from 255 or 78.81% from 151); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F0177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0177 is #E0FE88. Grayscale: #161616. Windows color (decimal): -14745225 or 7799071. OLE color: 7799071.
HSL color Cylindrical-coordinate representation of color #1F0177: hue angle of 255.25º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F0177 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 1 | 119 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.53 |
| HSL | 255.25º | 0.98% | 0.24% | - |
| HSV(B) | 255.25º | 0.99% | 0.47% | - |
| XYZ | 3.91 | 1.64 | 17.56 | - |
| YUV | 23.42 | 181.94 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 119 | 0.74 | 0.99 | 0 | 0.53 | 255.25 | 0.98 | 0.24 |
| Hex | 1F | 1 | 77 | 4A | 63 | 0 | 35 | FF | 62 | 18 |
| Octal | 37 | 1 | 167 | 112 | 143 | 0 | 65 | 377 | 142 | 30 |
| Binary | 11111 | 1 | 1110111 | 1001010 | 1100011 | 0 | 110101 | 11111111 | 1100010 | 11000 |
Color Harmonies of #1F0177
Complementary color
Monochromatic Colors of #1F0177
Black with #1F0177
Text Example
Text Example
White with #1F0177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0177; }
p { color: rgb(31,1,119); }
H1.HeaderClassName
{
color: #1F0177;
}
.AnyTagClassName
{
color: #1F0177;
}
</style>
background-color css
<style>
a { background-color: #1F0177; }
a { background-color: rgb(31,1,119); }
div.DivClassName
{
background-color: #1F0177;
}
.BgClassName
{
background-color: #1F0177;
}
</style>
border-color css
<style>
span { border-color: #1F0177; }
span { border-color: rgb(31,1,119); }
td.TdClassName
{
border-color: #1F0177;
}
.TagClassName
{
border-color: #1F0177;
}
</style>