Shades of Han Purple #4002FF
Tints of Han Purple #4002FF
RGB
CMYK
RGB Variations
Color information
#4002FF (or 0x4002FF) is known color: Han Purple. HEX triplet: 40, 02 and FF. RGB value is (64,2,255). Sum of RGB (Red+Green+Blue) = 64+2+255=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 255 (100% from 255 or 79.44% from 321); Max value from RGB is 255 - color contains mainly: blue. Hex color #4002FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4002FF is #BFFD00. Grayscale: #303030. Windows color (decimal): -12582145 or 16712256. OLE color: 16712256.
HSL color Cylindrical-coordinate representation of color #4002FF: hue angle of 254.7º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4002FF is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 2 | 255 | - |
| CMYK | 0.75 | 0.99 | 0 | 0 |
| HSL | 254.7º | 1% | 0.5% | - |
| HSV(B) | 254.7º | 0.99% | 1% | - |
| XYZ | 20.19 | 8.35 | 95.16 | - |
| YUV | 49.38 | 244.04 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 255 | 0.75 | 0.99 | 0 | 0 | 254.7 | 1 | 0.5 |
| Hex | 40 | 2 | FF | 4B | 63 | 0 | 0 | FF | 64 | 32 |
| Octal | 100 | 2 | 377 | 113 | 143 | 0 | 0 | 377 | 144 | 62 |
| Binary | 1000000 | 10 | 11111111 | 1001011 | 1100011 | 0 | 0 | 11111111 | 1100100 | 110010 |
Color Harmonies of #4002FF
Complementary color
Monochromatic Colors of #4002FF
Black with #4002FF
Text Example
Text Example
White with #4002FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4002FF; }
p { color: rgb(64,2,255); }
H1.HeaderClassName
{
color: #4002FF;
}
.AnyTagClassName
{
color: #4002FF;
}
</style>
background-color css
<style>
a { background-color: #4002FF; }
a { background-color: rgb(64,2,255); }
div.DivClassName
{
background-color: #4002FF;
}
.BgClassName
{
background-color: #4002FF;
}
</style>
border-color css
<style>
span { border-color: #4002FF; }
span { border-color: rgb(64,2,255); }
td.TdClassName
{
border-color: #4002FF;
}
.TagClassName
{
border-color: #4002FF;
}
</style>