Shades of Persian Indigo #31176C
Tints of Persian Indigo #31176C
RGB
CMYK
RGB Variations
Color information
#31176C (or 0x31176C) is known color: Persian Indigo. HEX triplet: 31, 17 and 6C. RGB value is (49,23,108). Sum of RGB (Red+Green+Blue) = 49+23+108=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #31176C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31176C is #CEE893. Grayscale: #282828. Windows color (decimal): -13559956 or 7083825. OLE color: 7083825.
HSL color Cylindrical-coordinate representation of color #31176C: hue angle of 258.35º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31176C is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 23 | 108 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.58 |
| HSL | 258.35º | 0.65% | 0.26% | - |
| HSV(B) | 258.35º | 0.79% | 0.42% | - |
| XYZ | 4.28 | 2.35 | 14.42 | - |
| YUV | 40.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 108 | 0.55 | 0.79 | 0 | 0.58 | 258.35 | 0.65 | 0.26 |
| Hex | 31 | 17 | 6C | 37 | 4F | 0 | 3A | 102 | 41 | 1A |
| Octal | 61 | 27 | 154 | 67 | 117 | 0 | 72 | 402 | 101 | 32 |
| Binary | 110001 | 10111 | 1101100 | 110111 | 1001111 | 0 | 111010 | 100000010 | 1000001 | 11010 |
Color Harmonies of #31176C
Complementary color
Monochromatic Colors of #31176C
Black with #31176C
Text Example
Text Example
White with #31176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31176C; }
p { color: rgb(49,23,108); }
H1.HeaderClassName
{
color: #31176C;
}
.AnyTagClassName
{
color: #31176C;
}
</style>
background-color css
<style>
a { background-color: #31176C; }
a { background-color: rgb(49,23,108); }
div.DivClassName
{
background-color: #31176C;
}
.BgClassName
{
background-color: #31176C;
}
</style>
border-color css
<style>
span { border-color: #31176C; }
span { border-color: rgb(49,23,108); }
td.TdClassName
{
border-color: #31176C;
}
.TagClassName
{
border-color: #31176C;
}
</style>