Shades of Han Purple #400AEA
Tints of Han Purple #400AEA
RGB
CMYK
RGB Variations
Color information
#400AEA (or 0x400AEA) is known color: Han Purple. HEX triplet: 40, 0A and EA. RGB value is (64,10,234). Sum of RGB (Red+Green+Blue) = 64+10+234=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 234 (91.80% from 255 or 75.97% from 308); Max value from RGB is 234 - color contains mainly: blue. Hex color #400AEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400AEA is #BFF515. Grayscale: #323232. Windows color (decimal): -12580118 or 15338048. OLE color: 15338048.
HSL color Cylindrical-coordinate representation of color #400AEA: hue angle of 254.46º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400AEA is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 10 | 234 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.08 |
| HSL | 254.46º | 0.92% | 0.48% | - |
| HSV(B) | 254.46º | 0.96% | 0.92% | - |
| XYZ | 17.07 | 7.25 | 78.34 | - |
| YUV | 51.68 | 230.89 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 234 | 0.73 | 0.96 | 0 | 0.08 | 254.46 | 0.92 | 0.48 |
| Hex | 40 | A | EA | 49 | 60 | 0 | 8 | FE | 5C | 30 |
| Octal | 100 | 12 | 352 | 111 | 140 | 0 | 10 | 376 | 134 | 60 |
| Binary | 1000000 | 1010 | 11101010 | 1001001 | 1100000 | 0 | 1000 | 11111110 | 1011100 | 110000 |
Color Harmonies of #400AEA
Complementary color
Monochromatic Colors of #400AEA
Black with #400AEA
Text Example
Text Example
White with #400AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400AEA; }
p { color: rgb(64,10,234); }
H1.HeaderClassName
{
color: #400AEA;
}
.AnyTagClassName
{
color: #400AEA;
}
</style>
background-color css
<style>
a { background-color: #400AEA; }
a { background-color: rgb(64,10,234); }
div.DivClassName
{
background-color: #400AEA;
}
.BgClassName
{
background-color: #400AEA;
}
</style>
border-color css
<style>
span { border-color: #400AEA; }
span { border-color: rgb(64,10,234); }
td.TdClassName
{
border-color: #400AEA;
}
.TagClassName
{
border-color: #400AEA;
}
</style>