Shades of Han Purple #4218D9
Tints of Han Purple #4218D9
RGB
CMYK
RGB Variations
Color information
#4218D9 (or 0x4218D9) is known color: Han Purple. HEX triplet: 42, 18 and D9. RGB value is (66,24,217). Sum of RGB (Red+Green+Blue) = 66+24+217=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 217 (85.16% from 255 or 70.68% from 307); Max value from RGB is 217 - color contains mainly: blue. Hex color #4218D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4218D9 is #BDE726. Grayscale: #393939. Windows color (decimal): -12445479 or 14227522. OLE color: 14227522.
HSL color Cylindrical-coordinate representation of color #4218D9: hue angle of 253.06º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4218D9 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 24 | 217 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.15 |
| HSL | 253.06º | 0.8% | 0.47% | - |
| HSV(B) | 253.06º | 0.89% | 0.85% | - |
| XYZ | 15.1 | 6.82 | 66.17 | - |
| YUV | 58.56 | 217.41 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 24 | 217 | 0.70 | 0.89 | 0 | 0.15 | 253.06 | 0.8 | 0.47 |
| Hex | 42 | 18 | D9 | 46 | 59 | 0 | F | FD | 50 | 2F |
| Octal | 102 | 30 | 331 | 106 | 131 | 0 | 17 | 375 | 120 | 57 |
| Binary | 1000010 | 11000 | 11011001 | 1000110 | 1011001 | 0 | 1111 | 11111101 | 1010000 | 101111 |
Color Harmonies of #4218D9
Complementary color
Monochromatic Colors of #4218D9
Black with #4218D9
Text Example
Text Example
White with #4218D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4218D9; }
p { color: rgb(66,24,217); }
H1.HeaderClassName
{
color: #4218D9;
}
.AnyTagClassName
{
color: #4218D9;
}
</style>
background-color css
<style>
a { background-color: #4218D9; }
a { background-color: rgb(66,24,217); }
div.DivClassName
{
background-color: #4218D9;
}
.BgClassName
{
background-color: #4218D9;
}
</style>
border-color css
<style>
span { border-color: #4218D9; }
span { border-color: rgb(66,24,217); }
td.TdClassName
{
border-color: #4218D9;
}
.TagClassName
{
border-color: #4218D9;
}
</style>