Shades of Han Purple #3124DC
Tints of Han Purple #3124DC
RGB
CMYK
RGB Variations
Color information
#3124DC (or 0x3124DC) is known color: Han Purple. HEX triplet: 31, 24 and DC. RGB value is (49,36,220). Sum of RGB (Red+Green+Blue) = 49+36+220=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #3124DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3124DC is #CEDB23. Grayscale: #3C3C3C. Windows color (decimal): -13556516 or 14427185. OLE color: 14427185.
HSL color Cylindrical-coordinate representation of color #3124DC: hue angle of 244.24º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3124DC is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 36 | 220 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.14 |
| HSL | 244.24º | 0.72% | 0.5% | - |
| HSV(B) | 244.24º | 0.84% | 0.86% | - |
| XYZ | 14.82 | 7.08 | 68.3 | - |
| YUV | 60.86 | 217.81 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 220 | 0.78 | 0.84 | 0 | 0.14 | 244.24 | 0.72 | 0.5 |
| Hex | 31 | 24 | DC | 4E | 54 | 0 | E | F4 | 48 | 32 |
| Octal | 61 | 44 | 334 | 116 | 124 | 0 | 16 | 364 | 110 | 62 |
| Binary | 110001 | 100100 | 11011100 | 1001110 | 1010100 | 0 | 1110 | 11110100 | 1001000 | 110010 |
Color Harmonies of #3124DC
Complementary color
Monochromatic Colors of #3124DC
Black with #3124DC
Text Example
Text Example
White with #3124DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3124DC; }
p { color: rgb(49,36,220); }
H1.HeaderClassName
{
color: #3124DC;
}
.AnyTagClassName
{
color: #3124DC;
}
</style>
background-color css
<style>
a { background-color: #3124DC; }
a { background-color: rgb(49,36,220); }
div.DivClassName
{
background-color: #3124DC;
}
.BgClassName
{
background-color: #3124DC;
}
</style>
border-color css
<style>
span { border-color: #3124DC; }
span { border-color: rgb(49,36,220); }
td.TdClassName
{
border-color: #3124DC;
}
.TagClassName
{
border-color: #3124DC;
}
</style>