Shades of Han Purple #4013CE
Tints of Han Purple #4013CE
RGB
CMYK
RGB Variations
Color information
#4013CE (or 0x4013CE) is known color: Han Purple. HEX triplet: 40, 13 and CE. RGB value is (64,19,206). Sum of RGB (Red+Green+Blue) = 64+19+206=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #4013CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4013CE is #BFEC31. Grayscale: #353535. Windows color (decimal): -12577842 or 13505344. OLE color: 13505344.
HSL color Cylindrical-coordinate representation of color #4013CE: hue angle of 254.44º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4013CE is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 19 | 206 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.19 |
| HSL | 254.44º | 0.83% | 0.44% | - |
| HSV(B) | 254.44º | 0.91% | 0.81% | - |
| XYZ | 13.49 | 6.01 | 58.84 | - |
| YUV | 53.77 | 213.91 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 206 | 0.69 | 0.91 | 0 | 0.19 | 254.44 | 0.83 | 0.44 |
| Hex | 40 | 13 | CE | 45 | 5B | 0 | 13 | FE | 53 | 2C |
| Octal | 100 | 23 | 316 | 105 | 133 | 0 | 23 | 376 | 123 | 54 |
| Binary | 1000000 | 10011 | 11001110 | 1000101 | 1011011 | 0 | 10011 | 11111110 | 1010011 | 101100 |
Color Harmonies of #4013CE
Complementary color
Monochromatic Colors of #4013CE
Black with #4013CE
Text Example
Text Example
White with #4013CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4013CE; }
p { color: rgb(64,19,206); }
H1.HeaderClassName
{
color: #4013CE;
}
.AnyTagClassName
{
color: #4013CE;
}
</style>
background-color css
<style>
a { background-color: #4013CE; }
a { background-color: rgb(64,19,206); }
div.DivClassName
{
background-color: #4013CE;
}
.BgClassName
{
background-color: #4013CE;
}
</style>
border-color css
<style>
span { border-color: #4013CE; }
span { border-color: rgb(64,19,206); }
td.TdClassName
{
border-color: #4013CE;
}
.TagClassName
{
border-color: #4013CE;
}
</style>