Shades of Persian Indigo #1F0061
Tints of Persian Indigo #1F0061
RGB
CMYK
RGB Variations
Color information
#1F0061 (or 0x1F0061) is known color: Persian Indigo. HEX triplet: 1F, 00 and 61. RGB value is (31,0,97). Sum of RGB (Red+Green+Blue) = 31+0+97=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 97 (38.28% from 255 or 75.78% from 128); Max value from RGB is 97 - color contains mainly: blue. Hex color #1F0061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0061 is #E0FF9E. Grayscale: #131313. Windows color (decimal): -14745503 or 6357023. OLE color: 6357023.
HSL color Cylindrical-coordinate representation of color #1F0061: hue angle of 259.18º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0061 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 0 | 97 | - |
| CMYK | 0.68 | 1 | 0 | 0.62 |
| HSL | 259.18º | 1% | 0.19% | - |
| HSV(B) | 259.18º | 1% | 0.38% | - |
| XYZ | 2.72 | 1.15 | 11.39 | - |
| YUV | 20.33 | 171.27 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 97 | 0.68 | 1 | 0 | 0.62 | 259.18 | 1 | 0.19 |
| Hex | 1F | 0 | 61 | 44 | 64 | 0 | 3E | 103 | 64 | 13 |
| Octal | 37 | 0 | 141 | 104 | 144 | 0 | 76 | 403 | 144 | 23 |
| Binary | 11111 | 0 | 1100001 | 1000100 | 1100100 | 0 | 111110 | 100000011 | 1100100 | 10011 |
Color Harmonies of #1F0061
Complementary color
Monochromatic Colors of #1F0061
Black with #1F0061
Text Example
Text Example
White with #1F0061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0061; }
p { color: rgb(31,0,97); }
H1.HeaderClassName
{
color: #1F0061;
}
.AnyTagClassName
{
color: #1F0061;
}
</style>
background-color css
<style>
a { background-color: #1F0061; }
a { background-color: rgb(31,0,97); }
div.DivClassName
{
background-color: #1F0061;
}
.BgClassName
{
background-color: #1F0061;
}
</style>
border-color css
<style>
span { border-color: #1F0061; }
span { border-color: rgb(31,0,97); }
td.TdClassName
{
border-color: #1F0061;
}
.TagClassName
{
border-color: #1F0061;
}
</style>