Shades of Han Purple #421BFD
Tints of Han Purple #421BFD
RGB
CMYK
RGB Variations
Color information
#421BFD (or 0x421BFD) is known color: Han Purple. HEX triplet: 42, 1B and FD. RGB value is (66,27,253). Sum of RGB (Red+Green+Blue) = 66+27+253=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 253 (99.22% from 255 or 73.12% from 346); Max value from RGB is 253 - color contains mainly: blue. Hex color #421BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421BFD is #BDE402. Grayscale: #3F3F3F. Windows color (decimal): -12444675 or 16587586. OLE color: 16587586.
HSL color Cylindrical-coordinate representation of color #421BFD: hue angle of 250.35º 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 #421BFD is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 27 | 253 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.01 |
| HSL | 250.35º | 0.98% | 0.55% | - |
| HSV(B) | 250.35º | 0.89% | 0.99% | - |
| XYZ | 20.37 | 9.03 | 93.6 | - |
| YUV | 64.43 | 234.42 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 27 | 253 | 0.74 | 0.89 | 0 | 0.01 | 250.35 | 0.98 | 0.55 |
| Hex | 42 | 1B | FD | 4A | 59 | 0 | 1 | FA | 62 | 37 |
| Octal | 102 | 33 | 375 | 112 | 131 | 0 | 1 | 372 | 142 | 67 |
| Binary | 1000010 | 11011 | 11111101 | 1001010 | 1011001 | 0 | 1 | 11111010 | 1100010 | 110111 |
Color Harmonies of #421BFD
Complementary color
Monochromatic Colors of #421BFD
Black with #421BFD
Text Example
Text Example
White with #421BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421BFD; }
p { color: rgb(66,27,253); }
H1.HeaderClassName
{
color: #421BFD;
}
.AnyTagClassName
{
color: #421BFD;
}
</style>
background-color css
<style>
a { background-color: #421BFD; }
a { background-color: rgb(66,27,253); }
div.DivClassName
{
background-color: #421BFD;
}
.BgClassName
{
background-color: #421BFD;
}
</style>
border-color css
<style>
span { border-color: #421BFD; }
span { border-color: rgb(66,27,253); }
td.TdClassName
{
border-color: #421BFD;
}
.TagClassName
{
border-color: #421BFD;
}
</style>