Shades of Han Purple #4228DA
Tints of Han Purple #4228DA
RGB
CMYK
RGB Variations
Color information
#4228DA (or 0x4228DA) is known color: Han Purple. HEX triplet: 42, 28 and DA. RGB value is (66,40,218). Sum of RGB (Red+Green+Blue) = 66+40+218=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 218 (85.55% from 255 or 67.28% from 324); Max value from RGB is 218 - color contains mainly: blue. Hex color #4228DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4228DA is #BDD725. Grayscale: #434343. Windows color (decimal): -12441382 or 14297154. OLE color: 14297154.
HSL color Cylindrical-coordinate representation of color #4228DA: hue angle of 248.76º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4228DA is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 40 | 218 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.15 |
| HSL | 248.76º | 0.71% | 0.51% | - |
| HSV(B) | 248.76º | 0.82% | 0.85% | - |
| XYZ | 15.66 | 7.74 | 67 | - |
| YUV | 68.07 | 212.61 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 218 | 0.70 | 0.82 | 0 | 0.15 | 248.76 | 0.71 | 0.51 |
| Hex | 42 | 28 | DA | 46 | 52 | 0 | F | F9 | 47 | 33 |
| Octal | 102 | 50 | 332 | 106 | 122 | 0 | 17 | 371 | 107 | 63 |
| Binary | 1000010 | 101000 | 11011010 | 1000110 | 1010010 | 0 | 1111 | 11111001 | 1000111 | 110011 |
Color Harmonies of #4228DA
Complementary color
Monochromatic Colors of #4228DA
Black with #4228DA
Text Example
Text Example
White with #4228DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4228DA; }
p { color: rgb(66,40,218); }
H1.HeaderClassName
{
color: #4228DA;
}
.AnyTagClassName
{
color: #4228DA;
}
</style>
background-color css
<style>
a { background-color: #4228DA; }
a { background-color: rgb(66,40,218); }
div.DivClassName
{
background-color: #4228DA;
}
.BgClassName
{
background-color: #4228DA;
}
</style>
border-color css
<style>
span { border-color: #4228DA; }
span { border-color: rgb(66,40,218); }
td.TdClassName
{
border-color: #4228DA;
}
.TagClassName
{
border-color: #4228DA;
}
</style>