Shades of Persian Indigo #1F036C
Tints of Persian Indigo #1F036C
RGB
CMYK
RGB Variations
Color information
#1F036C (or 0x1F036C) is known color: Persian Indigo. HEX triplet: 1F, 03 and 6C. RGB value is (31,3,108). Sum of RGB (Red+Green+Blue) = 31+3+108=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 108 (42.58% from 255 or 76.06% from 142); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F036C is #E0FC93. Grayscale: #161616. Windows color (decimal): -14744724 or 7078687. OLE color: 7078687.
HSL color Cylindrical-coordinate representation of color #1F036C: hue angle of 256º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F036C is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 3 | 108 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.58 |
| HSL | 256º | 0.95% | 0.22% | - |
| HSV(B) | 256º | 0.97% | 0.42% | - |
| XYZ | 3.3 | 1.44 | 14.29 | - |
| YUV | 23.34 | 175.78 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 108 | 0.71 | 0.97 | 0 | 0.58 | 256 | 0.95 | 0.22 |
| Hex | 1F | 3 | 6C | 47 | 61 | 0 | 3A | 100 | 5F | 16 |
| Octal | 37 | 3 | 154 | 107 | 141 | 0 | 72 | 400 | 137 | 26 |
| Binary | 11111 | 11 | 1101100 | 1000111 | 1100001 | 0 | 111010 | 100000000 | 1011111 | 10110 |
Color Harmonies of #1F036C
Complementary color
Monochromatic Colors of #1F036C
Black with #1F036C
Text Example
Text Example
White with #1F036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F036C; }
p { color: rgb(31,3,108); }
H1.HeaderClassName
{
color: #1F036C;
}
.AnyTagClassName
{
color: #1F036C;
}
</style>
background-color css
<style>
a { background-color: #1F036C; }
a { background-color: rgb(31,3,108); }
div.DivClassName
{
background-color: #1F036C;
}
.BgClassName
{
background-color: #1F036C;
}
</style>
border-color css
<style>
span { border-color: #1F036C; }
span { border-color: rgb(31,3,108); }
td.TdClassName
{
border-color: #1F036C;
}
.TagClassName
{
border-color: #1F036C;
}
</style>