Shades of Han Purple #421BD3
Tints of Han Purple #421BD3
RGB
CMYK
RGB Variations
Color information
#421BD3 (or 0x421BD3) is known color: Han Purple. HEX triplet: 42, 1B and D3. RGB value is (66,27,211). Sum of RGB (Red+Green+Blue) = 66+27+211=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 211 (82.81% from 255 or 69.41% from 304); Max value from RGB is 211 - color contains mainly: blue. Hex color #421BD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BD3 is #BDE42C. Grayscale: #3A3A3A. Windows color (decimal): -12444717 or 13835074. OLE color: 13835074.
HSL color Cylindrical-coordinate representation of color #421BD3: hue angle of 252.72º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #421BD3 is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 27 | 211 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.17 |
| HSL | 252.72º | 0.77% | 0.47% | - |
| HSV(B) | 252.72º | 0.87% | 0.83% | - |
| XYZ | 14.4 | 6.65 | 62.15 | - |
| YUV | 59.64 | 213.42 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 27 | 211 | 0.69 | 0.87 | 0 | 0.17 | 252.72 | 0.77 | 0.47 |
| Hex | 42 | 1B | D3 | 45 | 57 | 0 | 11 | FD | 4D | 2F |
| Octal | 102 | 33 | 323 | 105 | 127 | 0 | 21 | 375 | 115 | 57 |
| Binary | 1000010 | 11011 | 11010011 | 1000101 | 1010111 | 0 | 10001 | 11111101 | 1001101 | 101111 |
Color Harmonies of #421BD3
Complementary color
Monochromatic Colors of #421BD3
Black with #421BD3
Text Example
Text Example
White with #421BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421BD3; }
p { color: rgb(66,27,211); }
H1.HeaderClassName
{
color: #421BD3;
}
.AnyTagClassName
{
color: #421BD3;
}
</style>
background-color css
<style>
a { background-color: #421BD3; }
a { background-color: rgb(66,27,211); }
div.DivClassName
{
background-color: #421BD3;
}
.BgClassName
{
background-color: #421BD3;
}
</style>
border-color css
<style>
span { border-color: #421BD3; }
span { border-color: rgb(66,27,211); }
td.TdClassName
{
border-color: #421BD3;
}
.TagClassName
{
border-color: #421BD3;
}
</style>