Shades of Han Purple #402FDD
Tints of Han Purple #402FDD
RGB
CMYK
RGB Variations
Color information
#402FDD (or 0x402FDD) is known color: Han Purple. HEX triplet: 40, 2F and DD. RGB value is (64,47,221). Sum of RGB (Red+Green+Blue) = 64+47+221=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #402FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402FDD is #BFD022. Grayscale: #474747. Windows color (decimal): -12570659 or 14495552. OLE color: 14495552.
HSL color Cylindrical-coordinate representation of color #402FDD: hue angle of 245.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #402FDD is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 47 | 221 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.13 |
| HSL | 245.86º | 0.72% | 0.53% | - |
| HSV(B) | 245.86º | 0.79% | 0.87% | - |
| XYZ | 16.18 | 8.34 | 69.16 | - |
| YUV | 71.92 | 212.13 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 221 | 0.71 | 0.79 | 0 | 0.13 | 245.86 | 0.72 | 0.53 |
| Hex | 40 | 2F | DD | 47 | 4F | 0 | D | F6 | 48 | 35 |
| Octal | 100 | 57 | 335 | 107 | 117 | 0 | 15 | 366 | 110 | 65 |
| Binary | 1000000 | 101111 | 11011101 | 1000111 | 1001111 | 0 | 1101 | 11110110 | 1001000 | 110101 |
Color Harmonies of #402FDD
Complementary color
Monochromatic Colors of #402FDD
Black with #402FDD
Text Example
Text Example
White with #402FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402FDD; }
p { color: rgb(64,47,221); }
H1.HeaderClassName
{
color: #402FDD;
}
.AnyTagClassName
{
color: #402FDD;
}
</style>
background-color css
<style>
a { background-color: #402FDD; }
a { background-color: rgb(64,47,221); }
div.DivClassName
{
background-color: #402FDD;
}
.BgClassName
{
background-color: #402FDD;
}
</style>
border-color css
<style>
span { border-color: #402FDD; }
span { border-color: rgb(64,47,221); }
td.TdClassName
{
border-color: #402FDD;
}
.TagClassName
{
border-color: #402FDD;
}
</style>