Shades of Han Purple #4004F0
Tints of Han Purple #4004F0
RGB
CMYK
RGB Variations
Color information
#4004F0 (or 0x4004F0) is known color: Han Purple. HEX triplet: 40, 04 and F0. RGB value is (64,4,240). Sum of RGB (Red+Green+Blue) = 64+4+240=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 240 (94.14% from 255 or 77.92% from 308); Max value from RGB is 240 - color contains mainly: blue. Hex color #4004F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4004F0 is #BFFB0F. Grayscale: #2F2F2F. Windows color (decimal): -12581648 or 15729728. OLE color: 15729728.
HSL color Cylindrical-coordinate representation of color #4004F0: hue angle of 255.25º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4004F0 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 4 | 240 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.06 |
| HSL | 255.25º | 0.97% | 0.48% | - |
| HSV(B) | 255.25º | 0.98% | 0.94% | - |
| XYZ | 17.89 | 7.47 | 82.94 | - |
| YUV | 48.84 | 235.88 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 240 | 0.73 | 0.98 | 0 | 0.06 | 255.25 | 0.97 | 0.48 |
| Hex | 40 | 4 | F0 | 49 | 62 | 0 | 6 | FF | 61 | 30 |
| Octal | 100 | 4 | 360 | 111 | 142 | 0 | 6 | 377 | 141 | 60 |
| Binary | 1000000 | 100 | 11110000 | 1001001 | 1100010 | 0 | 110 | 11111111 | 1100001 | 110000 |
Color Harmonies of #4004F0
Complementary color
Monochromatic Colors of #4004F0
Black with #4004F0
Text Example
Text Example
White with #4004F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4004F0; }
p { color: rgb(64,4,240); }
H1.HeaderClassName
{
color: #4004F0;
}
.AnyTagClassName
{
color: #4004F0;
}
</style>
background-color css
<style>
a { background-color: #4004F0; }
a { background-color: rgb(64,4,240); }
div.DivClassName
{
background-color: #4004F0;
}
.BgClassName
{
background-color: #4004F0;
}
</style>
border-color css
<style>
span { border-color: #4004F0; }
span { border-color: rgb(64,4,240); }
td.TdClassName
{
border-color: #4004F0;
}
.TagClassName
{
border-color: #4004F0;
}
</style>