Shades of Persian Indigo #1F0676
Tints of Persian Indigo #1F0676
RGB
CMYK
RGB Variations
Color information
#1F0676 (or 0x1F0676) is known color: Persian Indigo. HEX triplet: 1F, 06 and 76. RGB value is (31,6,118). Sum of RGB (Red+Green+Blue) = 31+6+118=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 118 (46.48% from 255 or 76.13% from 155); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F0676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0676 is #E0F989. Grayscale: #191919. Windows color (decimal): -14743946 or 7734815. OLE color: 7734815.
HSL color Cylindrical-coordinate representation of color #1F0676: hue angle of 253.39º 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 #1F0676 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 6 | 118 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.54 |
| HSL | 253.39º | 0.9% | 0.24% | - |
| HSV(B) | 253.39º | 0.95% | 0.46% | - |
| XYZ | 3.9 | 1.73 | 17.27 | - |
| YUV | 26.24 | 179.78 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 118 | 0.74 | 0.95 | 0 | 0.54 | 253.39 | 0.9 | 0.24 |
| Hex | 1F | 6 | 76 | 4A | 5F | 0 | 36 | FD | 5A | 18 |
| Octal | 37 | 6 | 166 | 112 | 137 | 0 | 66 | 375 | 132 | 30 |
| Binary | 11111 | 110 | 1110110 | 1001010 | 1011111 | 0 | 110110 | 11111101 | 1011010 | 11000 |
Color Harmonies of #1F0676
Complementary color
Monochromatic Colors of #1F0676
Black with #1F0676
Text Example
Text Example
White with #1F0676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0676; }
p { color: rgb(31,6,118); }
H1.HeaderClassName
{
color: #1F0676;
}
.AnyTagClassName
{
color: #1F0676;
}
</style>
background-color css
<style>
a { background-color: #1F0676; }
a { background-color: rgb(31,6,118); }
div.DivClassName
{
background-color: #1F0676;
}
.BgClassName
{
background-color: #1F0676;
}
</style>
border-color css
<style>
span { border-color: #1F0676; }
span { border-color: rgb(31,6,118); }
td.TdClassName
{
border-color: #1F0676;
}
.TagClassName
{
border-color: #1F0676;
}
</style>