Shades of Han Purple #400FEB
Tints of Han Purple #400FEB
RGB
CMYK
RGB Variations
Color information
#400FEB (or 0x400FEB) is known color: Han Purple. HEX triplet: 40, 0F and EB. RGB value is (64,15,235). Sum of RGB (Red+Green+Blue) = 64+15+235=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #400FEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400FEB is #BFF014. Grayscale: #353535. Windows color (decimal): -12578837 or 15404864. OLE color: 15404864.
HSL color Cylindrical-coordinate representation of color #400FEB: hue angle of 253.36º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400FEB is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 15 | 235 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.08 |
| HSL | 253.36º | 0.88% | 0.49% | - |
| HSV(B) | 253.36º | 0.94% | 0.92% | - |
| XYZ | 17.28 | 7.43 | 79.12 | - |
| YUV | 54.73 | 229.73 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 235 | 0.73 | 0.94 | 0 | 0.08 | 253.36 | 0.88 | 0.49 |
| Hex | 40 | F | EB | 49 | 5E | 0 | 8 | FD | 58 | 31 |
| Octal | 100 | 17 | 353 | 111 | 136 | 0 | 10 | 375 | 130 | 61 |
| Binary | 1000000 | 1111 | 11101011 | 1001001 | 1011110 | 0 | 1000 | 11111101 | 1011000 | 110001 |
Color Harmonies of #400FEB
Complementary color
Monochromatic Colors of #400FEB
Black with #400FEB
Text Example
Text Example
White with #400FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400FEB; }
p { color: rgb(64,15,235); }
H1.HeaderClassName
{
color: #400FEB;
}
.AnyTagClassName
{
color: #400FEB;
}
</style>
background-color css
<style>
a { background-color: #400FEB; }
a { background-color: rgb(64,15,235); }
div.DivClassName
{
background-color: #400FEB;
}
.BgClassName
{
background-color: #400FEB;
}
</style>
border-color css
<style>
span { border-color: #400FEB; }
span { border-color: rgb(64,15,235); }
td.TdClassName
{
border-color: #400FEB;
}
.TagClassName
{
border-color: #400FEB;
}
</style>