Shades of Han Purple #402AED
Tints of Han Purple #402AED
RGB
CMYK
RGB Variations
Color information
#402AED (or 0x402AED) is known color: Han Purple. HEX triplet: 40, 2A and ED. RGB value is (64,42,237). Sum of RGB (Red+Green+Blue) = 64+42+237=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 237 (92.97% from 255 or 69.10% from 343); Max value from RGB is 237 - color contains mainly: blue. Hex color #402AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402AED is #BFD512. Grayscale: #464646. Windows color (decimal): -12571923 or 15542848. OLE color: 15542848.
HSL color Cylindrical-coordinate representation of color #402AED: hue angle of 246.77º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #402AED is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 42 | 237 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.07 |
| HSL | 246.77º | 0.84% | 0.55% | - |
| HSV(B) | 246.77º | 0.82% | 0.93% | - |
| XYZ | 18.23 | 8.86 | 80.87 | - |
| YUV | 70.81 | 221.79 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 42 | 237 | 0.73 | 0.82 | 0 | 0.07 | 246.77 | 0.84 | 0.55 |
| Hex | 40 | 2A | ED | 49 | 52 | 0 | 7 | F7 | 54 | 37 |
| Octal | 100 | 52 | 355 | 111 | 122 | 0 | 7 | 367 | 124 | 67 |
| Binary | 1000000 | 101010 | 11101101 | 1001001 | 1010010 | 0 | 111 | 11110111 | 1010100 | 110111 |
Color Harmonies of #402AED
Complementary color
Monochromatic Colors of #402AED
Black with #402AED
Text Example
Text Example
White with #402AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402AED; }
p { color: rgb(64,42,237); }
H1.HeaderClassName
{
color: #402AED;
}
.AnyTagClassName
{
color: #402AED;
}
</style>
background-color css
<style>
a { background-color: #402AED; }
a { background-color: rgb(64,42,237); }
div.DivClassName
{
background-color: #402AED;
}
.BgClassName
{
background-color: #402AED;
}
</style>
border-color css
<style>
span { border-color: #402AED; }
span { border-color: rgb(64,42,237); }
td.TdClassName
{
border-color: #402AED;
}
.TagClassName
{
border-color: #402AED;
}
</style>