Shades of Persian Indigo #1F086E
Tints of Persian Indigo #1F086E
RGB
CMYK
RGB Variations
Color information
#1F086E (or 0x1F086E) is known color: Persian Indigo. HEX triplet: 1F, 08 and 6E. RGB value is (31,8,110). Sum of RGB (Red+Green+Blue) = 31+8+110=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 110 (43.36% from 255 or 73.83% from 149); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F086E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F086E is #E0F791. Grayscale: #1A1A1A. Windows color (decimal): -14743442 or 7211039. OLE color: 7211039.
HSL color Cylindrical-coordinate representation of color #1F086E: hue angle of 253.53º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F086E is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 8 | 110 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.57 |
| HSL | 253.53º | 0.86% | 0.23% | - |
| HSV(B) | 253.53º | 0.93% | 0.43% | - |
| XYZ | 3.47 | 1.59 | 14.88 | - |
| YUV | 26.51 | 175.12 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 110 | 0.72 | 0.93 | 0 | 0.57 | 253.53 | 0.86 | 0.23 |
| Hex | 1F | 8 | 6E | 48 | 5D | 0 | 39 | FE | 56 | 17 |
| Octal | 37 | 10 | 156 | 110 | 135 | 0 | 71 | 376 | 126 | 27 |
| Binary | 11111 | 1000 | 1101110 | 1001000 | 1011101 | 0 | 111001 | 11111110 | 1010110 | 10111 |
Color Harmonies of #1F086E
Complementary color
Monochromatic Colors of #1F086E
Black with #1F086E
Text Example
Text Example
White with #1F086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F086E; }
p { color: rgb(31,8,110); }
H1.HeaderClassName
{
color: #1F086E;
}
.AnyTagClassName
{
color: #1F086E;
}
</style>
background-color css
<style>
a { background-color: #1F086E; }
a { background-color: rgb(31,8,110); }
div.DivClassName
{
background-color: #1F086E;
}
.BgClassName
{
background-color: #1F086E;
}
</style>
border-color css
<style>
span { border-color: #1F086E; }
span { border-color: rgb(31,8,110); }
td.TdClassName
{
border-color: #1F086E;
}
.TagClassName
{
border-color: #1F086E;
}
</style>