Shades of Persian Indigo #31237C
Tints of Persian Indigo #31237C
RGB
CMYK
RGB Variations
Color information
#31237C (or 0x31237C) is known color: Persian Indigo. HEX triplet: 31, 23 and 7C. RGB value is (49,35,124). Sum of RGB (Red+Green+Blue) = 49+35+124=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #31237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31237C is #CEDC83. Grayscale: #303030. Windows color (decimal): -13556868 or 8135473. OLE color: 8135473.
HSL color Cylindrical-coordinate representation of color #31237C: hue angle of 249.44º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31237C is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 35 | 124 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.51 |
| HSL | 249.44º | 0.56% | 0.31% | - |
| HSV(B) | 249.44º | 0.72% | 0.49% | - |
| XYZ | 5.51 | 3.31 | 19.42 | - |
| YUV | 49.33 | 170.14 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 124 | 0.60 | 0.72 | 0 | 0.51 | 249.44 | 0.56 | 0.31 |
| Hex | 31 | 23 | 7C | 3C | 48 | 0 | 33 | F9 | 38 | 1F |
| Octal | 61 | 43 | 174 | 74 | 110 | 0 | 63 | 371 | 70 | 37 |
| Binary | 110001 | 100011 | 1111100 | 111100 | 1001000 | 0 | 110011 | 11111001 | 111000 | 11111 |
Color Harmonies of #31237C
Complementary color
Monochromatic Colors of #31237C
Black with #31237C
Text Example
Text Example
White with #31237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31237C; }
p { color: rgb(49,35,124); }
H1.HeaderClassName
{
color: #31237C;
}
.AnyTagClassName
{
color: #31237C;
}
</style>
background-color css
<style>
a { background-color: #31237C; }
a { background-color: rgb(49,35,124); }
div.DivClassName
{
background-color: #31237C;
}
.BgClassName
{
background-color: #31237C;
}
</style>
border-color css
<style>
span { border-color: #31237C; }
span { border-color: rgb(49,35,124); }
td.TdClassName
{
border-color: #31237C;
}
.TagClassName
{
border-color: #31237C;
}
</style>