Shades of Persian Indigo #31176F
Tints of Persian Indigo #31176F
RGB
CMYK
RGB Variations
Color information
#31176F (or 0x31176F) is known color: Persian Indigo. HEX triplet: 31, 17 and 6F. RGB value is (49,23,111). Sum of RGB (Red+Green+Blue) = 49+23+111=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #31176F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31176F is #CEE890. Grayscale: #282828. Windows color (decimal): -13559953 or 7280433. OLE color: 7280433.
HSL color Cylindrical-coordinate representation of color #31176F: hue angle of 257.73º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31176F is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 23 | 111 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.56 |
| HSL | 257.73º | 0.66% | 0.26% | - |
| HSV(B) | 257.73º | 0.79% | 0.44% | - |
| XYZ | 4.44 | 2.41 | 15.27 | - |
| YUV | 40.81 | 167.61 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 111 | 0.56 | 0.79 | 0 | 0.56 | 257.73 | 0.66 | 0.26 |
| Hex | 31 | 17 | 6F | 38 | 4F | 0 | 38 | 102 | 42 | 1A |
| Octal | 61 | 27 | 157 | 70 | 117 | 0 | 70 | 402 | 102 | 32 |
| Binary | 110001 | 10111 | 1101111 | 111000 | 1001111 | 0 | 111000 | 100000010 | 1000010 | 11010 |
Color Harmonies of #31176F
Complementary color
Monochromatic Colors of #31176F
Black with #31176F
Text Example
Text Example
White with #31176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31176F; }
p { color: rgb(49,23,111); }
H1.HeaderClassName
{
color: #31176F;
}
.AnyTagClassName
{
color: #31176F;
}
</style>
background-color css
<style>
a { background-color: #31176F; }
a { background-color: rgb(49,23,111); }
div.DivClassName
{
background-color: #31176F;
}
.BgClassName
{
background-color: #31176F;
}
</style>
border-color css
<style>
span { border-color: #31176F; }
span { border-color: rgb(49,23,111); }
td.TdClassName
{
border-color: #31176F;
}
.TagClassName
{
border-color: #31176F;
}
</style>