Shades of Han Purple #402BDF
Tints of Han Purple #402BDF
RGB
CMYK
RGB Variations
Color information
#402BDF (or 0x402BDF) is known color: Han Purple. HEX triplet: 40, 2B and DF. RGB value is (64,43,223). Sum of RGB (Red+Green+Blue) = 64+43+223=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #402BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402BDF is #BFD420. Grayscale: #454545. Windows color (decimal): -12571681 or 14625600. OLE color: 14625600.
HSL color Cylindrical-coordinate representation of color #402BDF: hue angle of 247º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #402BDF is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 43 | 223 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.13 |
| HSL | 247º | 0.74% | 0.52% | - |
| HSV(B) | 247º | 0.81% | 0.87% | - |
| XYZ | 16.3 | 8.15 | 70.53 | - |
| YUV | 69.8 | 214.46 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 223 | 0.71 | 0.81 | 0 | 0.13 | 247 | 0.74 | 0.52 |
| Hex | 40 | 2B | DF | 47 | 51 | 0 | D | F7 | 4A | 34 |
| Octal | 100 | 53 | 337 | 107 | 121 | 0 | 15 | 367 | 112 | 64 |
| Binary | 1000000 | 101011 | 11011111 | 1000111 | 1010001 | 0 | 1101 | 11110111 | 1001010 | 110100 |
Color Harmonies of #402BDF
Complementary color
Monochromatic Colors of #402BDF
Black with #402BDF
Text Example
Text Example
White with #402BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402BDF; }
p { color: rgb(64,43,223); }
H1.HeaderClassName
{
color: #402BDF;
}
.AnyTagClassName
{
color: #402BDF;
}
</style>
background-color css
<style>
a { background-color: #402BDF; }
a { background-color: rgb(64,43,223); }
div.DivClassName
{
background-color: #402BDF;
}
.BgClassName
{
background-color: #402BDF;
}
</style>
border-color css
<style>
span { border-color: #402BDF; }
span { border-color: rgb(64,43,223); }
td.TdClassName
{
border-color: #402BDF;
}
.TagClassName
{
border-color: #402BDF;
}
</style>