Shades of Persian Indigo #1F006E
Tints of Persian Indigo #1F006E
RGB
CMYK
RGB Variations
Color information
#1F006E (or 0x1F006E) is known color: Persian Indigo. HEX triplet: 1F, 00 and 6E. RGB value is (31,0,110). Sum of RGB (Red+Green+Blue) = 31+0+110=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 110 (43.36% from 255 or 78.01% from 141); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F006E is #E0FF91. Grayscale: #151515. Windows color (decimal): -14745490 or 7208991. OLE color: 7208991.
HSL color Cylindrical-coordinate representation of color #1F006E: hue angle of 256.91º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F006E is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 0 | 110 | - |
| CMYK | 0.72 | 1 | 0 | 0.57 |
| HSL | 256.91º | 1% | 0.22% | - |
| HSV(B) | 256.91º | 1% | 0.43% | - |
| XYZ | 3.38 | 1.42 | 14.85 | - |
| YUV | 21.81 | 177.77 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 110 | 0.72 | 1 | 0 | 0.57 | 256.91 | 1 | 0.22 |
| Hex | 1F | 0 | 6E | 48 | 64 | 0 | 39 | 101 | 64 | 16 |
| Octal | 37 | 0 | 156 | 110 | 144 | 0 | 71 | 401 | 144 | 26 |
| Binary | 11111 | 0 | 1101110 | 1001000 | 1100100 | 0 | 111001 | 100000001 | 1100100 | 10110 |
Color Harmonies of #1F006E
Complementary color
Monochromatic Colors of #1F006E
Black with #1F006E
Text Example
Text Example
White with #1F006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F006E; }
p { color: rgb(31,0,110); }
H1.HeaderClassName
{
color: #1F006E;
}
.AnyTagClassName
{
color: #1F006E;
}
</style>
background-color css
<style>
a { background-color: #1F006E; }
a { background-color: rgb(31,0,110); }
div.DivClassName
{
background-color: #1F006E;
}
.BgClassName
{
background-color: #1F006E;
}
</style>
border-color css
<style>
span { border-color: #1F006E; }
span { border-color: rgb(31,0,110); }
td.TdClassName
{
border-color: #1F006E;
}
.TagClassName
{
border-color: #1F006E;
}
</style>