Shades of Han Purple #4400CD
Tints of Han Purple #4400CD
RGB
CMYK
RGB Variations
Color information
#4400CD (or 0x4400CD) is known color: Han Purple. HEX triplet: 44, 00 and CD. RGB value is (68,0,205). Sum of RGB (Red+Green+Blue) = 68+0+205=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #4400CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4400CD is #BBFF32. Grayscale: #2A2A2A. Windows color (decimal): -12320563 or 13434948. OLE color: 13434948.
HSL color Cylindrical-coordinate representation of color #4400CD: hue angle of 259.9º 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 #4400CD is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 0 | 205 | - |
| CMYK | 0.67 | 1 | 0 | 0.20 |
| HSL | 259.9º | 1% | 0.4% | - |
| HSV(B) | 259.9º | 1% | 0.8% | - |
| XYZ | 13.4 | 5.64 | 58.14 | - |
| YUV | 43.7 | 219.03 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 205 | 0.67 | 1 | 0 | 0.20 | 259.9 | 1 | 0.4 |
| Hex | 44 | 0 | CD | 43 | 64 | 0 | 14 | 104 | 64 | 28 |
| Octal | 104 | 0 | 315 | 103 | 144 | 0 | 24 | 404 | 144 | 50 |
| Binary | 1000100 | 0 | 11001101 | 1000011 | 1100100 | 0 | 10100 | 100000100 | 1100100 | 101000 |
Color Harmonies of #4400CD
Complementary color
Monochromatic Colors of #4400CD
Black with #4400CD
Text Example
Text Example
White with #4400CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4400CD; }
p { color: rgb(68,0,205); }
H1.HeaderClassName
{
color: #4400CD;
}
.AnyTagClassName
{
color: #4400CD;
}
</style>
background-color css
<style>
a { background-color: #4400CD; }
a { background-color: rgb(68,0,205); }
div.DivClassName
{
background-color: #4400CD;
}
.BgClassName
{
background-color: #4400CD;
}
</style>
border-color css
<style>
span { border-color: #4400CD; }
span { border-color: rgb(68,0,205); }
td.TdClassName
{
border-color: #4400CD;
}
.TagClassName
{
border-color: #4400CD;
}
</style>