Shades of Han Purple #400BF3
Tints of Han Purple #400BF3
RGB
CMYK
RGB Variations
Color information
#400BF3 (or 0x400BF3) is known color: Han Purple. HEX triplet: 40, 0B and F3. RGB value is (64,11,243). Sum of RGB (Red+Green+Blue) = 64+11+243=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 243 (95.31% from 255 or 76.42% from 318); Max value from RGB is 243 - color contains mainly: blue. Hex color #400BF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400BF3 is #BFF40C. Grayscale: #343434. Windows color (decimal): -12579853 or 15928128. OLE color: 15928128.
HSL color Cylindrical-coordinate representation of color #400BF3: hue angle of 253.71º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400BF3 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 11 | 243 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.05 |
| HSL | 253.71º | 0.91% | 0.5% | - |
| HSV(B) | 253.71º | 0.95% | 0.95% | - |
| XYZ | 18.41 | 7.8 | 85.33 | - |
| YUV | 53.3 | 235.06 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 243 | 0.74 | 0.95 | 0 | 0.05 | 253.71 | 0.91 | 0.5 |
| Hex | 40 | B | F3 | 4A | 5F | 0 | 5 | FE | 5B | 32 |
| Octal | 100 | 13 | 363 | 112 | 137 | 0 | 5 | 376 | 133 | 62 |
| Binary | 1000000 | 1011 | 11110011 | 1001010 | 1011111 | 0 | 101 | 11111110 | 1011011 | 110010 |
Color Harmonies of #400BF3
Complementary color
Monochromatic Colors of #400BF3
Black with #400BF3
Text Example
Text Example
White with #400BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400BF3; }
p { color: rgb(64,11,243); }
H1.HeaderClassName
{
color: #400BF3;
}
.AnyTagClassName
{
color: #400BF3;
}
</style>
background-color css
<style>
a { background-color: #400BF3; }
a { background-color: rgb(64,11,243); }
div.DivClassName
{
background-color: #400BF3;
}
.BgClassName
{
background-color: #400BF3;
}
</style>
border-color css
<style>
span { border-color: #400BF3; }
span { border-color: rgb(64,11,243); }
td.TdClassName
{
border-color: #400BF3;
}
.TagClassName
{
border-color: #400BF3;
}
</style>