Shades of Persian Indigo #31209C
Tints of Persian Indigo #31209C
RGB
CMYK
RGB Variations
Color information
#31209C (or 0x31209C) is known color: Persian Indigo. HEX triplet: 31, 20 and 9C. RGB value is (49,32,156). Sum of RGB (Red+Green+Blue) = 49+32+156=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 156 (61.33% from 255 or 65.82% from 237); Max value from RGB is 156 - color contains mainly: blue. Hex color #31209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31209C is #CEDF63. Grayscale: #323232. Windows color (decimal): -13557604 or 10231857. OLE color: 10231857.
HSL color Cylindrical-coordinate representation of color #31209C: hue angle of 248.23º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31209C is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 32 | 156 | - |
| CMYK | 0.69 | 0.79 | 0 | 0.39 |
| HSL | 248.23º | 0.66% | 0.37% | - |
| HSV(B) | 248.23º | 0.79% | 0.61% | - |
| XYZ | 7.78 | 4.09 | 31.83 | - |
| YUV | 51.22 | 187.13 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 156 | 0.69 | 0.79 | 0 | 0.39 | 248.23 | 0.66 | 0.37 |
| Hex | 31 | 20 | 9C | 45 | 4F | 0 | 27 | F8 | 42 | 25 |
| Octal | 61 | 40 | 234 | 105 | 117 | 0 | 47 | 370 | 102 | 45 |
| Binary | 110001 | 100000 | 10011100 | 1000101 | 1001111 | 0 | 100111 | 11111000 | 1000010 | 100101 |
Color Harmonies of #31209C
Complementary color
Monochromatic Colors of #31209C
Black with #31209C
Text Example
Text Example
White with #31209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31209C; }
p { color: rgb(49,32,156); }
H1.HeaderClassName
{
color: #31209C;
}
.AnyTagClassName
{
color: #31209C;
}
</style>
background-color css
<style>
a { background-color: #31209C; }
a { background-color: rgb(49,32,156); }
div.DivClassName
{
background-color: #31209C;
}
.BgClassName
{
background-color: #31209C;
}
</style>
border-color css
<style>
span { border-color: #31209C; }
span { border-color: rgb(49,32,156); }
td.TdClassName
{
border-color: #31209C;
}
.TagClassName
{
border-color: #31209C;
}
</style>