Shades of Han Purple #4005EE
Tints of Han Purple #4005EE
RGB
CMYK
RGB Variations
Color information
#4005EE (or 0x4005EE) is known color: Han Purple. HEX triplet: 40, 05 and EE. RGB value is (64,5,238). Sum of RGB (Red+Green+Blue) = 64+5+238=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 238 (93.36% from 255 or 77.52% from 307); Max value from RGB is 238 - color contains mainly: blue. Hex color #4005EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4005EE is #BFFA11. Grayscale: #303030. Windows color (decimal): -12581394 or 15598912. OLE color: 15598912.
HSL color Cylindrical-coordinate representation of color #4005EE: hue angle of 255.19º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4005EE is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 5 | 238 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.07 |
| HSL | 255.19º | 0.96% | 0.48% | - |
| HSV(B) | 255.19º | 0.98% | 0.93% | - |
| XYZ | 17.6 | 7.37 | 81.38 | - |
| YUV | 49.2 | 234.55 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 238 | 0.73 | 0.98 | 0 | 0.07 | 255.19 | 0.96 | 0.48 |
| Hex | 40 | 5 | EE | 49 | 62 | 0 | 7 | FF | 60 | 30 |
| Octal | 100 | 5 | 356 | 111 | 142 | 0 | 7 | 377 | 140 | 60 |
| Binary | 1000000 | 101 | 11101110 | 1001001 | 1100010 | 0 | 111 | 11111111 | 1100000 | 110000 |
Color Harmonies of #4005EE
Complementary color
Monochromatic Colors of #4005EE
Black with #4005EE
Text Example
Text Example
White with #4005EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4005EE; }
p { color: rgb(64,5,238); }
H1.HeaderClassName
{
color: #4005EE;
}
.AnyTagClassName
{
color: #4005EE;
}
</style>
background-color css
<style>
a { background-color: #4005EE; }
a { background-color: rgb(64,5,238); }
div.DivClassName
{
background-color: #4005EE;
}
.BgClassName
{
background-color: #4005EE;
}
</style>
border-color css
<style>
span { border-color: #4005EE; }
span { border-color: rgb(64,5,238); }
td.TdClassName
{
border-color: #4005EE;
}
.TagClassName
{
border-color: #4005EE;
}
</style>