Shades of Persian Indigo #1F0377
Tints of Persian Indigo #1F0377
RGB
CMYK
RGB Variations
Color information
#1F0377 (or 0x1F0377) is known color: Persian Indigo. HEX triplet: 1F, 03 and 77. RGB value is (31,3,119). Sum of RGB (Red+Green+Blue) = 31+3+119=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 119 (46.88% from 255 or 77.78% from 153); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F0377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0377 is #E0FC88. Grayscale: #181818. Windows color (decimal): -14744713 or 7799583. OLE color: 7799583.
HSL color Cylindrical-coordinate representation of color #1F0377: hue angle of 254.48º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0377 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 3 | 119 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.53 |
| HSL | 254.48º | 0.95% | 0.24% | - |
| HSV(B) | 254.48º | 0.97% | 0.47% | - |
| XYZ | 3.93 | 1.69 | 17.57 | - |
| YUV | 24.6 | 181.28 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 119 | 0.74 | 0.97 | 0 | 0.53 | 254.48 | 0.95 | 0.24 |
| Hex | 1F | 3 | 77 | 4A | 61 | 0 | 35 | FE | 5F | 18 |
| Octal | 37 | 3 | 167 | 112 | 141 | 0 | 65 | 376 | 137 | 30 |
| Binary | 11111 | 11 | 1110111 | 1001010 | 1100001 | 0 | 110101 | 11111110 | 1011111 | 11000 |
Color Harmonies of #1F0377
Complementary color
Monochromatic Colors of #1F0377
Black with #1F0377
Text Example
Text Example
White with #1F0377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0377; }
p { color: rgb(31,3,119); }
H1.HeaderClassName
{
color: #1F0377;
}
.AnyTagClassName
{
color: #1F0377;
}
</style>
background-color css
<style>
a { background-color: #1F0377; }
a { background-color: rgb(31,3,119); }
div.DivClassName
{
background-color: #1F0377;
}
.BgClassName
{
background-color: #1F0377;
}
</style>
border-color css
<style>
span { border-color: #1F0377; }
span { border-color: rgb(31,3,119); }
td.TdClassName
{
border-color: #1F0377;
}
.TagClassName
{
border-color: #1F0377;
}
</style>