Shades of Han Purple #4000CD
Tints of Han Purple #4000CD
RGB
CMYK
RGB Variations
Color information
#4000CD (or 0x4000CD) is known color: Han Purple. HEX triplet: 40, 00 and CD. RGB value is (64,0,205). Sum of RGB (Red+Green+Blue) = 64+0+205=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #4000CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4000CD is #BFFF32. Grayscale: #292929. Windows color (decimal): -12582707 or 13434944. OLE color: 13434944.
HSL color Cylindrical-coordinate representation of color #4000CD: hue angle of 258.73º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4000CD is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 0 | 205 | - |
| CMYK | 0.69 | 1 | 0 | 0.20 |
| HSL | 258.73º | 1% | 0.4% | - |
| HSV(B) | 258.73º | 1% | 0.8% | - |
| XYZ | 13.13 | 5.5 | 58.13 | - |
| YUV | 42.51 | 219.7 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 205 | 0.69 | 1 | 0 | 0.20 | 258.73 | 1 | 0.4 |
| Hex | 40 | 0 | CD | 45 | 64 | 0 | 14 | 103 | 64 | 28 |
| Octal | 100 | 0 | 315 | 105 | 144 | 0 | 24 | 403 | 144 | 50 |
| Binary | 1000000 | 0 | 11001101 | 1000101 | 1100100 | 0 | 10100 | 100000011 | 1100100 | 101000 |
Color Harmonies of #4000CD
Complementary color
Monochromatic Colors of #4000CD
Black with #4000CD
Text Example
Text Example
White with #4000CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4000CD; }
p { color: rgb(64,0,205); }
H1.HeaderClassName
{
color: #4000CD;
}
.AnyTagClassName
{
color: #4000CD;
}
</style>
background-color css
<style>
a { background-color: #4000CD; }
a { background-color: rgb(64,0,205); }
div.DivClassName
{
background-color: #4000CD;
}
.BgClassName
{
background-color: #4000CD;
}
</style>
border-color css
<style>
span { border-color: #4000CD; }
span { border-color: rgb(64,0,205); }
td.TdClassName
{
border-color: #4000CD;
}
.TagClassName
{
border-color: #4000CD;
}
</style>