Shades of Han Purple #4005ED
Tints of Han Purple #4005ED
RGB
CMYK
RGB Variations
Color information
#4005ED (or 0x4005ED) is known color: Han Purple. HEX triplet: 40, 05 and ED. RGB value is (64,5,237). Sum of RGB (Red+Green+Blue) = 64+5+237=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 237 (92.97% from 255 or 77.45% from 306); Max value from RGB is 237 - color contains mainly: blue. Hex color #4005ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4005ED is #BFFA12. Grayscale: #303030. Windows color (decimal): -12581395 or 15533376. OLE color: 15533376.
HSL color Cylindrical-coordinate representation of color #4005ED: hue angle of 255.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4005ED is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 5 | 237 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.07 |
| HSL | 255.26º | 0.96% | 0.47% | - |
| HSV(B) | 255.26º | 0.98% | 0.93% | - |
| XYZ | 17.45 | 7.31 | 80.61 | - |
| YUV | 49.09 | 234.05 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 237 | 0.73 | 0.98 | 0 | 0.07 | 255.26 | 0.96 | 0.47 |
| Hex | 40 | 5 | ED | 49 | 62 | 0 | 7 | FF | 60 | 2F |
| Octal | 100 | 5 | 355 | 111 | 142 | 0 | 7 | 377 | 140 | 57 |
| Binary | 1000000 | 101 | 11101101 | 1001001 | 1100010 | 0 | 111 | 11111111 | 1100000 | 101111 |
Color Harmonies of #4005ED
Complementary color
Monochromatic Colors of #4005ED
Black with #4005ED
Text Example
Text Example
White with #4005ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4005ED; }
p { color: rgb(64,5,237); }
H1.HeaderClassName
{
color: #4005ED;
}
.AnyTagClassName
{
color: #4005ED;
}
</style>
background-color css
<style>
a { background-color: #4005ED; }
a { background-color: rgb(64,5,237); }
div.DivClassName
{
background-color: #4005ED;
}
.BgClassName
{
background-color: #4005ED;
}
</style>
border-color css
<style>
span { border-color: #4005ED; }
span { border-color: rgb(64,5,237); }
td.TdClassName
{
border-color: #4005ED;
}
.TagClassName
{
border-color: #4005ED;
}
</style>