Shades of Han Purple #421CFD
Tints of Han Purple #421CFD
RGB
CMYK
RGB Variations
Color information
#421CFD (or 0x421CFD) is known color: Han Purple. HEX triplet: 42, 1C and FD. RGB value is (66,28,253). Sum of RGB (Red+Green+Blue) = 66+28+253=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 253 (99.22% from 255 or 72.91% from 347); Max value from RGB is 253 - color contains mainly: blue. Hex color #421CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421CFD is #BDE302. Grayscale: #404040. Windows color (decimal): -12444419 or 16587842. OLE color: 16587842.
HSL color Cylindrical-coordinate representation of color #421CFD: hue angle of 250.13º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #421CFD is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 28 | 253 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.01 |
| HSL | 250.13º | 0.98% | 0.55% | - |
| HSV(B) | 250.13º | 0.89% | 0.99% | - |
| XYZ | 20.39 | 9.08 | 93.61 | - |
| YUV | 65.01 | 234.09 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 253 | 0.74 | 0.89 | 0 | 0.01 | 250.13 | 0.98 | 0.55 |
| Hex | 42 | 1C | FD | 4A | 59 | 0 | 1 | FA | 62 | 37 |
| Octal | 102 | 34 | 375 | 112 | 131 | 0 | 1 | 372 | 142 | 67 |
| Binary | 1000010 | 11100 | 11111101 | 1001010 | 1011001 | 0 | 1 | 11111010 | 1100010 | 110111 |
Color Harmonies of #421CFD
Complementary color
Monochromatic Colors of #421CFD
Black with #421CFD
Text Example
Text Example
White with #421CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421CFD; }
p { color: rgb(66,28,253); }
H1.HeaderClassName
{
color: #421CFD;
}
.AnyTagClassName
{
color: #421CFD;
}
</style>
background-color css
<style>
a { background-color: #421CFD; }
a { background-color: rgb(66,28,253); }
div.DivClassName
{
background-color: #421CFD;
}
.BgClassName
{
background-color: #421CFD;
}
</style>
border-color css
<style>
span { border-color: #421CFD; }
span { border-color: rgb(66,28,253); }
td.TdClassName
{
border-color: #421CFD;
}
.TagClassName
{
border-color: #421CFD;
}
</style>