Shades of Han Purple #4018EB
Tints of Han Purple #4018EB
RGB
CMYK
RGB Variations
Color information
#4018EB (or 0x4018EB) is known color: Han Purple. HEX triplet: 40, 18 and EB. RGB value is (64,24,235). Sum of RGB (Red+Green+Blue) = 64+24+235=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 235 (92.19% from 255 or 72.76% from 323); Max value from RGB is 235 - color contains mainly: blue. Hex color #4018EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4018EB is #BFE714. Grayscale: #3B3B3B. Windows color (decimal): -12576533 or 15407168. OLE color: 15407168.
HSL color Cylindrical-coordinate representation of color #4018EB: hue angle of 251.37º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4018EB is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 24 | 235 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.08 |
| HSL | 251.37º | 0.84% | 0.51% | - |
| HSV(B) | 251.37º | 0.9% | 0.92% | - |
| XYZ | 17.44 | 7.74 | 79.17 | - |
| YUV | 60.01 | 226.75 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 235 | 0.73 | 0.90 | 0 | 0.08 | 251.37 | 0.84 | 0.51 |
| Hex | 40 | 18 | EB | 49 | 5A | 0 | 8 | FB | 54 | 33 |
| Octal | 100 | 30 | 353 | 111 | 132 | 0 | 10 | 373 | 124 | 63 |
| Binary | 1000000 | 11000 | 11101011 | 1001001 | 1011010 | 0 | 1000 | 11111011 | 1010100 | 110011 |
Color Harmonies of #4018EB
Complementary color
Monochromatic Colors of #4018EB
Black with #4018EB
Text Example
Text Example
White with #4018EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4018EB; }
p { color: rgb(64,24,235); }
H1.HeaderClassName
{
color: #4018EB;
}
.AnyTagClassName
{
color: #4018EB;
}
</style>
background-color css
<style>
a { background-color: #4018EB; }
a { background-color: rgb(64,24,235); }
div.DivClassName
{
background-color: #4018EB;
}
.BgClassName
{
background-color: #4018EB;
}
</style>
border-color css
<style>
span { border-color: #4018EB; }
span { border-color: rgb(64,24,235); }
td.TdClassName
{
border-color: #4018EB;
}
.TagClassName
{
border-color: #4018EB;
}
</style>