Shades of Han Purple #400BFA
Tints of Han Purple #400BFA
RGB
CMYK
RGB Variations
Color information
#400BFA (or 0x400BFA) is known color: Han Purple. HEX triplet: 40, 0B and FA. RGB value is (64,11,250). Sum of RGB (Red+Green+Blue) = 64+11+250=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 250 (98.05% from 255 or 76.92% from 325); Max value from RGB is 250 - color contains mainly: blue. Hex color #400BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400BFA is #BFF405. Grayscale: #353535. Windows color (decimal): -12579846 or 16386880. OLE color: 16386880.
HSL color Cylindrical-coordinate representation of color #400BFA: hue angle of 253.31º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400BFA is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 11 | 250 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.02 |
| HSL | 253.31º | 0.96% | 0.51% | - |
| HSV(B) | 253.31º | 0.96% | 0.98% | - |
| XYZ | 19.49 | 8.23 | 91 | - |
| YUV | 54.09 | 238.56 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 250 | 0.74 | 0.96 | 0 | 0.02 | 253.31 | 0.96 | 0.51 |
| Hex | 40 | B | FA | 4A | 60 | 0 | 2 | FD | 60 | 33 |
| Octal | 100 | 13 | 372 | 112 | 140 | 0 | 2 | 375 | 140 | 63 |
| Binary | 1000000 | 1011 | 11111010 | 1001010 | 1100000 | 0 | 10 | 11111101 | 1100000 | 110011 |
Color Harmonies of #400BFA
Complementary color
Monochromatic Colors of #400BFA
Black with #400BFA
Text Example
Text Example
White with #400BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400BFA; }
p { color: rgb(64,11,250); }
H1.HeaderClassName
{
color: #400BFA;
}
.AnyTagClassName
{
color: #400BFA;
}
</style>
background-color css
<style>
a { background-color: #400BFA; }
a { background-color: rgb(64,11,250); }
div.DivClassName
{
background-color: #400BFA;
}
.BgClassName
{
background-color: #400BFA;
}
</style>
border-color css
<style>
span { border-color: #400BFA; }
span { border-color: rgb(64,11,250); }
td.TdClassName
{
border-color: #400BFA;
}
.TagClassName
{
border-color: #400BFA;
}
</style>