Shades of Persian Indigo #31106B
Tints of Persian Indigo #31106B
RGB
CMYK
RGB Variations
Color information
#31106B (or 0x31106B) is known color: Persian Indigo. HEX triplet: 31, 10 and 6B. RGB value is (49,16,107). Sum of RGB (Red+Green+Blue) = 49+16+107=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 107 (42.19% from 255 or 62.21% from 172); Max value from RGB is 107 - color contains mainly: blue. Hex color #31106B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31106B is #CEEF94. Grayscale: #232323. Windows color (decimal): -13561749 or 7016497. OLE color: 7016497.
HSL color Cylindrical-coordinate representation of color #31106B: hue angle of 261.76º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #31106B is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 16 | 107 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.58 |
| HSL | 261.76º | 0.74% | 0.24% | - |
| HSV(B) | 261.76º | 0.85% | 0.42% | - |
| XYZ | 4.11 | 2.09 | 14.1 | - |
| YUV | 36.24 | 167.93 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 107 | 0.54 | 0.85 | 0 | 0.58 | 261.76 | 0.74 | 0.24 |
| Hex | 31 | 10 | 6B | 36 | 55 | 0 | 3A | 106 | 4A | 18 |
| Octal | 61 | 20 | 153 | 66 | 125 | 0 | 72 | 406 | 112 | 30 |
| Binary | 110001 | 10000 | 1101011 | 110110 | 1010101 | 0 | 111010 | 100000110 | 1001010 | 11000 |
Color Harmonies of #31106B
Complementary color
Monochromatic Colors of #31106B
Black with #31106B
Text Example
Text Example
White with #31106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31106B; }
p { color: rgb(49,16,107); }
H1.HeaderClassName
{
color: #31106B;
}
.AnyTagClassName
{
color: #31106B;
}
</style>
background-color css
<style>
a { background-color: #31106B; }
a { background-color: rgb(49,16,107); }
div.DivClassName
{
background-color: #31106B;
}
.BgClassName
{
background-color: #31106B;
}
</style>
border-color css
<style>
span { border-color: #31106B; }
span { border-color: rgb(49,16,107); }
td.TdClassName
{
border-color: #31106B;
}
.TagClassName
{
border-color: #31106B;
}
</style>