Shades of Han Purple #400FE5
Tints of Han Purple #400FE5
RGB
CMYK
RGB Variations
Color information
#400FE5 (or 0x400FE5) is known color: Han Purple. HEX triplet: 40, 0F and E5. RGB value is (64,15,229). Sum of RGB (Red+Green+Blue) = 64+15+229=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 229 (89.84% from 255 or 74.35% from 308); Max value from RGB is 229 - color contains mainly: blue. Hex color #400FE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400FE5 is #BFF01A. Grayscale: #353535. Windows color (decimal): -12578843 or 15011648. OLE color: 15011648.
HSL color Cylindrical-coordinate representation of color #400FE5: hue angle of 253.74º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400FE5 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 15 | 229 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.10 |
| HSL | 253.74º | 0.88% | 0.48% | - |
| HSV(B) | 253.74º | 0.93% | 0.9% | - |
| XYZ | 16.43 | 7.09 | 74.63 | - |
| YUV | 54.05 | 226.73 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 229 | 0.72 | 0.93 | 0 | 0.10 | 253.74 | 0.88 | 0.48 |
| Hex | 40 | F | E5 | 48 | 5D | 0 | A | FE | 58 | 30 |
| Octal | 100 | 17 | 345 | 110 | 135 | 0 | 12 | 376 | 130 | 60 |
| Binary | 1000000 | 1111 | 11100101 | 1001000 | 1011101 | 0 | 1010 | 11111110 | 1011000 | 110000 |
Color Harmonies of #400FE5
Complementary color
Monochromatic Colors of #400FE5
Black with #400FE5
Text Example
Text Example
White with #400FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400FE5; }
p { color: rgb(64,15,229); }
H1.HeaderClassName
{
color: #400FE5;
}
.AnyTagClassName
{
color: #400FE5;
}
</style>
background-color css
<style>
a { background-color: #400FE5; }
a { background-color: rgb(64,15,229); }
div.DivClassName
{
background-color: #400FE5;
}
.BgClassName
{
background-color: #400FE5;
}
</style>
border-color css
<style>
span { border-color: #400FE5; }
span { border-color: rgb(64,15,229); }
td.TdClassName
{
border-color: #400FE5;
}
.TagClassName
{
border-color: #400FE5;
}
</style>