Shades of Han Purple #400BF8
Tints of Han Purple #400BF8
RGB
CMYK
RGB Variations
Color information
#400BF8 (or 0x400BF8) is known color: Han Purple. HEX triplet: 40, 0B and F8. RGB value is (64,11,248). Sum of RGB (Red+Green+Blue) = 64+11+248=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 248 (97.27% from 255 or 76.78% from 323); Max value from RGB is 248 - color contains mainly: blue. Hex color #400BF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400BF8 is #BFF407. Grayscale: #343434. Windows color (decimal): -12579848 or 16255808. OLE color: 16255808.
HSL color Cylindrical-coordinate representation of color #400BF8: hue angle of 253.42º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400BF8 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 11 | 248 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.03 |
| HSL | 253.42º | 0.94% | 0.51% | - |
| HSV(B) | 253.42º | 0.96% | 0.97% | - |
| XYZ | 19.18 | 8.11 | 89.36 | - |
| YUV | 53.87 | 237.56 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 248 | 0.74 | 0.96 | 0 | 0.03 | 253.42 | 0.94 | 0.51 |
| Hex | 40 | B | F8 | 4A | 60 | 0 | 3 | FD | 5E | 33 |
| Octal | 100 | 13 | 370 | 112 | 140 | 0 | 3 | 375 | 136 | 63 |
| Binary | 1000000 | 1011 | 11111000 | 1001010 | 1100000 | 0 | 11 | 11111101 | 1011110 | 110011 |
Color Harmonies of #400BF8
Complementary color
Monochromatic Colors of #400BF8
Black with #400BF8
Text Example
Text Example
White with #400BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400BF8; }
p { color: rgb(64,11,248); }
H1.HeaderClassName
{
color: #400BF8;
}
.AnyTagClassName
{
color: #400BF8;
}
</style>
background-color css
<style>
a { background-color: #400BF8; }
a { background-color: rgb(64,11,248); }
div.DivClassName
{
background-color: #400BF8;
}
.BgClassName
{
background-color: #400BF8;
}
</style>
border-color css
<style>
span { border-color: #400BF8; }
span { border-color: rgb(64,11,248); }
td.TdClassName
{
border-color: #400BF8;
}
.TagClassName
{
border-color: #400BF8;
}
</style>