Shades of Han Purple #400CFE
Tints of Han Purple #400CFE
RGB
CMYK
RGB Variations
Color information
#400CFE (or 0x400CFE) is known color: Han Purple. HEX triplet: 40, 0C and FE. RGB value is (64,12,254). Sum of RGB (Red+Green+Blue) = 64+12+254=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #400CFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400CFE is #BFF301. Grayscale: #363636. Windows color (decimal): -12579586 or 16649280. OLE color: 16649280.
HSL color Cylindrical-coordinate representation of color #400CFE: hue angle of 252.89º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400CFE is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 12 | 254 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.00 |
| HSL | 252.89º | 0.99% | 0.52% | - |
| HSV(B) | 252.89º | 0.95% | 1% | - |
| XYZ | 20.14 | 8.51 | 94.35 | - |
| YUV | 55.14 | 240.23 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 254 | 0.75 | 0.95 | 0 | 0.00 | 252.89 | 0.99 | 0.52 |
| Hex | 40 | C | FE | 4B | 5F | 0 | 0 | FD | 63 | 34 |
| Octal | 100 | 14 | 376 | 113 | 137 | 0 | 0 | 375 | 143 | 64 |
| Binary | 1000000 | 1100 | 11111110 | 1001011 | 1011111 | 0 | 0 | 11111101 | 1100011 | 110100 |
Color Harmonies of #400CFE
Complementary color
Monochromatic Colors of #400CFE
Black with #400CFE
Text Example
Text Example
White with #400CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400CFE; }
p { color: rgb(64,12,254); }
H1.HeaderClassName
{
color: #400CFE;
}
.AnyTagClassName
{
color: #400CFE;
}
</style>
background-color css
<style>
a { background-color: #400CFE; }
a { background-color: rgb(64,12,254); }
div.DivClassName
{
background-color: #400CFE;
}
.BgClassName
{
background-color: #400CFE;
}
</style>
border-color css
<style>
span { border-color: #400CFE; }
span { border-color: rgb(64,12,254); }
td.TdClassName
{
border-color: #400CFE;
}
.TagClassName
{
border-color: #400CFE;
}
</style>