Shades of Han Purple #400BD5
Tints of Han Purple #400BD5
RGB
CMYK
RGB Variations
Color information
#400BD5 (or 0x400BD5) is known color: Han Purple. HEX triplet: 40, 0B and D5. RGB value is (64,11,213). Sum of RGB (Red+Green+Blue) = 64+11+213=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 213 (83.59% from 255 or 73.96% from 288); Max value from RGB is 213 - color contains mainly: blue. Hex color #400BD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400BD5 is #BFF42A. Grayscale: #313131. Windows color (decimal): -12579883 or 13962048. OLE color: 13962048.
HSL color Cylindrical-coordinate representation of color #400BD5: hue angle of 255.74º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400BD5 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 11 | 213 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.16 |
| HSL | 255.74º | 0.9% | 0.44% | - |
| HSV(B) | 255.74º | 0.95% | 0.84% | - |
| XYZ | 14.24 | 6.13 | 63.38 | - |
| YUV | 49.88 | 220.06 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 213 | 0.70 | 0.95 | 0 | 0.16 | 255.74 | 0.9 | 0.44 |
| Hex | 40 | B | D5 | 46 | 5F | 0 | 10 | 100 | 5A | 2C |
| Octal | 100 | 13 | 325 | 106 | 137 | 0 | 20 | 400 | 132 | 54 |
| Binary | 1000000 | 1011 | 11010101 | 1000110 | 1011111 | 0 | 10000 | 100000000 | 1011010 | 101100 |
Color Harmonies of #400BD5
Complementary color
Monochromatic Colors of #400BD5
Black with #400BD5
Text Example
Text Example
White with #400BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400BD5; }
p { color: rgb(64,11,213); }
H1.HeaderClassName
{
color: #400BD5;
}
.AnyTagClassName
{
color: #400BD5;
}
</style>
background-color css
<style>
a { background-color: #400BD5; }
a { background-color: rgb(64,11,213); }
div.DivClassName
{
background-color: #400BD5;
}
.BgClassName
{
background-color: #400BD5;
}
</style>
border-color css
<style>
span { border-color: #400BD5; }
span { border-color: rgb(64,11,213); }
td.TdClassName
{
border-color: #400BD5;
}
.TagClassName
{
border-color: #400BD5;
}
</style>