Shades of Han Purple #4011CD
Tints of Han Purple #4011CD
RGB
CMYK
RGB Variations
Color information
#4011CD (or 0x4011CD) is known color: Han Purple. HEX triplet: 40, 11 and CD. RGB value is (64,17,205). Sum of RGB (Red+Green+Blue) = 64+17+205=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #4011CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4011CD is #BFEE32. Grayscale: #333333. Windows color (decimal): -12578355 or 13439296. OLE color: 13439296.
HSL color Cylindrical-coordinate representation of color #4011CD: hue angle of 255º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4011CD is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 17 | 205 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.20 |
| HSL | 255º | 0.85% | 0.44% | - |
| HSV(B) | 255º | 0.92% | 0.8% | - |
| XYZ | 13.33 | 5.9 | 58.19 | - |
| YUV | 52.49 | 214.07 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 205 | 0.69 | 0.92 | 0 | 0.20 | 255 | 0.85 | 0.44 |
| Hex | 40 | 11 | CD | 45 | 5C | 0 | 14 | FF | 55 | 2C |
| Octal | 100 | 21 | 315 | 105 | 134 | 0 | 24 | 377 | 125 | 54 |
| Binary | 1000000 | 10001 | 11001101 | 1000101 | 1011100 | 0 | 10100 | 11111111 | 1010101 | 101100 |
Color Harmonies of #4011CD
Complementary color
Monochromatic Colors of #4011CD
Black with #4011CD
Text Example
Text Example
White with #4011CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4011CD; }
p { color: rgb(64,17,205); }
H1.HeaderClassName
{
color: #4011CD;
}
.AnyTagClassName
{
color: #4011CD;
}
</style>
background-color css
<style>
a { background-color: #4011CD; }
a { background-color: rgb(64,17,205); }
div.DivClassName
{
background-color: #4011CD;
}
.BgClassName
{
background-color: #4011CD;
}
</style>
border-color css
<style>
span { border-color: #4011CD; }
span { border-color: rgb(64,17,205); }
td.TdClassName
{
border-color: #4011CD;
}
.TagClassName
{
border-color: #4011CD;
}
</style>