Shades of Persian Indigo #1F046D
Tints of Persian Indigo #1F046D
RGB
CMYK
RGB Variations
Color information
#1F046D (or 0x1F046D) is known color: Persian Indigo. HEX triplet: 1F, 04 and 6D. RGB value is (31,4,109). Sum of RGB (Red+Green+Blue) = 31+4+109=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 109 (42.97% from 255 or 75.69% from 144); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F046D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F046D is #E0FB92. Grayscale: #171717. Windows color (decimal): -14744467 or 7144479. OLE color: 7144479.
HSL color Cylindrical-coordinate representation of color #1F046D: hue angle of 255.43º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F046D is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 4 | 109 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.57 |
| HSL | 255.43º | 0.93% | 0.22% | - |
| HSV(B) | 255.43º | 0.96% | 0.43% | - |
| XYZ | 3.37 | 1.48 | 14.58 | - |
| YUV | 24.04 | 175.95 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 109 | 0.72 | 0.96 | 0 | 0.57 | 255.43 | 0.93 | 0.22 |
| Hex | 1F | 4 | 6D | 48 | 60 | 0 | 39 | FF | 5D | 16 |
| Octal | 37 | 4 | 155 | 110 | 140 | 0 | 71 | 377 | 135 | 26 |
| Binary | 11111 | 100 | 1101101 | 1001000 | 1100000 | 0 | 111001 | 11111111 | 1011101 | 10110 |
Color Harmonies of #1F046D
Complementary color
Monochromatic Colors of #1F046D
Black with #1F046D
Text Example
Text Example
White with #1F046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F046D; }
p { color: rgb(31,4,109); }
H1.HeaderClassName
{
color: #1F046D;
}
.AnyTagClassName
{
color: #1F046D;
}
</style>
background-color css
<style>
a { background-color: #1F046D; }
a { background-color: rgb(31,4,109); }
div.DivClassName
{
background-color: #1F046D;
}
.BgClassName
{
background-color: #1F046D;
}
</style>
border-color css
<style>
span { border-color: #1F046D; }
span { border-color: rgb(31,4,109); }
td.TdClassName
{
border-color: #1F046D;
}
.TagClassName
{
border-color: #1F046D;
}
</style>