Shades of Persian Indigo #31187D
Tints of Persian Indigo #31187D
RGB
CMYK
RGB Variations
Color information
#31187D (or 0x31187D) is known color: Persian Indigo. HEX triplet: 31, 18 and 7D. RGB value is (49,24,125). Sum of RGB (Red+Green+Blue) = 49+24+125=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 125 (49.22% from 255 or 63.13% from 198); Max value from RGB is 125 - color contains mainly: blue. Hex color #31187D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31187D is #CEE782. Grayscale: #2A2A2A. Windows color (decimal): -13559683 or 8198193. OLE color: 8198193.
HSL color Cylindrical-coordinate representation of color #31187D: hue angle of 254.85º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31187D is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 24 | 125 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.51 |
| HSL | 254.85º | 0.68% | 0.29% | - |
| HSV(B) | 254.85º | 0.81% | 0.49% | - |
| XYZ | 5.29 | 2.79 | 19.66 | - |
| YUV | 42.99 | 174.28 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 125 | 0.61 | 0.81 | 0 | 0.51 | 254.85 | 0.68 | 0.29 |
| Hex | 31 | 18 | 7D | 3D | 51 | 0 | 33 | FF | 44 | 1D |
| Octal | 61 | 30 | 175 | 75 | 121 | 0 | 63 | 377 | 104 | 35 |
| Binary | 110001 | 11000 | 1111101 | 111101 | 1010001 | 0 | 110011 | 11111111 | 1000100 | 11101 |
Color Harmonies of #31187D
Complementary color
Monochromatic Colors of #31187D
Black with #31187D
Text Example
Text Example
White with #31187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31187D; }
p { color: rgb(49,24,125); }
H1.HeaderClassName
{
color: #31187D;
}
.AnyTagClassName
{
color: #31187D;
}
</style>
background-color css
<style>
a { background-color: #31187D; }
a { background-color: rgb(49,24,125); }
div.DivClassName
{
background-color: #31187D;
}
.BgClassName
{
background-color: #31187D;
}
</style>
border-color css
<style>
span { border-color: #31187D; }
span { border-color: rgb(49,24,125); }
td.TdClassName
{
border-color: #31187D;
}
.TagClassName
{
border-color: #31187D;
}
</style>