Shades of Han Purple #402EDF
Tints of Han Purple #402EDF
RGB
CMYK
RGB Variations
Color information
#402EDF (or 0x402EDF) is known color: Han Purple. HEX triplet: 40, 2E and DF. RGB value is (64,46,223). Sum of RGB (Red+Green+Blue) = 64+46+223=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #402EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402EDF is #BFD120. Grayscale: #464646. Windows color (decimal): -12570913 or 14626368. OLE color: 14626368.
HSL color Cylindrical-coordinate representation of color #402EDF: hue angle of 246.1º degrees, saturation: 0.73, 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 #402EDF is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 46 | 223 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.13 |
| HSL | 246.1º | 0.73% | 0.53% | - |
| HSV(B) | 246.1º | 0.79% | 0.87% | - |
| XYZ | 16.41 | 8.37 | 70.56 | - |
| YUV | 71.56 | 213.46 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 223 | 0.71 | 0.79 | 0 | 0.13 | 246.1 | 0.73 | 0.53 |
| Hex | 40 | 2E | DF | 47 | 4F | 0 | D | F6 | 49 | 35 |
| Octal | 100 | 56 | 337 | 107 | 117 | 0 | 15 | 366 | 111 | 65 |
| Binary | 1000000 | 101110 | 11011111 | 1000111 | 1001111 | 0 | 1101 | 11110110 | 1001001 | 110101 |
Color Harmonies of #402EDF
Complementary color
Monochromatic Colors of #402EDF
Black with #402EDF
Text Example
Text Example
White with #402EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402EDF; }
p { color: rgb(64,46,223); }
H1.HeaderClassName
{
color: #402EDF;
}
.AnyTagClassName
{
color: #402EDF;
}
</style>
background-color css
<style>
a { background-color: #402EDF; }
a { background-color: rgb(64,46,223); }
div.DivClassName
{
background-color: #402EDF;
}
.BgClassName
{
background-color: #402EDF;
}
</style>
border-color css
<style>
span { border-color: #402EDF; }
span { border-color: rgb(64,46,223); }
td.TdClassName
{
border-color: #402EDF;
}
.TagClassName
{
border-color: #402EDF;
}
</style>