Shades of Persian Indigo #1F037C
Tints of Persian Indigo #1F037C
RGB
CMYK
RGB Variations
Color information
#1F037C (or 0x1F037C) is known color: Persian Indigo. HEX triplet: 1F, 03 and 7C. RGB value is (31,3,124). Sum of RGB (Red+Green+Blue) = 31+3+124=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 124 (48.83% from 255 or 78.48% from 158); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F037C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F037C is #E0FC83. Grayscale: #181818. Windows color (decimal): -14744708 or 8127263. OLE color: 8127263.
HSL color Cylindrical-coordinate representation of color #1F037C: hue angle of 253.88º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F037C is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 3 | 124 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.51 |
| HSL | 253.88º | 0.95% | 0.25% | - |
| HSV(B) | 253.88º | 0.98% | 0.49% | - |
| XYZ | 4.24 | 1.81 | 19.2 | - |
| YUV | 25.17 | 183.78 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 124 | 0.75 | 0.98 | 0 | 0.51 | 253.88 | 0.95 | 0.25 |
| Hex | 1F | 3 | 7C | 4B | 62 | 0 | 33 | FE | 5F | 19 |
| Octal | 37 | 3 | 174 | 113 | 142 | 0 | 63 | 376 | 137 | 31 |
| Binary | 11111 | 11 | 1111100 | 1001011 | 1100010 | 0 | 110011 | 11111110 | 1011111 | 11001 |
Color Harmonies of #1F037C
Complementary color
Monochromatic Colors of #1F037C
Black with #1F037C
Text Example
Text Example
White with #1F037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F037C; }
p { color: rgb(31,3,124); }
H1.HeaderClassName
{
color: #1F037C;
}
.AnyTagClassName
{
color: #1F037C;
}
</style>
background-color css
<style>
a { background-color: #1F037C; }
a { background-color: rgb(31,3,124); }
div.DivClassName
{
background-color: #1F037C;
}
.BgClassName
{
background-color: #1F037C;
}
</style>
border-color css
<style>
span { border-color: #1F037C; }
span { border-color: rgb(31,3,124); }
td.TdClassName
{
border-color: #1F037C;
}
.TagClassName
{
border-color: #1F037C;
}
</style>