Shades of Han Purple #4003CD
Tints of Han Purple #4003CD
RGB
CMYK
RGB Variations
Color information
#4003CD (or 0x4003CD) is known color: Han Purple. HEX triplet: 40, 03 and CD. RGB value is (64,3,205). Sum of RGB (Red+Green+Blue) = 64+3+205=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 205 (80.47% from 255 or 75.37% from 272); Max value from RGB is 205 - color contains mainly: blue. Hex color #4003CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4003CD is #BFFC32. Grayscale: #2B2B2B. Windows color (decimal): -12581939 or 13435712. OLE color: 13435712.
HSL color Cylindrical-coordinate representation of color #4003CD: hue angle of 258.12º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4003CD is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 3 | 205 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.20 |
| HSL | 258.12º | 0.97% | 0.41% | - |
| HSV(B) | 258.12º | 0.99% | 0.8% | - |
| XYZ | 13.17 | 5.56 | 58.14 | - |
| YUV | 44.27 | 218.71 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 205 | 0.69 | 0.99 | 0 | 0.20 | 258.12 | 0.97 | 0.41 |
| Hex | 40 | 3 | CD | 45 | 63 | 0 | 14 | 102 | 61 | 29 |
| Octal | 100 | 3 | 315 | 105 | 143 | 0 | 24 | 402 | 141 | 51 |
| Binary | 1000000 | 11 | 11001101 | 1000101 | 1100011 | 0 | 10100 | 100000010 | 1100001 | 101001 |
Color Harmonies of #4003CD
Complementary color
Monochromatic Colors of #4003CD
Black with #4003CD
Text Example
Text Example
White with #4003CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4003CD; }
p { color: rgb(64,3,205); }
H1.HeaderClassName
{
color: #4003CD;
}
.AnyTagClassName
{
color: #4003CD;
}
</style>
background-color css
<style>
a { background-color: #4003CD; }
a { background-color: rgb(64,3,205); }
div.DivClassName
{
background-color: #4003CD;
}
.BgClassName
{
background-color: #4003CD;
}
</style>
border-color css
<style>
span { border-color: #4003CD; }
span { border-color: rgb(64,3,205); }
td.TdClassName
{
border-color: #4003CD;
}
.TagClassName
{
border-color: #4003CD;
}
</style>