Shades of Han Purple #400CDA
Tints of Han Purple #400CDA
RGB
CMYK
RGB Variations
Color information
#400CDA (or 0x400CDA) is known color: Han Purple. HEX triplet: 40, 0C and DA. RGB value is (64,12,218). Sum of RGB (Red+Green+Blue) = 64+12+218=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 218 (85.55% from 255 or 74.15% from 294); Max value from RGB is 218 - color contains mainly: blue. Hex color #400CDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400CDA is #BFF325. Grayscale: #323232. Windows color (decimal): -12579622 or 14289984. OLE color: 14289984.
HSL color Cylindrical-coordinate representation of color #400CDA: hue angle of 255.15º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400CDA is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 12 | 218 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.15 |
| HSL | 255.15º | 0.9% | 0.45% | - |
| HSV(B) | 255.15º | 0.94% | 0.85% | - |
| XYZ | 14.9 | 6.41 | 66.78 | - |
| YUV | 51.03 | 222.23 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 218 | 0.71 | 0.94 | 0 | 0.15 | 255.15 | 0.9 | 0.45 |
| Hex | 40 | C | DA | 47 | 5E | 0 | F | FF | 5A | 2D |
| Octal | 100 | 14 | 332 | 107 | 136 | 0 | 17 | 377 | 132 | 55 |
| Binary | 1000000 | 1100 | 11011010 | 1000111 | 1011110 | 0 | 1111 | 11111111 | 1011010 | 101101 |
Color Harmonies of #400CDA
Complementary color
Monochromatic Colors of #400CDA
Black with #400CDA
Text Example
Text Example
White with #400CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400CDA; }
p { color: rgb(64,12,218); }
H1.HeaderClassName
{
color: #400CDA;
}
.AnyTagClassName
{
color: #400CDA;
}
</style>
background-color css
<style>
a { background-color: #400CDA; }
a { background-color: rgb(64,12,218); }
div.DivClassName
{
background-color: #400CDA;
}
.BgClassName
{
background-color: #400CDA;
}
</style>
border-color css
<style>
span { border-color: #400CDA; }
span { border-color: rgb(64,12,218); }
td.TdClassName
{
border-color: #400CDA;
}
.TagClassName
{
border-color: #400CDA;
}
</style>