Shades of Han Purple #4013FF
Tints of Han Purple #4013FF
RGB
CMYK
RGB Variations
Color information
#4013FF (or 0x4013FF) is known color: Han Purple. HEX triplet: 40, 13 and FF. RGB value is (64,19,255). Sum of RGB (Red+Green+Blue) = 64+19+255=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #4013FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4013FF is #BFEC00. Grayscale: #3A3A3A. Windows color (decimal): -12577793 or 16716608. OLE color: 16716608.
HSL color Cylindrical-coordinate representation of color #4013FF: hue angle of 251.44º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4013FF is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 19 | 255 | - |
| CMYK | 0.75 | 0.93 | 0 | 0 |
| HSL | 251.44º | 1% | 0.54% | - |
| HSV(B) | 251.44º | 0.93% | 1% | - |
| XYZ | 20.4 | 8.78 | 95.23 | - |
| YUV | 59.36 | 238.41 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 255 | 0.75 | 0.93 | 0 | 0 | 251.44 | 1 | 0.54 |
| Hex | 40 | 13 | FF | 4B | 5D | 0 | 0 | FB | 64 | 36 |
| Octal | 100 | 23 | 377 | 113 | 135 | 0 | 0 | 373 | 144 | 66 |
| Binary | 1000000 | 10011 | 11111111 | 1001011 | 1011101 | 0 | 0 | 11111011 | 1100100 | 110110 |
Color Harmonies of #4013FF
Complementary color
Monochromatic Colors of #4013FF
Black with #4013FF
Text Example
Text Example
White with #4013FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4013FF; }
p { color: rgb(64,19,255); }
H1.HeaderClassName
{
color: #4013FF;
}
.AnyTagClassName
{
color: #4013FF;
}
</style>
background-color css
<style>
a { background-color: #4013FF; }
a { background-color: rgb(64,19,255); }
div.DivClassName
{
background-color: #4013FF;
}
.BgClassName
{
background-color: #4013FF;
}
</style>
border-color css
<style>
span { border-color: #4013FF; }
span { border-color: rgb(64,19,255); }
td.TdClassName
{
border-color: #4013FF;
}
.TagClassName
{
border-color: #4013FF;
}
</style>