Shades of Han Purple #4219FD
Tints of Han Purple #4219FD
RGB
CMYK
RGB Variations
Color information
#4219FD (or 0x4219FD) is known color: Han Purple. HEX triplet: 42, 19 and FD. RGB value is (66,25,253). Sum of RGB (Red+Green+Blue) = 66+25+253=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 253 (99.22% from 255 or 73.55% from 344); Max value from RGB is 253 - color contains mainly: blue. Hex color #4219FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4219FD is #BDE602. Grayscale: #3E3E3E. Windows color (decimal): -12445187 or 16587074. OLE color: 16587074.
HSL color Cylindrical-coordinate representation of color #4219FD: hue angle of 250.79º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4219FD is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 25 | 253 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.01 |
| HSL | 250.79º | 0.98% | 0.55% | - |
| HSV(B) | 250.79º | 0.9% | 0.99% | - |
| XYZ | 20.32 | 8.95 | 93.58 | - |
| YUV | 63.25 | 235.08 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 253 | 0.74 | 0.90 | 0 | 0.01 | 250.79 | 0.98 | 0.55 |
| Hex | 42 | 19 | FD | 4A | 5A | 0 | 1 | FB | 62 | 37 |
| Octal | 102 | 31 | 375 | 112 | 132 | 0 | 1 | 373 | 142 | 67 |
| Binary | 1000010 | 11001 | 11111101 | 1001010 | 1011010 | 0 | 1 | 11111011 | 1100010 | 110111 |
Color Harmonies of #4219FD
Complementary color
Monochromatic Colors of #4219FD
Black with #4219FD
Text Example
Text Example
White with #4219FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4219FD; }
p { color: rgb(66,25,253); }
H1.HeaderClassName
{
color: #4219FD;
}
.AnyTagClassName
{
color: #4219FD;
}
</style>
background-color css
<style>
a { background-color: #4219FD; }
a { background-color: rgb(66,25,253); }
div.DivClassName
{
background-color: #4219FD;
}
.BgClassName
{
background-color: #4219FD;
}
</style>
border-color css
<style>
span { border-color: #4219FD; }
span { border-color: rgb(66,25,253); }
td.TdClassName
{
border-color: #4219FD;
}
.TagClassName
{
border-color: #4219FD;
}
</style>