Shades of Persian Indigo #31186D
Tints of Persian Indigo #31186D
RGB
CMYK
RGB Variations
Color information
#31186D (or 0x31186D) is known color: Persian Indigo. HEX triplet: 31, 18 and 6D. RGB value is (49,24,109). Sum of RGB (Red+Green+Blue) = 49+24+109=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #31186D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31186D is #CEE792. Grayscale: #282828. Windows color (decimal): -13559699 or 7149617. OLE color: 7149617.
HSL color Cylindrical-coordinate representation of color #31186D: hue angle of 257.65º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31186D is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 24 | 109 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.57 |
| HSL | 257.65º | 0.64% | 0.26% | - |
| HSV(B) | 257.65º | 0.78% | 0.43% | - |
| XYZ | 4.35 | 2.41 | 14.7 | - |
| YUV | 41.17 | 166.28 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 109 | 0.55 | 0.78 | 0 | 0.57 | 257.65 | 0.64 | 0.26 |
| Hex | 31 | 18 | 6D | 37 | 4E | 0 | 39 | 102 | 40 | 1A |
| Octal | 61 | 30 | 155 | 67 | 116 | 0 | 71 | 402 | 100 | 32 |
| Binary | 110001 | 11000 | 1101101 | 110111 | 1001110 | 0 | 111001 | 100000010 | 1000000 | 11010 |
Color Harmonies of #31186D
Complementary color
Monochromatic Colors of #31186D
Black with #31186D
Text Example
Text Example
White with #31186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31186D; }
p { color: rgb(49,24,109); }
H1.HeaderClassName
{
color: #31186D;
}
.AnyTagClassName
{
color: #31186D;
}
</style>
background-color css
<style>
a { background-color: #31186D; }
a { background-color: rgb(49,24,109); }
div.DivClassName
{
background-color: #31186D;
}
.BgClassName
{
background-color: #31186D;
}
</style>
border-color css
<style>
span { border-color: #31186D; }
span { border-color: rgb(49,24,109); }
td.TdClassName
{
border-color: #31186D;
}
.TagClassName
{
border-color: #31186D;
}
</style>