Shades of Han Purple #400BFD
Tints of Han Purple #400BFD
RGB
CMYK
RGB Variations
Color information
#400BFD (or 0x400BFD) is known color: Han Purple. HEX triplet: 40, 0B and FD. RGB value is (64,11,253). Sum of RGB (Red+Green+Blue) = 64+11+253=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 253 (99.22% from 255 or 77.13% from 328); Max value from RGB is 253 - color contains mainly: blue. Hex color #400BFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400BFD is #BFF402. Grayscale: #353535. Windows color (decimal): -12579843 or 16583488. OLE color: 16583488.
HSL color Cylindrical-coordinate representation of color #400BFD: hue angle of 253.14º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400BFD is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 11 | 253 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.01 |
| HSL | 253.14º | 0.98% | 0.52% | - |
| HSV(B) | 253.14º | 0.96% | 0.99% | - |
| XYZ | 19.96 | 8.42 | 93.5 | - |
| YUV | 54.44 | 240.06 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 253 | 0.75 | 0.96 | 0 | 0.01 | 253.14 | 0.98 | 0.52 |
| Hex | 40 | B | FD | 4B | 60 | 0 | 1 | FD | 62 | 34 |
| Octal | 100 | 13 | 375 | 113 | 140 | 0 | 1 | 375 | 142 | 64 |
| Binary | 1000000 | 1011 | 11111101 | 1001011 | 1100000 | 0 | 1 | 11111101 | 1100010 | 110100 |
Color Harmonies of #400BFD
Complementary color
Monochromatic Colors of #400BFD
Black with #400BFD
Text Example
Text Example
White with #400BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400BFD; }
p { color: rgb(64,11,253); }
H1.HeaderClassName
{
color: #400BFD;
}
.AnyTagClassName
{
color: #400BFD;
}
</style>
background-color css
<style>
a { background-color: #400BFD; }
a { background-color: rgb(64,11,253); }
div.DivClassName
{
background-color: #400BFD;
}
.BgClassName
{
background-color: #400BFD;
}
</style>
border-color css
<style>
span { border-color: #400BFD; }
span { border-color: rgb(64,11,253); }
td.TdClassName
{
border-color: #400BFD;
}
.TagClassName
{
border-color: #400BFD;
}
</style>