Shades of Han Purple #4030DA
Tints of Han Purple #4030DA
RGB
CMYK
RGB Variations
Color information
#4030DA (or 0x4030DA) is known color: Han Purple. HEX triplet: 40, 30 and DA. RGB value is (64,48,218). Sum of RGB (Red+Green+Blue) = 64+48+218=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #4030DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4030DA is #BFCF25. Grayscale: #474747. Windows color (decimal): -12570406 or 14299200. OLE color: 14299200.
HSL color Cylindrical-coordinate representation of color #4030DA: hue angle of 245.65º 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 #4030DA is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 48 | 218 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.15 |
| HSL | 245.65º | 0.7% | 0.52% | - |
| HSV(B) | 245.65º | 0.78% | 0.85% | - |
| XYZ | 15.83 | 8.27 | 67.09 | - |
| YUV | 72.16 | 210.3 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 218 | 0.71 | 0.78 | 0 | 0.15 | 245.65 | 0.7 | 0.52 |
| Hex | 40 | 30 | DA | 47 | 4E | 0 | F | F6 | 46 | 34 |
| Octal | 100 | 60 | 332 | 107 | 116 | 0 | 17 | 366 | 106 | 64 |
| Binary | 1000000 | 110000 | 11011010 | 1000111 | 1001110 | 0 | 1111 | 11110110 | 1000110 | 110100 |
Color Harmonies of #4030DA
Complementary color
Monochromatic Colors of #4030DA
Black with #4030DA
Text Example
Text Example
White with #4030DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4030DA; }
p { color: rgb(64,48,218); }
H1.HeaderClassName
{
color: #4030DA;
}
.AnyTagClassName
{
color: #4030DA;
}
</style>
background-color css
<style>
a { background-color: #4030DA; }
a { background-color: rgb(64,48,218); }
div.DivClassName
{
background-color: #4030DA;
}
.BgClassName
{
background-color: #4030DA;
}
</style>
border-color css
<style>
span { border-color: #4030DA; }
span { border-color: rgb(64,48,218); }
td.TdClassName
{
border-color: #4030DA;
}
.TagClassName
{
border-color: #4030DA;
}
</style>