Shades of Han Purple #4001EB
Tints of Han Purple #4001EB
RGB
CMYK
RGB Variations
Color information
#4001EB (or 0x4001EB) is known color: Han Purple. HEX triplet: 40, 01 and EB. RGB value is (64,1,235). Sum of RGB (Red+Green+Blue) = 64+1+235=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 235 (92.19% from 255 or 78.33% from 300); Max value from RGB is 235 - color contains mainly: blue. Hex color #4001EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4001EB is #BFFE14. Grayscale: #2D2D2D. Windows color (decimal): -12582421 or 15401280. OLE color: 15401280.
HSL color Cylindrical-coordinate representation of color #4001EB: hue angle of 256.15º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4001EB is Cyan = 0.73, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 1 | 235 | - |
| CMYK | 0.73 | 1.00 | 0 | 0.08 |
| HSL | 256.15º | 0.99% | 0.46% | - |
| HSV(B) | 256.15º | 1% | 0.92% | - |
| XYZ | 17.12 | 7.11 | 79.07 | - |
| YUV | 46.51 | 234.37 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 235 | 0.73 | 1.00 | 0 | 0.08 | 256.15 | 0.99 | 0.46 |
| Hex | 40 | 1 | EB | 49 | 64 | 0 | 8 | 100 | 63 | 2E |
| Octal | 100 | 1 | 353 | 111 | 144 | 0 | 10 | 400 | 143 | 56 |
| Binary | 1000000 | 1 | 11101011 | 1001001 | 1100100 | 0 | 1000 | 100000000 | 1100011 | 101110 |
Color Harmonies of #4001EB
Complementary color
Monochromatic Colors of #4001EB
Black with #4001EB
Text Example
Text Example
White with #4001EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4001EB; }
p { color: rgb(64,1,235); }
H1.HeaderClassName
{
color: #4001EB;
}
.AnyTagClassName
{
color: #4001EB;
}
</style>
background-color css
<style>
a { background-color: #4001EB; }
a { background-color: rgb(64,1,235); }
div.DivClassName
{
background-color: #4001EB;
}
.BgClassName
{
background-color: #4001EB;
}
</style>
border-color css
<style>
span { border-color: #4001EB; }
span { border-color: rgb(64,1,235); }
td.TdClassName
{
border-color: #4001EB;
}
.TagClassName
{
border-color: #4001EB;
}
</style>