Shades of Han Purple #400AED
Tints of Han Purple #400AED
RGB
CMYK
RGB Variations
Color information
#400AED (or 0x400AED) is known color: Han Purple. HEX triplet: 40, 0A and ED. RGB value is (64,10,237). Sum of RGB (Red+Green+Blue) = 64+10+237=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 237 (92.97% from 255 or 76.21% from 311); Max value from RGB is 237 - color contains mainly: blue. Hex color #400AED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400AED is #BFF512. Grayscale: #333333. Windows color (decimal): -12580115 or 15534656. OLE color: 15534656.
HSL color Cylindrical-coordinate representation of color #400AED: hue angle of 254.27º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400AED is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 10 | 237 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.07 |
| HSL | 254.27º | 0.92% | 0.48% | - |
| HSV(B) | 254.27º | 0.96% | 0.93% | - |
| XYZ | 17.51 | 7.42 | 80.63 | - |
| YUV | 52.02 | 232.39 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 237 | 0.73 | 0.96 | 0 | 0.07 | 254.27 | 0.92 | 0.48 |
| Hex | 40 | A | ED | 49 | 60 | 0 | 7 | FE | 5C | 30 |
| Octal | 100 | 12 | 355 | 111 | 140 | 0 | 7 | 376 | 134 | 60 |
| Binary | 1000000 | 1010 | 11101101 | 1001001 | 1100000 | 0 | 111 | 11111110 | 1011100 | 110000 |
Color Harmonies of #400AED
Complementary color
Monochromatic Colors of #400AED
Black with #400AED
Text Example
Text Example
White with #400AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400AED; }
p { color: rgb(64,10,237); }
H1.HeaderClassName
{
color: #400AED;
}
.AnyTagClassName
{
color: #400AED;
}
</style>
background-color css
<style>
a { background-color: #400AED; }
a { background-color: rgb(64,10,237); }
div.DivClassName
{
background-color: #400AED;
}
.BgClassName
{
background-color: #400AED;
}
</style>
border-color css
<style>
span { border-color: #400AED; }
span { border-color: rgb(64,10,237); }
td.TdClassName
{
border-color: #400AED;
}
.TagClassName
{
border-color: #400AED;
}
</style>