Shades of Persian Indigo #1F0072
Tints of Persian Indigo #1F0072
RGB
CMYK
RGB Variations
Color information
#1F0072 (or 0x1F0072) is known color: Persian Indigo. HEX triplet: 1F, 00 and 72. RGB value is (31,0,114). Sum of RGB (Red+Green+Blue) = 31+0+114=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 114 (44.92% from 255 or 78.62% from 145); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F0072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0072 is #E0FF8D. Grayscale: #151515. Windows color (decimal): -14745486 or 7471135. OLE color: 7471135.
HSL color Cylindrical-coordinate representation of color #1F0072: hue angle of 256.32º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0072 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 0 | 114 | - |
| CMYK | 0.73 | 1 | 0 | 0.55 |
| HSL | 256.32º | 1% | 0.22% | - |
| HSV(B) | 256.32º | 1% | 0.45% | - |
| XYZ | 3.6 | 1.51 | 16.02 | - |
| YUV | 22.27 | 179.77 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 114 | 0.73 | 1 | 0 | 0.55 | 256.32 | 1 | 0.22 |
| Hex | 1F | 0 | 72 | 49 | 64 | 0 | 37 | 100 | 64 | 16 |
| Octal | 37 | 0 | 162 | 111 | 144 | 0 | 67 | 400 | 144 | 26 |
| Binary | 11111 | 0 | 1110010 | 1001001 | 1100100 | 0 | 110111 | 100000000 | 1100100 | 10110 |
Color Harmonies of #1F0072
Complementary color
Monochromatic Colors of #1F0072
Black with #1F0072
Text Example
Text Example
White with #1F0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0072; }
p { color: rgb(31,0,114); }
H1.HeaderClassName
{
color: #1F0072;
}
.AnyTagClassName
{
color: #1F0072;
}
</style>
background-color css
<style>
a { background-color: #1F0072; }
a { background-color: rgb(31,0,114); }
div.DivClassName
{
background-color: #1F0072;
}
.BgClassName
{
background-color: #1F0072;
}
</style>
border-color css
<style>
span { border-color: #1F0072; }
span { border-color: rgb(31,0,114); }
td.TdClassName
{
border-color: #1F0072;
}
.TagClassName
{
border-color: #1F0072;
}
</style>