Shades of Persian Indigo #31187C
Tints of Persian Indigo #31187C
RGB
CMYK
RGB Variations
Color information
#31187C (or 0x31187C) is known color: Persian Indigo. HEX triplet: 31, 18 and 7C. RGB value is (49,24,124). Sum of RGB (Red+Green+Blue) = 49+24+124=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #31187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31187C is #CEE783. Grayscale: #2A2A2A. Windows color (decimal): -13559684 or 8132657. OLE color: 8132657.
HSL color Cylindrical-coordinate representation of color #31187C: hue angle of 255º 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 #31187C is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 24 | 124 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.51 |
| HSL | 255º | 0.68% | 0.29% | - |
| HSV(B) | 255º | 0.81% | 0.49% | - |
| XYZ | 5.23 | 2.76 | 19.33 | - |
| YUV | 42.88 | 173.78 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 124 | 0.60 | 0.81 | 0 | 0.51 | 255 | 0.68 | 0.29 |
| Hex | 31 | 18 | 7C | 3C | 51 | 0 | 33 | FF | 44 | 1D |
| Octal | 61 | 30 | 174 | 74 | 121 | 0 | 63 | 377 | 104 | 35 |
| Binary | 110001 | 11000 | 1111100 | 111100 | 1010001 | 0 | 110011 | 11111111 | 1000100 | 11101 |
Color Harmonies of #31187C
Complementary color
Monochromatic Colors of #31187C
Black with #31187C
Text Example
Text Example
White with #31187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31187C; }
p { color: rgb(49,24,124); }
H1.HeaderClassName
{
color: #31187C;
}
.AnyTagClassName
{
color: #31187C;
}
</style>
background-color css
<style>
a { background-color: #31187C; }
a { background-color: rgb(49,24,124); }
div.DivClassName
{
background-color: #31187C;
}
.BgClassName
{
background-color: #31187C;
}
</style>
border-color css
<style>
span { border-color: #31187C; }
span { border-color: rgb(49,24,124); }
td.TdClassName
{
border-color: #31187C;
}
.TagClassName
{
border-color: #31187C;
}
</style>