Shades of Persian Indigo #1F005F
Tints of Persian Indigo #1F005F
RGB
CMYK
RGB Variations
Color information
#1F005F (or 0x1F005F) is known color: Persian Indigo. HEX triplet: 1F, 00 and 5F. RGB value is (31,0,95). Sum of RGB (Red+Green+Blue) = 31+0+95=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 95 (37.5% from 255 or 75.40% from 126); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F005F is #E0FFA0. Grayscale: #131313. Windows color (decimal): -14745505 or 6225951. OLE color: 6225951.
HSL color Cylindrical-coordinate representation of color #1F005F: hue angle of 259.58º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F005F is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 0 | 95 | - |
| CMYK | 0.67 | 1 | 0 | 0.63 |
| HSL | 259.58º | 1% | 0.19% | - |
| HSV(B) | 259.58º | 1% | 0.37% | - |
| XYZ | 2.63 | 1.12 | 10.9 | - |
| YUV | 20.1 | 170.27 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 95 | 0.67 | 1 | 0 | 0.63 | 259.58 | 1 | 0.19 |
| Hex | 1F | 0 | 5F | 43 | 64 | 0 | 3F | 104 | 64 | 13 |
| Octal | 37 | 0 | 137 | 103 | 144 | 0 | 77 | 404 | 144 | 23 |
| Binary | 11111 | 0 | 1011111 | 1000011 | 1100100 | 0 | 111111 | 100000100 | 1100100 | 10011 |
Color Harmonies of #1F005F
Complementary color
Monochromatic Colors of #1F005F
Black with #1F005F
Text Example
Text Example
White with #1F005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F005F; }
p { color: rgb(31,0,95); }
H1.HeaderClassName
{
color: #1F005F;
}
.AnyTagClassName
{
color: #1F005F;
}
</style>
background-color css
<style>
a { background-color: #1F005F; }
a { background-color: rgb(31,0,95); }
div.DivClassName
{
background-color: #1F005F;
}
.BgClassName
{
background-color: #1F005F;
}
</style>
border-color css
<style>
span { border-color: #1F005F; }
span { border-color: rgb(31,0,95); }
td.TdClassName
{
border-color: #1F005F;
}
.TagClassName
{
border-color: #1F005F;
}
</style>