Shades of Han Purple #420BDD
Tints of Han Purple #420BDD
RGB
CMYK
RGB Variations
Color information
#420BDD (or 0x420BDD) is known color: Han Purple. HEX triplet: 42, 0B and DD. RGB value is (66,11,221). Sum of RGB (Red+Green+Blue) = 66+11+221=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #420BDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420BDD is #BDF422. Grayscale: #323232. Windows color (decimal): -12448803 or 14486338. OLE color: 14486338.
HSL color Cylindrical-coordinate representation of color #420BDD: hue angle of 255.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420BDD is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 11 | 221 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.13 |
| HSL | 255.71º | 0.91% | 0.45% | - |
| HSV(B) | 255.71º | 0.95% | 0.87% | - |
| XYZ | 15.42 | 6.62 | 68.87 | - |
| YUV | 51.39 | 223.72 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 221 | 0.70 | 0.95 | 0 | 0.13 | 255.71 | 0.91 | 0.45 |
| Hex | 42 | B | DD | 46 | 5F | 0 | D | 100 | 5B | 2D |
| Octal | 102 | 13 | 335 | 106 | 137 | 0 | 15 | 400 | 133 | 55 |
| Binary | 1000010 | 1011 | 11011101 | 1000110 | 1011111 | 0 | 1101 | 100000000 | 1011011 | 101101 |
Color Harmonies of #420BDD
Complementary color
Monochromatic Colors of #420BDD
Black with #420BDD
Text Example
Text Example
White with #420BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420BDD; }
p { color: rgb(66,11,221); }
H1.HeaderClassName
{
color: #420BDD;
}
.AnyTagClassName
{
color: #420BDD;
}
</style>
background-color css
<style>
a { background-color: #420BDD; }
a { background-color: rgb(66,11,221); }
div.DivClassName
{
background-color: #420BDD;
}
.BgClassName
{
background-color: #420BDD;
}
</style>
border-color css
<style>
span { border-color: #420BDD; }
span { border-color: rgb(66,11,221); }
td.TdClassName
{
border-color: #420BDD;
}
.TagClassName
{
border-color: #420BDD;
}
</style>