Shades of Han Purple #4015FD
Tints of Han Purple #4015FD
RGB
CMYK
RGB Variations
Color information
#4015FD (or 0x4015FD) is known color: Han Purple. HEX triplet: 40, 15 and FD. RGB value is (64,21,253). Sum of RGB (Red+Green+Blue) = 64+21+253=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 253 (99.22% from 255 or 74.85% from 338); Max value from RGB is 253 - color contains mainly: blue. Hex color #4015FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4015FD is #BFEA02. Grayscale: #3B3B3B. Windows color (decimal): -12577283 or 16586048. OLE color: 16586048.
HSL color Cylindrical-coordinate representation of color #4015FD: hue angle of 251.12º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4015FD is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 21 | 253 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.01 |
| HSL | 251.12º | 0.98% | 0.54% | - |
| HSV(B) | 251.12º | 0.92% | 0.99% | - |
| XYZ | 20.11 | 8.72 | 93.55 | - |
| YUV | 60.31 | 236.75 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 253 | 0.75 | 0.92 | 0 | 0.01 | 251.12 | 0.98 | 0.54 |
| Hex | 40 | 15 | FD | 4B | 5C | 0 | 1 | FB | 62 | 36 |
| Octal | 100 | 25 | 375 | 113 | 134 | 0 | 1 | 373 | 142 | 66 |
| Binary | 1000000 | 10101 | 11111101 | 1001011 | 1011100 | 0 | 1 | 11111011 | 1100010 | 110110 |
Color Harmonies of #4015FD
Complementary color
Monochromatic Colors of #4015FD
Black with #4015FD
Text Example
Text Example
White with #4015FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4015FD; }
p { color: rgb(64,21,253); }
H1.HeaderClassName
{
color: #4015FD;
}
.AnyTagClassName
{
color: #4015FD;
}
</style>
background-color css
<style>
a { background-color: #4015FD; }
a { background-color: rgb(64,21,253); }
div.DivClassName
{
background-color: #4015FD;
}
.BgClassName
{
background-color: #4015FD;
}
</style>
border-color css
<style>
span { border-color: #4015FD; }
span { border-color: rgb(64,21,253); }
td.TdClassName
{
border-color: #4015FD;
}
.TagClassName
{
border-color: #4015FD;
}
</style>