Shades of Persian Indigo #31247C
Tints of Persian Indigo #31247C
RGB
CMYK
RGB Variations
Color information
#31247C (or 0x31247C) is known color: Persian Indigo. HEX triplet: 31, 24 and 7C. RGB value is (49,36,124). Sum of RGB (Red+Green+Blue) = 49+36+124=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #31247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31247C is #CEDB83. Grayscale: #313131. Windows color (decimal): -13556612 or 8135729. OLE color: 8135729.
HSL color Cylindrical-coordinate representation of color #31247C: hue angle of 248.86º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31247C is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 36 | 124 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.51 |
| HSL | 248.86º | 0.55% | 0.31% | - |
| HSV(B) | 248.86º | 0.71% | 0.49% | - |
| XYZ | 5.54 | 3.37 | 19.43 | - |
| YUV | 49.92 | 169.81 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 124 | 0.60 | 0.71 | 0 | 0.51 | 248.86 | 0.55 | 0.31 |
| Hex | 31 | 24 | 7C | 3C | 47 | 0 | 33 | F9 | 37 | 1F |
| Octal | 61 | 44 | 174 | 74 | 107 | 0 | 63 | 371 | 67 | 37 |
| Binary | 110001 | 100100 | 1111100 | 111100 | 1000111 | 0 | 110011 | 11111001 | 110111 | 11111 |
Color Harmonies of #31247C
Complementary color
Monochromatic Colors of #31247C
Black with #31247C
Text Example
Text Example
White with #31247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31247C; }
p { color: rgb(49,36,124); }
H1.HeaderClassName
{
color: #31247C;
}
.AnyTagClassName
{
color: #31247C;
}
</style>
background-color css
<style>
a { background-color: #31247C; }
a { background-color: rgb(49,36,124); }
div.DivClassName
{
background-color: #31247C;
}
.BgClassName
{
background-color: #31247C;
}
</style>
border-color css
<style>
span { border-color: #31247C; }
span { border-color: rgb(49,36,124); }
td.TdClassName
{
border-color: #31247C;
}
.TagClassName
{
border-color: #31247C;
}
</style>