Shades of Han Purple #4010D3
Tints of Han Purple #4010D3
RGB
CMYK
RGB Variations
Color information
#4010D3 (or 0x4010D3) is known color: Han Purple. HEX triplet: 40, 10 and D3. RGB value is (64,16,211). Sum of RGB (Red+Green+Blue) = 64+16+211=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 211 (82.81% from 255 or 72.51% from 291); Max value from RGB is 211 - color contains mainly: blue. Hex color #4010D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4010D3 is #BFEF2C. Grayscale: #333333. Windows color (decimal): -12578605 or 13832256. OLE color: 13832256.
HSL color Cylindrical-coordinate representation of color #4010D3: hue angle of 254.77º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4010D3 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 16 | 211 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.17 |
| HSL | 254.77º | 0.86% | 0.45% | - |
| HSV(B) | 254.77º | 0.92% | 0.83% | - |
| XYZ | 14.06 | 6.16 | 62.08 | - |
| YUV | 52.58 | 217.4 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 211 | 0.70 | 0.92 | 0 | 0.17 | 254.77 | 0.86 | 0.45 |
| Hex | 40 | 10 | D3 | 46 | 5C | 0 | 11 | FF | 56 | 2D |
| Octal | 100 | 20 | 323 | 106 | 134 | 0 | 21 | 377 | 126 | 55 |
| Binary | 1000000 | 10000 | 11010011 | 1000110 | 1011100 | 0 | 10001 | 11111111 | 1010110 | 101101 |
Color Harmonies of #4010D3
Complementary color
Monochromatic Colors of #4010D3
Black with #4010D3
Text Example
Text Example
White with #4010D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4010D3; }
p { color: rgb(64,16,211); }
H1.HeaderClassName
{
color: #4010D3;
}
.AnyTagClassName
{
color: #4010D3;
}
</style>
background-color css
<style>
a { background-color: #4010D3; }
a { background-color: rgb(64,16,211); }
div.DivClassName
{
background-color: #4010D3;
}
.BgClassName
{
background-color: #4010D3;
}
</style>
border-color css
<style>
span { border-color: #4010D3; }
span { border-color: rgb(64,16,211); }
td.TdClassName
{
border-color: #4010D3;
}
.TagClassName
{
border-color: #4010D3;
}
</style>