Shades of Han Purple #400FF8
Tints of Han Purple #400FF8
RGB
CMYK
RGB Variations
Color information
#400FF8 (or 0x400FF8) is known color: Han Purple. HEX triplet: 40, 0F and F8. RGB value is (64,15,248). Sum of RGB (Red+Green+Blue) = 64+15+248=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 248 (97.27% from 255 or 75.84% from 327); Max value from RGB is 248 - color contains mainly: blue. Hex color #400FF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400FF8 is #BFF007. Grayscale: #373737. Windows color (decimal): -12578824 or 16256832. OLE color: 16256832.
HSL color Cylindrical-coordinate representation of color #400FF8: hue angle of 252.62º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400FF8 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 15 | 248 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.03 |
| HSL | 252.62º | 0.94% | 0.52% | - |
| HSV(B) | 252.62º | 0.94% | 0.97% | - |
| XYZ | 19.23 | 8.21 | 89.38 | - |
| YUV | 56.21 | 236.23 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 248 | 0.74 | 0.94 | 0 | 0.03 | 252.62 | 0.94 | 0.52 |
| Hex | 40 | F | F8 | 4A | 5E | 0 | 3 | FD | 5E | 34 |
| Octal | 100 | 17 | 370 | 112 | 136 | 0 | 3 | 375 | 136 | 64 |
| Binary | 1000000 | 1111 | 11111000 | 1001010 | 1011110 | 0 | 11 | 11111101 | 1011110 | 110100 |
Color Harmonies of #400FF8
Complementary color
Monochromatic Colors of #400FF8
Black with #400FF8
Text Example
Text Example
White with #400FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400FF8; }
p { color: rgb(64,15,248); }
H1.HeaderClassName
{
color: #400FF8;
}
.AnyTagClassName
{
color: #400FF8;
}
</style>
background-color css
<style>
a { background-color: #400FF8; }
a { background-color: rgb(64,15,248); }
div.DivClassName
{
background-color: #400FF8;
}
.BgClassName
{
background-color: #400FF8;
}
</style>
border-color css
<style>
span { border-color: #400FF8; }
span { border-color: rgb(64,15,248); }
td.TdClassName
{
border-color: #400FF8;
}
.TagClassName
{
border-color: #400FF8;
}
</style>