Shades of Han Purple #402DDD
Tints of Han Purple #402DDD
RGB
CMYK
RGB Variations
Color information
#402DDD (or 0x402DDD) is known color: Han Purple. HEX triplet: 40, 2D and DD. RGB value is (64,45,221). Sum of RGB (Red+Green+Blue) = 64+45+221=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #402DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402DDD is #BFD222. Grayscale: #464646. Windows color (decimal): -12571171 or 14495040. OLE color: 14495040.
HSL color Cylindrical-coordinate representation of color #402DDD: hue angle of 246.48º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #402DDD is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 45 | 221 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.13 |
| HSL | 246.48º | 0.72% | 0.52% | - |
| HSV(B) | 246.48º | 0.8% | 0.87% | - |
| XYZ | 16.1 | 8.19 | 69.14 | - |
| YUV | 70.75 | 212.79 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 221 | 0.71 | 0.80 | 0 | 0.13 | 246.48 | 0.72 | 0.52 |
| Hex | 40 | 2D | DD | 47 | 50 | 0 | D | F6 | 48 | 34 |
| Octal | 100 | 55 | 335 | 107 | 120 | 0 | 15 | 366 | 110 | 64 |
| Binary | 1000000 | 101101 | 11011101 | 1000111 | 1010000 | 0 | 1101 | 11110110 | 1001000 | 110100 |
Color Harmonies of #402DDD
Complementary color
Monochromatic Colors of #402DDD
Black with #402DDD
Text Example
Text Example
White with #402DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402DDD; }
p { color: rgb(64,45,221); }
H1.HeaderClassName
{
color: #402DDD;
}
.AnyTagClassName
{
color: #402DDD;
}
</style>
background-color css
<style>
a { background-color: #402DDD; }
a { background-color: rgb(64,45,221); }
div.DivClassName
{
background-color: #402DDD;
}
.BgClassName
{
background-color: #402DDD;
}
</style>
border-color css
<style>
span { border-color: #402DDD; }
span { border-color: rgb(64,45,221); }
td.TdClassName
{
border-color: #402DDD;
}
.TagClassName
{
border-color: #402DDD;
}
</style>