Shades of Han Purple #420BDF
Tints of Han Purple #420BDF
RGB
CMYK
RGB Variations
Color information
#420BDF (or 0x420BDF) is known color: Han Purple. HEX triplet: 42, 0B and DF. RGB value is (66,11,223). Sum of RGB (Red+Green+Blue) = 66+11+223=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 223 (87.5% from 255 or 74.33% from 300); Max value from RGB is 223 - color contains mainly: blue. Hex color #420BDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420BDF is #BDF420. Grayscale: #323232. Windows color (decimal): -12448801 or 14617410. OLE color: 14617410.
HSL color Cylindrical-coordinate representation of color #420BDF: hue angle of 255.57º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420BDF is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 11 | 223 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.13 |
| HSL | 255.57º | 0.91% | 0.46% | - |
| HSV(B) | 255.57º | 0.95% | 0.87% | - |
| XYZ | 15.69 | 6.73 | 70.28 | - |
| YUV | 51.61 | 224.72 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 223 | 0.70 | 0.95 | 0 | 0.13 | 255.57 | 0.91 | 0.46 |
| Hex | 42 | B | DF | 46 | 5F | 0 | D | 100 | 5B | 2E |
| Octal | 102 | 13 | 337 | 106 | 137 | 0 | 15 | 400 | 133 | 56 |
| Binary | 1000010 | 1011 | 11011111 | 1000110 | 1011111 | 0 | 1101 | 100000000 | 1011011 | 101110 |
Color Harmonies of #420BDF
Complementary color
Monochromatic Colors of #420BDF
Black with #420BDF
Text Example
Text Example
White with #420BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420BDF; }
p { color: rgb(66,11,223); }
H1.HeaderClassName
{
color: #420BDF;
}
.AnyTagClassName
{
color: #420BDF;
}
</style>
background-color css
<style>
a { background-color: #420BDF; }
a { background-color: rgb(66,11,223); }
div.DivClassName
{
background-color: #420BDF;
}
.BgClassName
{
background-color: #420BDF;
}
</style>
border-color css
<style>
span { border-color: #420BDF; }
span { border-color: rgb(66,11,223); }
td.TdClassName
{
border-color: #420BDF;
}
.TagClassName
{
border-color: #420BDF;
}
</style>