Shades of Han Purple #4002D1
Tints of Han Purple #4002D1
RGB
CMYK
RGB Variations
Color information
#4002D1 (or 0x4002D1) is known color: Han Purple. HEX triplet: 40, 02 and D1. RGB value is (64,2,209). Sum of RGB (Red+Green+Blue) = 64+2+209=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 209 (82.03% from 255 or 76% from 275); Max value from RGB is 209 - color contains mainly: blue. Hex color #4002D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4002D1 is #BFFD2E. Grayscale: #2B2B2B. Windows color (decimal): -12582191 or 13697600. OLE color: 13697600.
HSL color Cylindrical-coordinate representation of color #4002D1: hue angle of 257.97º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4002D1 is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 2 | 209 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.18 |
| HSL | 257.97º | 0.98% | 0.41% | - |
| HSV(B) | 257.97º | 0.99% | 0.82% | - |
| XYZ | 13.64 | 5.74 | 60.71 | - |
| YUV | 44.14 | 221.04 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 209 | 0.69 | 0.99 | 0 | 0.18 | 257.97 | 0.98 | 0.41 |
| Hex | 40 | 2 | D1 | 45 | 63 | 0 | 12 | 102 | 62 | 29 |
| Octal | 100 | 2 | 321 | 105 | 143 | 0 | 22 | 402 | 142 | 51 |
| Binary | 1000000 | 10 | 11010001 | 1000101 | 1100011 | 0 | 10010 | 100000010 | 1100010 | 101001 |
Color Harmonies of #4002D1
Complementary color
Monochromatic Colors of #4002D1
Black with #4002D1
Text Example
Text Example
White with #4002D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4002D1; }
p { color: rgb(64,2,209); }
H1.HeaderClassName
{
color: #4002D1;
}
.AnyTagClassName
{
color: #4002D1;
}
</style>
background-color css
<style>
a { background-color: #4002D1; }
a { background-color: rgb(64,2,209); }
div.DivClassName
{
background-color: #4002D1;
}
.BgClassName
{
background-color: #4002D1;
}
</style>
border-color css
<style>
span { border-color: #4002D1; }
span { border-color: rgb(64,2,209); }
td.TdClassName
{
border-color: #4002D1;
}
.TagClassName
{
border-color: #4002D1;
}
</style>