Shades of Persian Indigo #1F0775
Tints of Persian Indigo #1F0775
RGB
CMYK
RGB Variations
Color information
#1F0775 (or 0x1F0775) is known color: Persian Indigo. HEX triplet: 1F, 07 and 75. RGB value is (31,7,117). Sum of RGB (Red+Green+Blue) = 31+7+117=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F0775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0775 is #E0F88A. Grayscale: #1A1A1A. Windows color (decimal): -14743691 or 7669535. OLE color: 7669535.
HSL color Cylindrical-coordinate representation of color #1F0775: hue angle of 253.09º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0775 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 7 | 117 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.54 |
| HSL | 253.09º | 0.89% | 0.24% | - |
| HSV(B) | 253.09º | 0.94% | 0.46% | - |
| XYZ | 3.85 | 1.73 | 16.96 | - |
| YUV | 26.72 | 178.95 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 117 | 0.74 | 0.94 | 0 | 0.54 | 253.09 | 0.89 | 0.24 |
| Hex | 1F | 7 | 75 | 4A | 5E | 0 | 36 | FD | 59 | 18 |
| Octal | 37 | 7 | 165 | 112 | 136 | 0 | 66 | 375 | 131 | 30 |
| Binary | 11111 | 111 | 1110101 | 1001010 | 1011110 | 0 | 110110 | 11111101 | 1011001 | 11000 |
Color Harmonies of #1F0775
Complementary color
Monochromatic Colors of #1F0775
Black with #1F0775
Text Example
Text Example
White with #1F0775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0775; }
p { color: rgb(31,7,117); }
H1.HeaderClassName
{
color: #1F0775;
}
.AnyTagClassName
{
color: #1F0775;
}
</style>
background-color css
<style>
a { background-color: #1F0775; }
a { background-color: rgb(31,7,117); }
div.DivClassName
{
background-color: #1F0775;
}
.BgClassName
{
background-color: #1F0775;
}
</style>
border-color css
<style>
span { border-color: #1F0775; }
span { border-color: rgb(31,7,117); }
td.TdClassName
{
border-color: #1F0775;
}
.TagClassName
{
border-color: #1F0775;
}
</style>