Shades of Han Purple #421CFF
Tints of Han Purple #421CFF
RGB
CMYK
RGB Variations
Color information
#421CFF (or 0x421CFF) is known color: Han Purple. HEX triplet: 42, 1C and FF. RGB value is (66,28,255). Sum of RGB (Red+Green+Blue) = 66+28+255=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #421CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421CFF is #BDE300. Grayscale: #404040. Windows color (decimal): -12444417 or 16718914. OLE color: 16718914.
HSL color Cylindrical-coordinate representation of color #421CFF: hue angle of 250.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #421CFF is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 28 | 255 | - |
| CMYK | 0.74 | 0.89 | 0 | 0 |
| HSL | 250.04º | 1% | 0.55% | - |
| HSV(B) | 250.04º | 0.89% | 1% | - |
| XYZ | 20.71 | 9.21 | 95.29 | - |
| YUV | 65.24 | 235.09 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 255 | 0.74 | 0.89 | 0 | 0 | 250.04 | 1 | 0.55 |
| Hex | 42 | 1C | FF | 4A | 59 | 0 | 0 | FA | 64 | 37 |
| Octal | 102 | 34 | 377 | 112 | 131 | 0 | 0 | 372 | 144 | 67 |
| Binary | 1000010 | 11100 | 11111111 | 1001010 | 1011001 | 0 | 0 | 11111010 | 1100100 | 110111 |
Color Harmonies of #421CFF
Complementary color
Monochromatic Colors of #421CFF
Black with #421CFF
Text Example
Text Example
White with #421CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421CFF; }
p { color: rgb(66,28,255); }
H1.HeaderClassName
{
color: #421CFF;
}
.AnyTagClassName
{
color: #421CFF;
}
</style>
background-color css
<style>
a { background-color: #421CFF; }
a { background-color: rgb(66,28,255); }
div.DivClassName
{
background-color: #421CFF;
}
.BgClassName
{
background-color: #421CFF;
}
</style>
border-color css
<style>
span { border-color: #421CFF; }
span { border-color: rgb(66,28,255); }
td.TdClassName
{
border-color: #421CFF;
}
.TagClassName
{
border-color: #421CFF;
}
</style>