Shades of Han Purple #4400CA
Tints of Han Purple #4400CA
RGB
CMYK
RGB Variations
Color information
#4400CA (or 0x4400CA) is known color: Han Purple. HEX triplet: 44, 00 and CA. RGB value is (68,0,202). Sum of RGB (Red+Green+Blue) = 68+0+202=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 202 (79.30% from 255 or 74.81% from 270); Max value from RGB is 202 - color contains mainly: blue. Hex color #4400CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4400CA is #BBFF35. Grayscale: #2A2A2A. Windows color (decimal): -12320566 or 13238340. OLE color: 13238340.
HSL color Cylindrical-coordinate representation of color #4400CA: hue angle of 260.2º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4400CA is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 0 | 202 | - |
| CMYK | 0.66 | 1 | 0 | 0.21 |
| HSL | 260.2º | 1% | 0.4% | - |
| HSV(B) | 260.2º | 1% | 0.79% | - |
| XYZ | 13.04 | 5.49 | 56.25 | - |
| YUV | 43.36 | 217.53 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 202 | 0.66 | 1 | 0 | 0.21 | 260.2 | 1 | 0.4 |
| Hex | 44 | 0 | CA | 42 | 64 | 0 | 15 | 104 | 64 | 28 |
| Octal | 104 | 0 | 312 | 102 | 144 | 0 | 25 | 404 | 144 | 50 |
| Binary | 1000100 | 0 | 11001010 | 1000010 | 1100100 | 0 | 10101 | 100000100 | 1100100 | 101000 |
Color Harmonies of #4400CA
Complementary color
Monochromatic Colors of #4400CA
Black with #4400CA
Text Example
Text Example
White with #4400CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4400CA; }
p { color: rgb(68,0,202); }
H1.HeaderClassName
{
color: #4400CA;
}
.AnyTagClassName
{
color: #4400CA;
}
</style>
background-color css
<style>
a { background-color: #4400CA; }
a { background-color: rgb(68,0,202); }
div.DivClassName
{
background-color: #4400CA;
}
.BgClassName
{
background-color: #4400CA;
}
</style>
border-color css
<style>
span { border-color: #4400CA; }
span { border-color: rgb(68,0,202); }
td.TdClassName
{
border-color: #4400CA;
}
.TagClassName
{
border-color: #4400CA;
}
</style>