Shades of Persian Indigo #1F0675
Tints of Persian Indigo #1F0675
RGB
CMYK
RGB Variations
Color information
#1F0675 (or 0x1F0675) is known color: Persian Indigo. HEX triplet: 1F, 06 and 75. RGB value is (31,6,117). Sum of RGB (Red+Green+Blue) = 31+6+117=154 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.13% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 117 (46.09% from 255 or 75.97% from 154); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F0675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0675 is #E0F98A. Grayscale: #191919. Windows color (decimal): -14743947 or 7669279. OLE color: 7669279.
HSL color Cylindrical-coordinate representation of color #1F0675: hue angle of 253.51º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F0675 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 6 | 117 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.54 |
| HSL | 253.51º | 0.9% | 0.24% | - |
| HSV(B) | 253.51º | 0.95% | 0.46% | - |
| XYZ | 3.84 | 1.71 | 16.96 | - |
| YUV | 26.13 | 179.28 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 117 | 0.74 | 0.95 | 0 | 0.54 | 253.51 | 0.9 | 0.24 |
| Hex | 1F | 6 | 75 | 4A | 5F | 0 | 36 | FE | 5A | 18 |
| Octal | 37 | 6 | 165 | 112 | 137 | 0 | 66 | 376 | 132 | 30 |
| Binary | 11111 | 110 | 1110101 | 1001010 | 1011111 | 0 | 110110 | 11111110 | 1011010 | 11000 |
Color Harmonies of #1F0675
Complementary color
Monochromatic Colors of #1F0675
Black with #1F0675
Text Example
Text Example
White with #1F0675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0675; }
p { color: rgb(31,6,117); }
H1.HeaderClassName
{
color: #1F0675;
}
.AnyTagClassName
{
color: #1F0675;
}
</style>
background-color css
<style>
a { background-color: #1F0675; }
a { background-color: rgb(31,6,117); }
div.DivClassName
{
background-color: #1F0675;
}
.BgClassName
{
background-color: #1F0675;
}
</style>
border-color css
<style>
span { border-color: #1F0675; }
span { border-color: rgb(31,6,117); }
td.TdClassName
{
border-color: #1F0675;
}
.TagClassName
{
border-color: #1F0675;
}
</style>