Shades of Han Purple #3122DF
Tints of Han Purple #3122DF
RGB
CMYK
RGB Variations
Color information
#3122DF (or 0x3122DF) is known color: Han Purple. HEX triplet: 31, 22 and DF. RGB value is (49,34,223). Sum of RGB (Red+Green+Blue) = 49+34+223=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 223 (87.5% from 255 or 72.88% from 306); Max value from RGB is 223 - color contains mainly: blue. Hex color #3122DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3122DF is #CEDD20. Grayscale: #3B3B3B. Windows color (decimal): -13557025 or 14623281. OLE color: 14623281.
HSL color Cylindrical-coordinate representation of color #3122DF: hue angle of 244.76º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3122DF is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 34 | 223 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.13 |
| HSL | 244.76º | 0.75% | 0.5% | - |
| HSV(B) | 244.76º | 0.85% | 0.87% | - |
| XYZ | 15.16 | 7.12 | 70.39 | - |
| YUV | 60.03 | 219.97 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 223 | 0.78 | 0.85 | 0 | 0.13 | 244.76 | 0.75 | 0.5 |
| Hex | 31 | 22 | DF | 4E | 55 | 0 | D | F5 | 4B | 32 |
| Octal | 61 | 42 | 337 | 116 | 125 | 0 | 15 | 365 | 113 | 62 |
| Binary | 110001 | 100010 | 11011111 | 1001110 | 1010101 | 0 | 1101 | 11110101 | 1001011 | 110010 |
Color Harmonies of #3122DF
Complementary color
Monochromatic Colors of #3122DF
Black with #3122DF
Text Example
Text Example
White with #3122DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3122DF; }
p { color: rgb(49,34,223); }
H1.HeaderClassName
{
color: #3122DF;
}
.AnyTagClassName
{
color: #3122DF;
}
</style>
background-color css
<style>
a { background-color: #3122DF; }
a { background-color: rgb(49,34,223); }
div.DivClassName
{
background-color: #3122DF;
}
.BgClassName
{
background-color: #3122DF;
}
</style>
border-color css
<style>
span { border-color: #3122DF; }
span { border-color: rgb(49,34,223); }
td.TdClassName
{
border-color: #3122DF;
}
.TagClassName
{
border-color: #3122DF;
}
</style>