Shades of Persian Indigo #1F0073
Tints of Persian Indigo #1F0073
RGB
CMYK
RGB Variations
Color information
#1F0073 (or 0x1F0073) is known color: Persian Indigo. HEX triplet: 1F, 00 and 73. RGB value is (31,0,115). Sum of RGB (Red+Green+Blue) = 31+0+115=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 115 (45.31% from 255 or 78.77% from 146); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F0073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0073 is #E0FF8C. Grayscale: #151515. Windows color (decimal): -14745485 or 7536671. OLE color: 7536671.
HSL color Cylindrical-coordinate representation of color #1F0073: hue angle of 256.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0073 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 0 | 115 | - |
| CMYK | 0.73 | 1 | 0 | 0.55 |
| HSL | 256.17º | 1% | 0.23% | - |
| HSV(B) | 256.17º | 1% | 0.45% | - |
| XYZ | 3.66 | 1.53 | 16.32 | - |
| YUV | 22.38 | 180.27 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 115 | 0.73 | 1 | 0 | 0.55 | 256.17 | 1 | 0.23 |
| Hex | 1F | 0 | 73 | 49 | 64 | 0 | 37 | 100 | 64 | 17 |
| Octal | 37 | 0 | 163 | 111 | 144 | 0 | 67 | 400 | 144 | 27 |
| Binary | 11111 | 0 | 1110011 | 1001001 | 1100100 | 0 | 110111 | 100000000 | 1100100 | 10111 |
Color Harmonies of #1F0073
Complementary color
Monochromatic Colors of #1F0073
Black with #1F0073
Text Example
Text Example
White with #1F0073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0073; }
p { color: rgb(31,0,115); }
H1.HeaderClassName
{
color: #1F0073;
}
.AnyTagClassName
{
color: #1F0073;
}
</style>
background-color css
<style>
a { background-color: #1F0073; }
a { background-color: rgb(31,0,115); }
div.DivClassName
{
background-color: #1F0073;
}
.BgClassName
{
background-color: #1F0073;
}
</style>
border-color css
<style>
span { border-color: #1F0073; }
span { border-color: rgb(31,0,115); }
td.TdClassName
{
border-color: #1F0073;
}
.TagClassName
{
border-color: #1F0073;
}
</style>