Shades of Han Purple #4002EE
Tints of Han Purple #4002EE
RGB
CMYK
RGB Variations
Color information
#4002EE (or 0x4002EE) is known color: Han Purple. HEX triplet: 40, 02 and EE. RGB value is (64,2,238). Sum of RGB (Red+Green+Blue) = 64+2+238=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 238 (93.36% from 255 or 78.29% from 304); Max value from RGB is 238 - color contains mainly: blue. Hex color #4002EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4002EE is #BFFD11. Grayscale: #2E2E2E. Windows color (decimal): -12582162 or 15598144. OLE color: 15598144.
HSL color Cylindrical-coordinate representation of color #4002EE: hue angle of 255.76º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4002EE is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 2 | 238 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.07 |
| HSL | 255.76º | 0.98% | 0.47% | - |
| HSV(B) | 255.76º | 0.99% | 0.93% | - |
| XYZ | 17.57 | 7.31 | 81.37 | - |
| YUV | 47.44 | 235.54 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 238 | 0.73 | 0.99 | 0 | 0.07 | 255.76 | 0.98 | 0.47 |
| Hex | 40 | 2 | EE | 49 | 63 | 0 | 7 | 100 | 62 | 2F |
| Octal | 100 | 2 | 356 | 111 | 143 | 0 | 7 | 400 | 142 | 57 |
| Binary | 1000000 | 10 | 11101110 | 1001001 | 1100011 | 0 | 111 | 100000000 | 1100010 | 101111 |
Color Harmonies of #4002EE
Complementary color
Monochromatic Colors of #4002EE
Black with #4002EE
Text Example
Text Example
White with #4002EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4002EE; }
p { color: rgb(64,2,238); }
H1.HeaderClassName
{
color: #4002EE;
}
.AnyTagClassName
{
color: #4002EE;
}
</style>
background-color css
<style>
a { background-color: #4002EE; }
a { background-color: rgb(64,2,238); }
div.DivClassName
{
background-color: #4002EE;
}
.BgClassName
{
background-color: #4002EE;
}
</style>
border-color css
<style>
span { border-color: #4002EE; }
span { border-color: rgb(64,2,238); }
td.TdClassName
{
border-color: #4002EE;
}
.TagClassName
{
border-color: #4002EE;
}
</style>