Shades of Persian Indigo #31218C
Tints of Persian Indigo #31218C
RGB
CMYK
RGB Variations
Color information
#31218C (or 0x31218C) is known color: Persian Indigo. HEX triplet: 31, 21 and 8C. RGB value is (49,33,140). Sum of RGB (Red+Green+Blue) = 49+33+140=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 140 (55.08% from 255 or 63.06% from 222); Max value from RGB is 140 - color contains mainly: blue. Hex color #31218C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31218C is #CEDE73. Grayscale: #313131. Windows color (decimal): -13557364 or 9183537. OLE color: 9183537.
HSL color Cylindrical-coordinate representation of color #31218C: hue angle of 248.97º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31218C is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 33 | 140 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.45 |
| HSL | 248.97º | 0.62% | 0.34% | - |
| HSV(B) | 248.97º | 0.76% | 0.55% | - |
| XYZ | 6.54 | 3.63 | 25.17 | - |
| YUV | 49.98 | 178.8 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 33 | 140 | 0.65 | 0.76 | 0 | 0.45 | 248.97 | 0.62 | 0.34 |
| Hex | 31 | 21 | 8C | 41 | 4C | 0 | 2D | F9 | 3E | 22 |
| Octal | 61 | 41 | 214 | 101 | 114 | 0 | 55 | 371 | 76 | 42 |
| Binary | 110001 | 100001 | 10001100 | 1000001 | 1001100 | 0 | 101101 | 11111001 | 111110 | 100010 |
Color Harmonies of #31218C
Complementary color
Monochromatic Colors of #31218C
Black with #31218C
Text Example
Text Example
White with #31218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31218C; }
p { color: rgb(49,33,140); }
H1.HeaderClassName
{
color: #31218C;
}
.AnyTagClassName
{
color: #31218C;
}
</style>
background-color css
<style>
a { background-color: #31218C; }
a { background-color: rgb(49,33,140); }
div.DivClassName
{
background-color: #31218C;
}
.BgClassName
{
background-color: #31218C;
}
</style>
border-color css
<style>
span { border-color: #31218C; }
span { border-color: rgb(49,33,140); }
td.TdClassName
{
border-color: #31218C;
}
.TagClassName
{
border-color: #31218C;
}
</style>