Shades of Persian Indigo #1F087E
Tints of Persian Indigo #1F087E
RGB
CMYK
RGB Variations
Color information
#1F087E (or 0x1F087E) is known color: Persian Indigo. HEX triplet: 1F, 08 and 7E. RGB value is (31,8,126). Sum of RGB (Red+Green+Blue) = 31+8+126=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 126 (49.61% from 255 or 76.36% from 165); Max value from RGB is 126 - color contains mainly: blue. Hex color #1F087E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F087E is #E0F781. Grayscale: #1B1B1B. Windows color (decimal): -14743426 or 8259615. OLE color: 8259615.
HSL color Cylindrical-coordinate representation of color #1F087E: hue angle of 251.69º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F087E is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 8 | 126 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.51 |
| HSL | 251.69º | 0.88% | 0.26% | - |
| HSV(B) | 251.69º | 0.94% | 0.49% | - |
| XYZ | 4.42 | 1.97 | 19.89 | - |
| YUV | 28.33 | 183.12 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 126 | 0.75 | 0.94 | 0 | 0.51 | 251.69 | 0.88 | 0.26 |
| Hex | 1F | 8 | 7E | 4B | 5E | 0 | 33 | FC | 58 | 1A |
| Octal | 37 | 10 | 176 | 113 | 136 | 0 | 63 | 374 | 130 | 32 |
| Binary | 11111 | 1000 | 1111110 | 1001011 | 1011110 | 0 | 110011 | 11111100 | 1011000 | 11010 |
Color Harmonies of #1F087E
Complementary color
Monochromatic Colors of #1F087E
Black with #1F087E
Text Example
Text Example
White with #1F087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F087E; }
p { color: rgb(31,8,126); }
H1.HeaderClassName
{
color: #1F087E;
}
.AnyTagClassName
{
color: #1F087E;
}
</style>
background-color css
<style>
a { background-color: #1F087E; }
a { background-color: rgb(31,8,126); }
div.DivClassName
{
background-color: #1F087E;
}
.BgClassName
{
background-color: #1F087E;
}
</style>
border-color css
<style>
span { border-color: #1F087E; }
span { border-color: rgb(31,8,126); }
td.TdClassName
{
border-color: #1F087E;
}
.TagClassName
{
border-color: #1F087E;
}
</style>