Shades of Persian Indigo #1F017B
Tints of Persian Indigo #1F017B
RGB
CMYK
RGB Variations
Color information
#1F017B (or 0x1F017B) is known color: Persian Indigo. HEX triplet: 1F, 01 and 7B. RGB value is (31,1,123). Sum of RGB (Red+Green+Blue) = 31+1+123=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 123 (48.44% from 255 or 79.35% from 155); Max value from RGB is 123 - color contains mainly: blue. Hex color #1F017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F017B is #E0FE84. Grayscale: #171717. Windows color (decimal): -14745221 or 8061215. OLE color: 8061215.
HSL color Cylindrical-coordinate representation of color #1F017B: hue angle of 254.75º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F017B is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 31 | 1 | 123 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.52 |
| HSL | 254.75º | 0.98% | 0.24% | - |
| HSV(B) | 254.75º | 0.99% | 0.48% | - |
| XYZ | 4.15 | 1.74 | 18.86 | - |
| YUV | 23.88 | 183.94 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 123 | 0.75 | 0.99 | 0 | 0.52 | 254.75 | 0.98 | 0.24 |
| Hex | 1F | 1 | 7B | 4B | 63 | 0 | 34 | FF | 62 | 18 |
| Octal | 37 | 1 | 173 | 113 | 143 | 0 | 64 | 377 | 142 | 30 |
| Binary | 11111 | 1 | 1111011 | 1001011 | 1100011 | 0 | 110100 | 11111111 | 1100010 | 11000 |
Color Harmonies of #1F017B
Complementary color
Monochromatic Colors of #1F017B
Black with #1F017B
Text Example
Text Example
White with #1F017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F017B; }
p { color: rgb(31,1,123); }
H1.HeaderClassName
{
color: #1F017B;
}
.AnyTagClassName
{
color: #1F017B;
}
</style>
background-color css
<style>
a { background-color: #1F017B; }
a { background-color: rgb(31,1,123); }
div.DivClassName
{
background-color: #1F017B;
}
.BgClassName
{
background-color: #1F017B;
}
</style>
border-color css
<style>
span { border-color: #1F017B; }
span { border-color: rgb(31,1,123); }
td.TdClassName
{
border-color: #1F017B;
}
.TagClassName
{
border-color: #1F017B;
}
</style>