Shades of Han Purple #400BFE
Tints of Han Purple #400BFE
RGB
CMYK
RGB Variations
Color information
#400BFE (or 0x400BFE) is known color: Han Purple. HEX triplet: 40, 0B and FE. RGB value is (64,11,254). Sum of RGB (Red+Green+Blue) = 64+11+254=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 254 (99.61% from 255 or 77.20% from 329); Max value from RGB is 254 - color contains mainly: blue. Hex color #400BFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400BFE is #BFF401. Grayscale: #353535. Windows color (decimal): -12579842 or 16649024. OLE color: 16649024.
HSL color Cylindrical-coordinate representation of color #400BFE: hue angle of 253.09º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400BFE is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 11 | 254 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.00 |
| HSL | 253.09º | 0.99% | 0.52% | - |
| HSV(B) | 253.09º | 0.96% | 1% | - |
| XYZ | 20.12 | 8.49 | 94.34 | - |
| YUV | 54.55 | 240.56 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 254 | 0.75 | 0.96 | 0 | 0.00 | 253.09 | 0.99 | 0.52 |
| Hex | 40 | B | FE | 4B | 60 | 0 | 0 | FD | 63 | 34 |
| Octal | 100 | 13 | 376 | 113 | 140 | 0 | 0 | 375 | 143 | 64 |
| Binary | 1000000 | 1011 | 11111110 | 1001011 | 1100000 | 0 | 0 | 11111101 | 1100011 | 110100 |
Color Harmonies of #400BFE
Complementary color
Monochromatic Colors of #400BFE
Black with #400BFE
Text Example
Text Example
White with #400BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400BFE; }
p { color: rgb(64,11,254); }
H1.HeaderClassName
{
color: #400BFE;
}
.AnyTagClassName
{
color: #400BFE;
}
</style>
background-color css
<style>
a { background-color: #400BFE; }
a { background-color: rgb(64,11,254); }
div.DivClassName
{
background-color: #400BFE;
}
.BgClassName
{
background-color: #400BFE;
}
</style>
border-color css
<style>
span { border-color: #400BFE; }
span { border-color: rgb(64,11,254); }
td.TdClassName
{
border-color: #400BFE;
}
.TagClassName
{
border-color: #400BFE;
}
</style>