Shades of Han Purple #4004FE
Tints of Han Purple #4004FE
RGB
CMYK
RGB Variations
Color information
#4004FE (or 0x4004FE) is known color: Han Purple. HEX triplet: 40, 04 and FE. RGB value is (64,4,254). Sum of RGB (Red+Green+Blue) = 64+4+254=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 254 (99.61% from 255 or 78.88% from 322); Max value from RGB is 254 - color contains mainly: blue. Hex color #4004FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4004FE is #BFFB01. Grayscale: #313131. Windows color (decimal): -12581634 or 16647232. OLE color: 16647232.
HSL color Cylindrical-coordinate representation of color #4004FE: hue angle of 254.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4004FE is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 4 | 254 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.00 |
| HSL | 254.4º | 0.99% | 0.51% | - |
| HSV(B) | 254.4º | 0.98% | 1% | - |
| XYZ | 20.05 | 8.33 | 94.32 | - |
| YUV | 50.44 | 242.88 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 254 | 0.75 | 0.98 | 0 | 0.00 | 254.4 | 0.99 | 0.51 |
| Hex | 40 | 4 | FE | 4B | 62 | 0 | 0 | FE | 63 | 33 |
| Octal | 100 | 4 | 376 | 113 | 142 | 0 | 0 | 376 | 143 | 63 |
| Binary | 1000000 | 100 | 11111110 | 1001011 | 1100010 | 0 | 0 | 11111110 | 1100011 | 110011 |
Color Harmonies of #4004FE
Complementary color
Monochromatic Colors of #4004FE
Black with #4004FE
Text Example
Text Example
White with #4004FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4004FE; }
p { color: rgb(64,4,254); }
H1.HeaderClassName
{
color: #4004FE;
}
.AnyTagClassName
{
color: #4004FE;
}
</style>
background-color css
<style>
a { background-color: #4004FE; }
a { background-color: rgb(64,4,254); }
div.DivClassName
{
background-color: #4004FE;
}
.BgClassName
{
background-color: #4004FE;
}
</style>
border-color css
<style>
span { border-color: #4004FE; }
span { border-color: rgb(64,4,254); }
td.TdClassName
{
border-color: #4004FE;
}
.TagClassName
{
border-color: #4004FE;
}
</style>