Shades of Persian Indigo #1F036E
Tints of Persian Indigo #1F036E
RGB
CMYK
RGB Variations
Color information
#1F036E (or 0x1F036E) is known color: Persian Indigo. HEX triplet: 1F, 03 and 6E. RGB value is (31,3,110). Sum of RGB (Red+Green+Blue) = 31+3+110=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 110 (43.36% from 255 or 76.39% from 144); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F036E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F036E is #E0FC91. Grayscale: #171717. Windows color (decimal): -14744722 or 7209759. OLE color: 7209759.
HSL color Cylindrical-coordinate representation of color #1F036E: hue angle of 255.7º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F036E is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 3 | 110 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.57 |
| HSL | 255.7º | 0.95% | 0.22% | - |
| HSV(B) | 255.7º | 0.97% | 0.43% | - |
| XYZ | 3.41 | 1.48 | 14.86 | - |
| YUV | 23.57 | 176.78 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 110 | 0.72 | 0.97 | 0 | 0.57 | 255.7 | 0.95 | 0.22 |
| Hex | 1F | 3 | 6E | 48 | 61 | 0 | 39 | 100 | 5F | 16 |
| Octal | 37 | 3 | 156 | 110 | 141 | 0 | 71 | 400 | 137 | 26 |
| Binary | 11111 | 11 | 1101110 | 1001000 | 1100001 | 0 | 111001 | 100000000 | 1011111 | 10110 |
Color Harmonies of #1F036E
Complementary color
Monochromatic Colors of #1F036E
Black with #1F036E
Text Example
Text Example
White with #1F036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F036E; }
p { color: rgb(31,3,110); }
H1.HeaderClassName
{
color: #1F036E;
}
.AnyTagClassName
{
color: #1F036E;
}
</style>
background-color css
<style>
a { background-color: #1F036E; }
a { background-color: rgb(31,3,110); }
div.DivClassName
{
background-color: #1F036E;
}
.BgClassName
{
background-color: #1F036E;
}
</style>
border-color css
<style>
span { border-color: #1F036E; }
span { border-color: rgb(31,3,110); }
td.TdClassName
{
border-color: #1F036E;
}
.TagClassName
{
border-color: #1F036E;
}
</style>