Shades of Han Purple #4400CC
Tints of Han Purple #4400CC
RGB
CMYK
RGB Variations
Color information
#4400CC (or 0x4400CC) is known color: Han Purple. HEX triplet: 44, 00 and CC. RGB value is (68,0,204). Sum of RGB (Red+Green+Blue) = 68+0+204=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #4400CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4400CC is #BBFF33. Grayscale: #2A2A2A. Windows color (decimal): -12320564 or 13369412. OLE color: 13369412.
HSL color Cylindrical-coordinate representation of color #4400CC: hue angle of 260º 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 #4400CC is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 0 | 204 | - |
| CMYK | 0.67 | 1 | 0 | 0.2 |
| HSL | 260º | 1% | 0.4% | - |
| HSV(B) | 260º | 1% | 0.8% | - |
| XYZ | 13.28 | 5.59 | 57.51 | - |
| YUV | 43.59 | 218.53 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 204 | 0.67 | 1 | 0 | 0.2 | 260 | 1 | 0.4 |
| Hex | 44 | 0 | CC | 43 | 64 | 0 | 14 | 104 | 64 | 28 |
| Octal | 104 | 0 | 314 | 103 | 144 | 0 | 24 | 404 | 144 | 50 |
| Binary | 1000100 | 0 | 11001100 | 1000011 | 1100100 | 0 | 10100 | 100000100 | 1100100 | 101000 |
Color Harmonies of #4400CC
Complementary color
Monochromatic Colors of #4400CC
Black with #4400CC
Text Example
Text Example
White with #4400CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4400CC; }
p { color: rgb(68,0,204); }
H1.HeaderClassName
{
color: #4400CC;
}
.AnyTagClassName
{
color: #4400CC;
}
</style>
background-color css
<style>
a { background-color: #4400CC; }
a { background-color: rgb(68,0,204); }
div.DivClassName
{
background-color: #4400CC;
}
.BgClassName
{
background-color: #4400CC;
}
</style>
border-color css
<style>
span { border-color: #4400CC; }
span { border-color: rgb(68,0,204); }
td.TdClassName
{
border-color: #4400CC;
}
.TagClassName
{
border-color: #4400CC;
}
</style>