Shades of Han Purple #4218FF
Tints of Han Purple #4218FF
RGB
CMYK
RGB Variations
Color information
#4218FF (or 0x4218FF) is known color: Han Purple. HEX triplet: 42, 18 and FF. RGB value is (66,24,255). Sum of RGB (Red+Green+Blue) = 66+24+255=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #4218FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4218FF is #BDE700. Grayscale: #3E3E3E. Windows color (decimal): -12445441 or 16717890. OLE color: 16717890.
HSL color Cylindrical-coordinate representation of color #4218FF: hue angle of 250.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4218FF is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 24 | 255 | - |
| CMYK | 0.74 | 0.91 | 0 | 0 |
| HSL | 250.91º | 1% | 0.55% | - |
| HSV(B) | 250.91º | 0.91% | 1% | - |
| XYZ | 20.62 | 9.03 | 95.26 | - |
| YUV | 62.89 | 236.41 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 24 | 255 | 0.74 | 0.91 | 0 | 0 | 250.91 | 1 | 0.55 |
| Hex | 42 | 18 | FF | 4A | 5B | 0 | 0 | FB | 64 | 37 |
| Octal | 102 | 30 | 377 | 112 | 133 | 0 | 0 | 373 | 144 | 67 |
| Binary | 1000010 | 11000 | 11111111 | 1001010 | 1011011 | 0 | 0 | 11111011 | 1100100 | 110111 |
Color Harmonies of #4218FF
Complementary color
Monochromatic Colors of #4218FF
Black with #4218FF
Text Example
Text Example
White with #4218FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4218FF; }
p { color: rgb(66,24,255); }
H1.HeaderClassName
{
color: #4218FF;
}
.AnyTagClassName
{
color: #4218FF;
}
</style>
background-color css
<style>
a { background-color: #4218FF; }
a { background-color: rgb(66,24,255); }
div.DivClassName
{
background-color: #4218FF;
}
.BgClassName
{
background-color: #4218FF;
}
</style>
border-color css
<style>
span { border-color: #4218FF; }
span { border-color: rgb(66,24,255); }
td.TdClassName
{
border-color: #4218FF;
}
.TagClassName
{
border-color: #4218FF;
}
</style>