Shades of Han Purple #421FFD
Tints of Han Purple #421FFD
RGB
CMYK
RGB Variations
Color information
#421FFD (or 0x421FFD) is known color: Han Purple. HEX triplet: 42, 1F and FD. RGB value is (66,31,253). Sum of RGB (Red+Green+Blue) = 66+31+253=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 253 (99.22% from 255 or 72.29% from 350); Max value from RGB is 253 - color contains mainly: blue. Hex color #421FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421FFD is #BDE002. Grayscale: #414141. Windows color (decimal): -12443651 or 16588610. OLE color: 16588610.
HSL color Cylindrical-coordinate representation of color #421FFD: hue angle of 249.46º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421FFD is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 31 | 253 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.01 |
| HSL | 249.46º | 0.98% | 0.56% | - |
| HSV(B) | 249.46º | 0.88% | 0.99% | - |
| XYZ | 20.47 | 9.23 | 93.63 | - |
| YUV | 66.77 | 233.1 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 253 | 0.74 | 0.88 | 0 | 0.01 | 249.46 | 0.98 | 0.56 |
| Hex | 42 | 1F | FD | 4A | 58 | 0 | 1 | F9 | 62 | 38 |
| Octal | 102 | 37 | 375 | 112 | 130 | 0 | 1 | 371 | 142 | 70 |
| Binary | 1000010 | 11111 | 11111101 | 1001010 | 1011000 | 0 | 1 | 11111001 | 1100010 | 111000 |
Color Harmonies of #421FFD
Complementary color
Monochromatic Colors of #421FFD
Black with #421FFD
Text Example
Text Example
White with #421FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421FFD; }
p { color: rgb(66,31,253); }
H1.HeaderClassName
{
color: #421FFD;
}
.AnyTagClassName
{
color: #421FFD;
}
</style>
background-color css
<style>
a { background-color: #421FFD; }
a { background-color: rgb(66,31,253); }
div.DivClassName
{
background-color: #421FFD;
}
.BgClassName
{
background-color: #421FFD;
}
</style>
border-color css
<style>
span { border-color: #421FFD; }
span { border-color: rgb(66,31,253); }
td.TdClassName
{
border-color: #421FFD;
}
.TagClassName
{
border-color: #421FFD;
}
</style>