Shades of Persian Indigo #31207C
Tints of Persian Indigo #31207C
RGB
CMYK
RGB Variations
Color information
#31207C (or 0x31207C) is known color: Persian Indigo. HEX triplet: 31, 20 and 7C. RGB value is (49,32,124). Sum of RGB (Red+Green+Blue) = 49+32+124=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #31207C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31207C is #CEDF83. Grayscale: #2F2F2F. Windows color (decimal): -13557636 or 8134705. OLE color: 8134705.
HSL color Cylindrical-coordinate representation of color #31207C: hue angle of 251.09º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31207C is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 32 | 124 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.51 |
| HSL | 251.09º | 0.59% | 0.31% | - |
| HSV(B) | 251.09º | 0.74% | 0.49% | - |
| XYZ | 5.42 | 3.14 | 19.39 | - |
| YUV | 47.57 | 171.13 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 124 | 0.60 | 0.74 | 0 | 0.51 | 251.09 | 0.59 | 0.31 |
| Hex | 31 | 20 | 7C | 3C | 4A | 0 | 33 | FB | 3B | 1F |
| Octal | 61 | 40 | 174 | 74 | 112 | 0 | 63 | 373 | 73 | 37 |
| Binary | 110001 | 100000 | 1111100 | 111100 | 1001010 | 0 | 110011 | 11111011 | 111011 | 11111 |
Color Harmonies of #31207C
Complementary color
Monochromatic Colors of #31207C
Black with #31207C
Text Example
Text Example
White with #31207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31207C; }
p { color: rgb(49,32,124); }
H1.HeaderClassName
{
color: #31207C;
}
.AnyTagClassName
{
color: #31207C;
}
</style>
background-color css
<style>
a { background-color: #31207C; }
a { background-color: rgb(49,32,124); }
div.DivClassName
{
background-color: #31207C;
}
.BgClassName
{
background-color: #31207C;
}
</style>
border-color css
<style>
span { border-color: #31207C; }
span { border-color: rgb(49,32,124); }
td.TdClassName
{
border-color: #31207C;
}
.TagClassName
{
border-color: #31207C;
}
</style>