Shades of Han Purple #421BDF
Tints of Han Purple #421BDF
RGB
CMYK
RGB Variations
Color information
#421BDF (or 0x421BDF) is known color: Han Purple. HEX triplet: 42, 1B and DF. RGB value is (66,27,223). Sum of RGB (Red+Green+Blue) = 66+27+223=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #421BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BDF is #BDE420. Grayscale: #3C3C3C. Windows color (decimal): -12444705 or 14621506. OLE color: 14621506.
HSL color Cylindrical-coordinate representation of color #421BDF: hue angle of 251.94º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421BDF is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 27 | 223 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.13 |
| HSL | 251.94º | 0.78% | 0.49% | - |
| HSV(B) | 251.94º | 0.88% | 0.87% | - |
| XYZ | 15.96 | 7.27 | 70.37 | - |
| YUV | 61.01 | 219.42 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 27 | 223 | 0.70 | 0.88 | 0 | 0.13 | 251.94 | 0.78 | 0.49 |
| Hex | 42 | 1B | DF | 46 | 58 | 0 | D | FC | 4E | 31 |
| Octal | 102 | 33 | 337 | 106 | 130 | 0 | 15 | 374 | 116 | 61 |
| Binary | 1000010 | 11011 | 11011111 | 1000110 | 1011000 | 0 | 1101 | 11111100 | 1001110 | 110001 |
Color Harmonies of #421BDF
Complementary color
Monochromatic Colors of #421BDF
Black with #421BDF
Text Example
Text Example
White with #421BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421BDF; }
p { color: rgb(66,27,223); }
H1.HeaderClassName
{
color: #421BDF;
}
.AnyTagClassName
{
color: #421BDF;
}
</style>
background-color css
<style>
a { background-color: #421BDF; }
a { background-color: rgb(66,27,223); }
div.DivClassName
{
background-color: #421BDF;
}
.BgClassName
{
background-color: #421BDF;
}
</style>
border-color css
<style>
span { border-color: #421BDF; }
span { border-color: rgb(66,27,223); }
td.TdClassName
{
border-color: #421BDF;
}
.TagClassName
{
border-color: #421BDF;
}
</style>