Shades of Han Purple #4010CF
Tints of Han Purple #4010CF
RGB
CMYK
RGB Variations
Color information
#4010CF (or 0x4010CF) is known color: Han Purple. HEX triplet: 40, 10 and CF. RGB value is (64,16,207). Sum of RGB (Red+Green+Blue) = 64+16+207=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #4010CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4010CF is #BFEF30. Grayscale: #333333. Windows color (decimal): -12578609 or 13570112. OLE color: 13570112.
HSL color Cylindrical-coordinate representation of color #4010CF: hue angle of 255.08º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4010CF is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 16 | 207 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.19 |
| HSL | 255.08º | 0.86% | 0.44% | - |
| HSV(B) | 255.08º | 0.92% | 0.81% | - |
| XYZ | 13.56 | 5.97 | 59.47 | - |
| YUV | 52.13 | 215.4 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 207 | 0.69 | 0.92 | 0 | 0.19 | 255.08 | 0.86 | 0.44 |
| Hex | 40 | 10 | CF | 45 | 5C | 0 | 13 | FF | 56 | 2C |
| Octal | 100 | 20 | 317 | 105 | 134 | 0 | 23 | 377 | 126 | 54 |
| Binary | 1000000 | 10000 | 11001111 | 1000101 | 1011100 | 0 | 10011 | 11111111 | 1010110 | 101100 |
Color Harmonies of #4010CF
Complementary color
Monochromatic Colors of #4010CF
Black with #4010CF
Text Example
Text Example
White with #4010CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4010CF; }
p { color: rgb(64,16,207); }
H1.HeaderClassName
{
color: #4010CF;
}
.AnyTagClassName
{
color: #4010CF;
}
</style>
background-color css
<style>
a { background-color: #4010CF; }
a { background-color: rgb(64,16,207); }
div.DivClassName
{
background-color: #4010CF;
}
.BgClassName
{
background-color: #4010CF;
}
</style>
border-color css
<style>
span { border-color: #4010CF; }
span { border-color: rgb(64,16,207); }
td.TdClassName
{
border-color: #4010CF;
}
.TagClassName
{
border-color: #4010CF;
}
</style>