Shades of Han Purple #4005CD
Tints of Han Purple #4005CD
RGB
CMYK
RGB Variations
Color information
#4005CD (or 0x4005CD) is known color: Han Purple. HEX triplet: 40, 05 and CD. RGB value is (64,5,205). Sum of RGB (Red+Green+Blue) = 64+5+205=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 205 (80.47% from 255 or 74.82% from 274); Max value from RGB is 205 - color contains mainly: blue. Hex color #4005CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4005CD is #BFFA32. Grayscale: #2C2C2C. Windows color (decimal): -12581427 or 13436224. OLE color: 13436224.
HSL color Cylindrical-coordinate representation of color #4005CD: hue angle of 257.7º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4005CD is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 5 | 205 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.20 |
| HSL | 257.7º | 0.95% | 0.41% | - |
| HSV(B) | 257.7º | 0.98% | 0.8% | - |
| XYZ | 13.19 | 5.61 | 58.14 | - |
| YUV | 45.44 | 218.05 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 205 | 0.69 | 0.98 | 0 | 0.20 | 257.7 | 0.95 | 0.41 |
| Hex | 40 | 5 | CD | 45 | 62 | 0 | 14 | 102 | 5F | 29 |
| Octal | 100 | 5 | 315 | 105 | 142 | 0 | 24 | 402 | 137 | 51 |
| Binary | 1000000 | 101 | 11001101 | 1000101 | 1100010 | 0 | 10100 | 100000010 | 1011111 | 101001 |
Color Harmonies of #4005CD
Complementary color
Monochromatic Colors of #4005CD
Black with #4005CD
Text Example
Text Example
White with #4005CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4005CD; }
p { color: rgb(64,5,205); }
H1.HeaderClassName
{
color: #4005CD;
}
.AnyTagClassName
{
color: #4005CD;
}
</style>
background-color css
<style>
a { background-color: #4005CD; }
a { background-color: rgb(64,5,205); }
div.DivClassName
{
background-color: #4005CD;
}
.BgClassName
{
background-color: #4005CD;
}
</style>
border-color css
<style>
span { border-color: #4005CD; }
span { border-color: rgb(64,5,205); }
td.TdClassName
{
border-color: #4005CD;
}
.TagClassName
{
border-color: #4005CD;
}
</style>