Shades of Han Purple #4219FF
Tints of Han Purple #4219FF
RGB
CMYK
RGB Variations
Color information
#4219FF (or 0x4219FF) is known color: Han Purple. HEX triplet: 42, 19 and FF. RGB value is (66,25,255). Sum of RGB (Red+Green+Blue) = 66+25+255=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #4219FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4219FF is #BDE600. Grayscale: #3E3E3E. Windows color (decimal): -12445185 or 16718146. OLE color: 16718146.
HSL color Cylindrical-coordinate representation of color #4219FF: hue angle of 250.7º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4219FF is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 25 | 255 | - |
| CMYK | 0.74 | 0.90 | 0 | 0 |
| HSL | 250.7º | 1% | 0.55% | - |
| HSV(B) | 250.7º | 0.9% | 1% | - |
| XYZ | 20.64 | 9.07 | 95.27 | - |
| YUV | 63.48 | 236.08 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 255 | 0.74 | 0.90 | 0 | 0 | 250.7 | 1 | 0.55 |
| Hex | 42 | 19 | FF | 4A | 5A | 0 | 0 | FB | 64 | 37 |
| Octal | 102 | 31 | 377 | 112 | 132 | 0 | 0 | 373 | 144 | 67 |
| Binary | 1000010 | 11001 | 11111111 | 1001010 | 1011010 | 0 | 0 | 11111011 | 1100100 | 110111 |
Color Harmonies of #4219FF
Complementary color
Monochromatic Colors of #4219FF
Black with #4219FF
Text Example
Text Example
White with #4219FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4219FF; }
p { color: rgb(66,25,255); }
H1.HeaderClassName
{
color: #4219FF;
}
.AnyTagClassName
{
color: #4219FF;
}
</style>
background-color css
<style>
a { background-color: #4219FF; }
a { background-color: rgb(66,25,255); }
div.DivClassName
{
background-color: #4219FF;
}
.BgClassName
{
background-color: #4219FF;
}
</style>
border-color css
<style>
span { border-color: #4219FF; }
span { border-color: rgb(66,25,255); }
td.TdClassName
{
border-color: #4219FF;
}
.TagClassName
{
border-color: #4219FF;
}
</style>