Shades of Han Purple #4002EA
Tints of Han Purple #4002EA
RGB
CMYK
RGB Variations
Color information
#4002EA (or 0x4002EA) is known color: Han Purple. HEX triplet: 40, 02 and EA. RGB value is (64,2,234). Sum of RGB (Red+Green+Blue) = 64+2+234=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 234 (91.80% from 255 or 78% from 300); Max value from RGB is 234 - color contains mainly: blue. Hex color #4002EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4002EA is #BFFD15. Grayscale: #2E2E2E. Windows color (decimal): -12582166 or 15336000. OLE color: 15336000.
HSL color Cylindrical-coordinate representation of color #4002EA: hue angle of 256.03º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4002EA is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 2 | 234 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.08 |
| HSL | 256.03º | 0.98% | 0.46% | - |
| HSV(B) | 256.03º | 0.99% | 0.92% | - |
| XYZ | 16.99 | 7.07 | 78.31 | - |
| YUV | 46.99 | 233.54 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 234 | 0.73 | 0.99 | 0 | 0.08 | 256.03 | 0.98 | 0.46 |
| Hex | 40 | 2 | EA | 49 | 63 | 0 | 8 | 100 | 62 | 2E |
| Octal | 100 | 2 | 352 | 111 | 143 | 0 | 10 | 400 | 142 | 56 |
| Binary | 1000000 | 10 | 11101010 | 1001001 | 1100011 | 0 | 1000 | 100000000 | 1100010 | 101110 |
Color Harmonies of #4002EA
Complementary color
Monochromatic Colors of #4002EA
Black with #4002EA
Text Example
Text Example
White with #4002EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4002EA; }
p { color: rgb(64,2,234); }
H1.HeaderClassName
{
color: #4002EA;
}
.AnyTagClassName
{
color: #4002EA;
}
</style>
background-color css
<style>
a { background-color: #4002EA; }
a { background-color: rgb(64,2,234); }
div.DivClassName
{
background-color: #4002EA;
}
.BgClassName
{
background-color: #4002EA;
}
</style>
border-color css
<style>
span { border-color: #4002EA; }
span { border-color: rgb(64,2,234); }
td.TdClassName
{
border-color: #4002EA;
}
.TagClassName
{
border-color: #4002EA;
}
</style>