Shades of Persian Indigo #1F045E
Tints of Persian Indigo #1F045E
RGB
CMYK
RGB Variations
Color information
#1F045E (or 0x1F045E) is known color: Persian Indigo. HEX triplet: 1F, 04 and 5E. RGB value is (31,4,94). Sum of RGB (Red+Green+Blue) = 31+4+94=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 94 (37.11% from 255 or 72.87% from 129); Max value from RGB is 94 - color contains mainly: blue. Hex color #1F045E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F045E is #E0FBA1. Grayscale: #161616. Windows color (decimal): -14744482 or 6161439. OLE color: 6161439.
HSL color Cylindrical-coordinate representation of color #1F045E: hue angle of 258º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F045E is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 4 | 94 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.63 |
| HSL | 258º | 0.92% | 0.19% | - |
| HSV(B) | 258º | 0.96% | 0.37% | - |
| XYZ | 2.63 | 1.19 | 10.68 | - |
| YUV | 22.33 | 168.45 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 94 | 0.67 | 0.96 | 0 | 0.63 | 258 | 0.92 | 0.19 |
| Hex | 1F | 4 | 5E | 43 | 60 | 0 | 3F | 102 | 5C | 13 |
| Octal | 37 | 4 | 136 | 103 | 140 | 0 | 77 | 402 | 134 | 23 |
| Binary | 11111 | 100 | 1011110 | 1000011 | 1100000 | 0 | 111111 | 100000010 | 1011100 | 10011 |
Color Harmonies of #1F045E
Complementary color
Monochromatic Colors of #1F045E
Black with #1F045E
Text Example
Text Example
White with #1F045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F045E; }
p { color: rgb(31,4,94); }
H1.HeaderClassName
{
color: #1F045E;
}
.AnyTagClassName
{
color: #1F045E;
}
</style>
background-color css
<style>
a { background-color: #1F045E; }
a { background-color: rgb(31,4,94); }
div.DivClassName
{
background-color: #1F045E;
}
.BgClassName
{
background-color: #1F045E;
}
</style>
border-color css
<style>
span { border-color: #1F045E; }
span { border-color: rgb(31,4,94); }
td.TdClassName
{
border-color: #1F045E;
}
.TagClassName
{
border-color: #1F045E;
}
</style>