Shades of Persian Indigo #1F015E
Tints of Persian Indigo #1F015E
RGB
CMYK
RGB Variations
Color information
#1F015E (or 0x1F015E) is known color: Persian Indigo. HEX triplet: 1F, 01 and 5E. RGB value is (31,1,94). Sum of RGB (Red+Green+Blue) = 31+1+94=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 94 (37.11% from 255 or 74.60% from 126); Max value from RGB is 94 - color contains mainly: blue. Hex color #1F015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F015E is #E0FEA1. Grayscale: #141414. Windows color (decimal): -14745250 or 6160671. OLE color: 6160671.
HSL color Cylindrical-coordinate representation of color #1F015E: hue angle of 259.35º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F015E is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 1 | 94 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.63 |
| HSL | 259.35º | 0.98% | 0.19% | - |
| HSV(B) | 259.35º | 0.99% | 0.37% | - |
| XYZ | 2.6 | 1.12 | 10.67 | - |
| YUV | 20.57 | 169.44 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 94 | 0.67 | 0.99 | 0 | 0.63 | 259.35 | 0.98 | 0.19 |
| Hex | 1F | 1 | 5E | 43 | 63 | 0 | 3F | 103 | 62 | 13 |
| Octal | 37 | 1 | 136 | 103 | 143 | 0 | 77 | 403 | 142 | 23 |
| Binary | 11111 | 1 | 1011110 | 1000011 | 1100011 | 0 | 111111 | 100000011 | 1100010 | 10011 |
Color Harmonies of #1F015E
Complementary color
Monochromatic Colors of #1F015E
Black with #1F015E
Text Example
Text Example
White with #1F015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F015E; }
p { color: rgb(31,1,94); }
H1.HeaderClassName
{
color: #1F015E;
}
.AnyTagClassName
{
color: #1F015E;
}
</style>
background-color css
<style>
a { background-color: #1F015E; }
a { background-color: rgb(31,1,94); }
div.DivClassName
{
background-color: #1F015E;
}
.BgClassName
{
background-color: #1F015E;
}
</style>
border-color css
<style>
span { border-color: #1F015E; }
span { border-color: rgb(31,1,94); }
td.TdClassName
{
border-color: #1F015E;
}
.TagClassName
{
border-color: #1F015E;
}
</style>