Shades of Han Purple #400ACD
Tints of Han Purple #400ACD
RGB
CMYK
RGB Variations
Color information
#400ACD (or 0x400ACD) is known color: Han Purple. HEX triplet: 40, 0A and CD. RGB value is (64,10,205). Sum of RGB (Red+Green+Blue) = 64+10+205=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 205 (80.47% from 255 or 73.48% from 279); Max value from RGB is 205 - color contains mainly: blue. Hex color #400ACD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400ACD is #BFF532. Grayscale: #2F2F2F. Windows color (decimal): -12580147 or 13437504. OLE color: 13437504.
HSL color Cylindrical-coordinate representation of color #400ACD: hue angle of 256.62º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400ACD is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 10 | 205 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.20 |
| HSL | 256.62º | 0.91% | 0.42% | - |
| HSV(B) | 256.62º | 0.95% | 0.8% | - |
| XYZ | 13.24 | 5.71 | 58.16 | - |
| YUV | 48.38 | 216.39 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 205 | 0.69 | 0.95 | 0 | 0.20 | 256.62 | 0.91 | 0.42 |
| Hex | 40 | A | CD | 45 | 5F | 0 | 14 | 101 | 5B | 2A |
| Octal | 100 | 12 | 315 | 105 | 137 | 0 | 24 | 401 | 133 | 52 |
| Binary | 1000000 | 1010 | 11001101 | 1000101 | 1011111 | 0 | 10100 | 100000001 | 1011011 | 101010 |
Color Harmonies of #400ACD
Complementary color
Monochromatic Colors of #400ACD
Black with #400ACD
Text Example
Text Example
White with #400ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400ACD; }
p { color: rgb(64,10,205); }
H1.HeaderClassName
{
color: #400ACD;
}
.AnyTagClassName
{
color: #400ACD;
}
</style>
background-color css
<style>
a { background-color: #400ACD; }
a { background-color: rgb(64,10,205); }
div.DivClassName
{
background-color: #400ACD;
}
.BgClassName
{
background-color: #400ACD;
}
</style>
border-color css
<style>
span { border-color: #400ACD; }
span { border-color: rgb(64,10,205); }
td.TdClassName
{
border-color: #400ACD;
}
.TagClassName
{
border-color: #400ACD;
}
</style>