Shades of Han Purple #421FD3
Tints of Han Purple #421FD3
RGB
CMYK
RGB Variations
Color information
#421FD3 (or 0x421FD3) is known color: Han Purple. HEX triplet: 42, 1F and D3. RGB value is (66,31,211). Sum of RGB (Red+Green+Blue) = 66+31+211=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 211 (82.81% from 255 or 68.51% from 308); Max value from RGB is 211 - color contains mainly: blue. Hex color #421FD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421FD3 is #BDE02C. Grayscale: #3D3D3D. Windows color (decimal): -12443693 or 13836098. OLE color: 13836098.
HSL color Cylindrical-coordinate representation of color #421FD3: hue angle of 251.67º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421FD3 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 31 | 211 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.17 |
| HSL | 251.67º | 0.74% | 0.47% | - |
| HSV(B) | 251.67º | 0.85% | 0.83% | - |
| XYZ | 14.49 | 6.84 | 62.18 | - |
| YUV | 61.99 | 212.1 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 211 | 0.69 | 0.85 | 0 | 0.17 | 251.67 | 0.74 | 0.47 |
| Hex | 42 | 1F | D3 | 45 | 55 | 0 | 11 | FC | 4A | 2F |
| Octal | 102 | 37 | 323 | 105 | 125 | 0 | 21 | 374 | 112 | 57 |
| Binary | 1000010 | 11111 | 11010011 | 1000101 | 1010101 | 0 | 10001 | 11111100 | 1001010 | 101111 |
Color Harmonies of #421FD3
Complementary color
Monochromatic Colors of #421FD3
Black with #421FD3
Text Example
Text Example
White with #421FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421FD3; }
p { color: rgb(66,31,211); }
H1.HeaderClassName
{
color: #421FD3;
}
.AnyTagClassName
{
color: #421FD3;
}
</style>
background-color css
<style>
a { background-color: #421FD3; }
a { background-color: rgb(66,31,211); }
div.DivClassName
{
background-color: #421FD3;
}
.BgClassName
{
background-color: #421FD3;
}
</style>
border-color css
<style>
span { border-color: #421FD3; }
span { border-color: rgb(66,31,211); }
td.TdClassName
{
border-color: #421FD3;
}
.TagClassName
{
border-color: #421FD3;
}
</style>