Shades of Han Purple #4031DC
Tints of Han Purple #4031DC
RGB
CMYK
RGB Variations
Color information
#4031DC (or 0x4031DC) is known color: Han Purple. HEX triplet: 40, 31 and DC. RGB value is (64,49,220). Sum of RGB (Red+Green+Blue) = 64+49+220=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #4031DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4031DC is #BFCE23. Grayscale: #484848. Windows color (decimal): -12570148 or 14430528. OLE color: 14430528.
HSL color Cylindrical-coordinate representation of color #4031DC: hue angle of 245.26º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4031DC is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 49 | 220 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.14 |
| HSL | 245.26º | 0.71% | 0.53% | - |
| HSV(B) | 245.26º | 0.78% | 0.86% | - |
| XYZ | 16.13 | 8.45 | 68.49 | - |
| YUV | 72.98 | 210.97 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 220 | 0.71 | 0.78 | 0 | 0.14 | 245.26 | 0.71 | 0.53 |
| Hex | 40 | 31 | DC | 47 | 4E | 0 | E | F5 | 47 | 35 |
| Octal | 100 | 61 | 334 | 107 | 116 | 0 | 16 | 365 | 107 | 65 |
| Binary | 1000000 | 110001 | 11011100 | 1000111 | 1001110 | 0 | 1110 | 11110101 | 1000111 | 110101 |
Color Harmonies of #4031DC
Complementary color
Monochromatic Colors of #4031DC
Black with #4031DC
Text Example
Text Example
White with #4031DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4031DC; }
p { color: rgb(64,49,220); }
H1.HeaderClassName
{
color: #4031DC;
}
.AnyTagClassName
{
color: #4031DC;
}
</style>
background-color css
<style>
a { background-color: #4031DC; }
a { background-color: rgb(64,49,220); }
div.DivClassName
{
background-color: #4031DC;
}
.BgClassName
{
background-color: #4031DC;
}
</style>
border-color css
<style>
span { border-color: #4031DC; }
span { border-color: rgb(64,49,220); }
td.TdClassName
{
border-color: #4031DC;
}
.TagClassName
{
border-color: #4031DC;
}
</style>