Shades of Han Purple #4002D3
Tints of Han Purple #4002D3
RGB
CMYK
RGB Variations
Color information
#4002D3 (or 0x4002D3) is known color: Han Purple. HEX triplet: 40, 02 and D3. RGB value is (64,2,211). Sum of RGB (Red+Green+Blue) = 64+2+211=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 211 (82.81% from 255 or 76.17% from 277); Max value from RGB is 211 - color contains mainly: blue. Hex color #4002D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4002D3 is #BFFD2C. Grayscale: #2B2B2B. Windows color (decimal): -12582189 or 13828672. OLE color: 13828672.
HSL color Cylindrical-coordinate representation of color #4002D3: hue angle of 257.8º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4002D3 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 2 | 211 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.17 |
| HSL | 257.8º | 0.98% | 0.42% | - |
| HSV(B) | 257.8º | 0.99% | 0.83% | - |
| XYZ | 13.89 | 5.84 | 62.02 | - |
| YUV | 44.36 | 222.04 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 211 | 0.70 | 0.99 | 0 | 0.17 | 257.8 | 0.98 | 0.42 |
| Hex | 40 | 2 | D3 | 46 | 63 | 0 | 11 | 102 | 62 | 2A |
| Octal | 100 | 2 | 323 | 106 | 143 | 0 | 21 | 402 | 142 | 52 |
| Binary | 1000000 | 10 | 11010011 | 1000110 | 1100011 | 0 | 10001 | 100000010 | 1100010 | 101010 |
Color Harmonies of #4002D3
Complementary color
Monochromatic Colors of #4002D3
Black with #4002D3
Text Example
Text Example
White with #4002D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4002D3; }
p { color: rgb(64,2,211); }
H1.HeaderClassName
{
color: #4002D3;
}
.AnyTagClassName
{
color: #4002D3;
}
</style>
background-color css
<style>
a { background-color: #4002D3; }
a { background-color: rgb(64,2,211); }
div.DivClassName
{
background-color: #4002D3;
}
.BgClassName
{
background-color: #4002D3;
}
</style>
border-color css
<style>
span { border-color: #4002D3; }
span { border-color: rgb(64,2,211); }
td.TdClassName
{
border-color: #4002D3;
}
.TagClassName
{
border-color: #4002D3;
}
</style>