Shades of Han Purple #4000FE
Tints of Han Purple #4000FE
RGB
CMYK
RGB Variations
Color information
#4000FE (or 0x4000FE) is known color: Han Purple. HEX triplet: 40, 00 and FE. RGB value is (64,0,254). Sum of RGB (Red+Green+Blue) = 64+0+254=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 254 (99.61% from 255 or 79.87% from 318); Max value from RGB is 254 - color contains mainly: blue. Hex color #4000FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4000FE is #BFFF01. Grayscale: #2F2F2F. Windows color (decimal): -12582658 or 16646208. OLE color: 16646208.
HSL color Cylindrical-coordinate representation of color #4000FE: hue angle of 255.12º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4000FE is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 0 | 254 | - |
| CMYK | 0.75 | 1 | 0 | 0.00 |
| HSL | 255.12º | 1% | 0.5% | - |
| HSV(B) | 255.12º | 1% | 1% | - |
| XYZ | 20 | 8.25 | 94.3 | - |
| YUV | 48.09 | 244.2 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 254 | 0.75 | 1 | 0 | 0.00 | 255.12 | 1 | 0.5 |
| Hex | 40 | 0 | FE | 4B | 64 | 0 | 0 | FF | 64 | 32 |
| Octal | 100 | 0 | 376 | 113 | 144 | 0 | 0 | 377 | 144 | 62 |
| Binary | 1000000 | 0 | 11111110 | 1001011 | 1100100 | 0 | 0 | 11111111 | 1100100 | 110010 |
Color Harmonies of #4000FE
Complementary color
Monochromatic Colors of #4000FE
Black with #4000FE
Text Example
Text Example
White with #4000FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4000FE; }
p { color: rgb(64,0,254); }
H1.HeaderClassName
{
color: #4000FE;
}
.AnyTagClassName
{
color: #4000FE;
}
</style>
background-color css
<style>
a { background-color: #4000FE; }
a { background-color: rgb(64,0,254); }
div.DivClassName
{
background-color: #4000FE;
}
.BgClassName
{
background-color: #4000FE;
}
</style>
border-color css
<style>
span { border-color: #4000FE; }
span { border-color: rgb(64,0,254); }
td.TdClassName
{
border-color: #4000FE;
}
.TagClassName
{
border-color: #4000FE;
}
</style>