Shades of Han Purple #420DFB
Tints of Han Purple #420DFB
RGB
CMYK
RGB Variations
Color information
#420DFB (or 0x420DFB) is known color: Han Purple. HEX triplet: 42, 0D and FB. RGB value is (66,13,251). Sum of RGB (Red+Green+Blue) = 66+13+251=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 251 (98.44% from 255 or 76.06% from 330); Max value from RGB is 251 - color contains mainly: blue. Hex color #420DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420DFB is #BDF204. Grayscale: #373737. Windows color (decimal): -12448261 or 16452930. OLE color: 16452930.
HSL color Cylindrical-coordinate representation of color #420DFB: hue angle of 253.36º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420DFB is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 13 | 251 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.02 |
| HSL | 253.36º | 0.97% | 0.52% | - |
| HSV(B) | 253.36º | 0.95% | 0.98% | - |
| XYZ | 19.8 | 8.41 | 91.85 | - |
| YUV | 55.98 | 238.06 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 13 | 251 | 0.74 | 0.95 | 0 | 0.02 | 253.36 | 0.97 | 0.52 |
| Hex | 42 | D | FB | 4A | 5F | 0 | 2 | FD | 61 | 34 |
| Octal | 102 | 15 | 373 | 112 | 137 | 0 | 2 | 375 | 141 | 64 |
| Binary | 1000010 | 1101 | 11111011 | 1001010 | 1011111 | 0 | 10 | 11111101 | 1100001 | 110100 |
Color Harmonies of #420DFB
Complementary color
Monochromatic Colors of #420DFB
Black with #420DFB
Text Example
Text Example
White with #420DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420DFB; }
p { color: rgb(66,13,251); }
H1.HeaderClassName
{
color: #420DFB;
}
.AnyTagClassName
{
color: #420DFB;
}
</style>
background-color css
<style>
a { background-color: #420DFB; }
a { background-color: rgb(66,13,251); }
div.DivClassName
{
background-color: #420DFB;
}
.BgClassName
{
background-color: #420DFB;
}
</style>
border-color css
<style>
span { border-color: #420DFB; }
span { border-color: rgb(66,13,251); }
td.TdClassName
{
border-color: #420DFB;
}
.TagClassName
{
border-color: #420DFB;
}
</style>