Shades of Han Purple #4028FE
Tints of Han Purple #4028FE
RGB
CMYK
RGB Variations
Color information
#4028FE (or 0x4028FE) is known color: Han Purple. HEX triplet: 40, 28 and FE. RGB value is (64,40,254). Sum of RGB (Red+Green+Blue) = 64+40+254=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #4028FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4028FE is #BFD701. Grayscale: #464646. Windows color (decimal): -12572418 or 16656448. OLE color: 16656448.
HSL color Cylindrical-coordinate representation of color #4028FE: hue angle of 246.73º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4028FE is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 40 | 254 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.00 |
| HSL | 246.73º | 0.99% | 0.58% | - |
| HSV(B) | 246.73º | 0.84% | 1% | - |
| XYZ | 20.76 | 9.76 | 94.56 | - |
| YUV | 71.57 | 230.95 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 254 | 0.75 | 0.84 | 0 | 0.00 | 246.73 | 0.99 | 0.58 |
| Hex | 40 | 28 | FE | 4B | 54 | 0 | 0 | F7 | 63 | 3A |
| Octal | 100 | 50 | 376 | 113 | 124 | 0 | 0 | 367 | 143 | 72 |
| Binary | 1000000 | 101000 | 11111110 | 1001011 | 1010100 | 0 | 0 | 11110111 | 1100011 | 111010 |
Color Harmonies of #4028FE
Complementary color
Monochromatic Colors of #4028FE
Black with #4028FE
Text Example
Text Example
White with #4028FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4028FE; }
p { color: rgb(64,40,254); }
H1.HeaderClassName
{
color: #4028FE;
}
.AnyTagClassName
{
color: #4028FE;
}
</style>
background-color css
<style>
a { background-color: #4028FE; }
a { background-color: rgb(64,40,254); }
div.DivClassName
{
background-color: #4028FE;
}
.BgClassName
{
background-color: #4028FE;
}
</style>
border-color css
<style>
span { border-color: #4028FE; }
span { border-color: rgb(64,40,254); }
td.TdClassName
{
border-color: #4028FE;
}
.TagClassName
{
border-color: #4028FE;
}
</style>