Shades of Han Purple #3124DF
Tints of Han Purple #3124DF
RGB
CMYK
RGB Variations
Color information
#3124DF (or 0x3124DF) is known color: Han Purple. HEX triplet: 31, 24 and DF. RGB value is (49,36,223). Sum of RGB (Red+Green+Blue) = 49+36+223=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #3124DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3124DF is #CEDB20. Grayscale: #3C3C3C. Windows color (decimal): -13556513 or 14623793. OLE color: 14623793.
HSL color Cylindrical-coordinate representation of color #3124DF: hue angle of 244.17º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3124DF is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 36 | 223 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.13 |
| HSL | 244.17º | 0.75% | 0.51% | - |
| HSV(B) | 244.17º | 0.84% | 0.87% | - |
| XYZ | 15.22 | 7.24 | 70.41 | - |
| YUV | 61.21 | 219.31 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 223 | 0.78 | 0.84 | 0 | 0.13 | 244.17 | 0.75 | 0.51 |
| Hex | 31 | 24 | DF | 4E | 54 | 0 | D | F4 | 4B | 33 |
| Octal | 61 | 44 | 337 | 116 | 124 | 0 | 15 | 364 | 113 | 63 |
| Binary | 110001 | 100100 | 11011111 | 1001110 | 1010100 | 0 | 1101 | 11110100 | 1001011 | 110011 |
Color Harmonies of #3124DF
Complementary color
Monochromatic Colors of #3124DF
Black with #3124DF
Text Example
Text Example
White with #3124DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3124DF; }
p { color: rgb(49,36,223); }
H1.HeaderClassName
{
color: #3124DF;
}
.AnyTagClassName
{
color: #3124DF;
}
</style>
background-color css
<style>
a { background-color: #3124DF; }
a { background-color: rgb(49,36,223); }
div.DivClassName
{
background-color: #3124DF;
}
.BgClassName
{
background-color: #3124DF;
}
</style>
border-color css
<style>
span { border-color: #3124DF; }
span { border-color: rgb(49,36,223); }
td.TdClassName
{
border-color: #3124DF;
}
.TagClassName
{
border-color: #3124DF;
}
</style>