Shades of Han Purple #4031DA
Tints of Han Purple #4031DA
RGB
CMYK
RGB Variations
Color information
#4031DA (or 0x4031DA) is known color: Han Purple. HEX triplet: 40, 31 and DA. RGB value is (64,49,218). Sum of RGB (Red+Green+Blue) = 64+49+218=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #4031DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4031DA is #BFCE25. Grayscale: #484848. Windows color (decimal): -12570150 or 14299456. OLE color: 14299456.
HSL color Cylindrical-coordinate representation of color #4031DA: hue angle of 245.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4031DA is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 49 | 218 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.15 |
| HSL | 245.33º | 0.7% | 0.52% | - |
| HSV(B) | 245.33º | 0.78% | 0.85% | - |
| XYZ | 15.87 | 8.35 | 67.1 | - |
| YUV | 72.75 | 209.97 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 218 | 0.71 | 0.78 | 0 | 0.15 | 245.33 | 0.7 | 0.52 |
| Hex | 40 | 31 | DA | 47 | 4E | 0 | F | F5 | 46 | 34 |
| Octal | 100 | 61 | 332 | 107 | 116 | 0 | 17 | 365 | 106 | 64 |
| Binary | 1000000 | 110001 | 11011010 | 1000111 | 1001110 | 0 | 1111 | 11110101 | 1000110 | 110100 |
Color Harmonies of #4031DA
Complementary color
Monochromatic Colors of #4031DA
Black with #4031DA
Text Example
Text Example
White with #4031DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4031DA; }
p { color: rgb(64,49,218); }
H1.HeaderClassName
{
color: #4031DA;
}
.AnyTagClassName
{
color: #4031DA;
}
</style>
background-color css
<style>
a { background-color: #4031DA; }
a { background-color: rgb(64,49,218); }
div.DivClassName
{
background-color: #4031DA;
}
.BgClassName
{
background-color: #4031DA;
}
</style>
border-color css
<style>
span { border-color: #4031DA; }
span { border-color: rgb(64,49,218); }
td.TdClassName
{
border-color: #4031DA;
}
.TagClassName
{
border-color: #4031DA;
}
</style>