Shades of Persian Indigo #31187F
Tints of Persian Indigo #31187F
RGB
CMYK
RGB Variations
Color information
#31187F (or 0x31187F) is known color: Persian Indigo. HEX triplet: 31, 18 and 7F. RGB value is (49,24,127). Sum of RGB (Red+Green+Blue) = 49+24+127=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 127 (50% from 255 or 63.5% from 200); Max value from RGB is 127 - color contains mainly: blue. Hex color #31187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31187F is #CEE780. Grayscale: #2A2A2A. Windows color (decimal): -13559681 or 8329265. OLE color: 8329265.
HSL color Cylindrical-coordinate representation of color #31187F: hue angle of 254.56º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31187F is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 24 | 127 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.50 |
| HSL | 254.56º | 0.68% | 0.3% | - |
| HSV(B) | 254.56º | 0.81% | 0.5% | - |
| XYZ | 5.42 | 2.84 | 20.34 | - |
| YUV | 43.22 | 175.28 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 127 | 0.61 | 0.81 | 0 | 0.50 | 254.56 | 0.68 | 0.3 |
| Hex | 31 | 18 | 7F | 3D | 51 | 0 | 32 | FF | 44 | 1E |
| Octal | 61 | 30 | 177 | 75 | 121 | 0 | 62 | 377 | 104 | 36 |
| Binary | 110001 | 11000 | 1111111 | 111101 | 1010001 | 0 | 110010 | 11111111 | 1000100 | 11110 |
Color Harmonies of #31187F
Complementary color
Monochromatic Colors of #31187F
Black with #31187F
Text Example
Text Example
White with #31187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31187F; }
p { color: rgb(49,24,127); }
H1.HeaderClassName
{
color: #31187F;
}
.AnyTagClassName
{
color: #31187F;
}
</style>
background-color css
<style>
a { background-color: #31187F; }
a { background-color: rgb(49,24,127); }
div.DivClassName
{
background-color: #31187F;
}
.BgClassName
{
background-color: #31187F;
}
</style>
border-color css
<style>
span { border-color: #31187F; }
span { border-color: rgb(49,24,127); }
td.TdClassName
{
border-color: #31187F;
}
.TagClassName
{
border-color: #31187F;
}
</style>