Shades of Han Purple #4400D0
Tints of Han Purple #4400D0
RGB
CMYK
RGB Variations
Color information
#4400D0 (or 0x4400D0) is known color: Han Purple. HEX triplet: 44, 00 and D0. RGB value is (68,0,208). Sum of RGB (Red+Green+Blue) = 68+0+208=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 208 (81.64% from 255 or 75.36% from 276); Max value from RGB is 208 - color contains mainly: blue. Hex color #4400D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4400D0 is #BBFF2F. Grayscale: #2B2B2B. Windows color (decimal): -12320560 or 13631556. OLE color: 13631556.
HSL color Cylindrical-coordinate representation of color #4400D0: hue angle of 259.62º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4400D0 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 0 | 208 | - |
| CMYK | 0.67 | 1 | 0 | 0.18 |
| HSL | 259.62º | 1% | 0.41% | - |
| HSV(B) | 259.62º | 1% | 0.82% | - |
| XYZ | 13.77 | 5.78 | 60.07 | - |
| YUV | 44.04 | 220.53 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 208 | 0.67 | 1 | 0 | 0.18 | 259.62 | 1 | 0.41 |
| Hex | 44 | 0 | D0 | 43 | 64 | 0 | 12 | 104 | 64 | 29 |
| Octal | 104 | 0 | 320 | 103 | 144 | 0 | 22 | 404 | 144 | 51 |
| Binary | 1000100 | 0 | 11010000 | 1000011 | 1100100 | 0 | 10010 | 100000100 | 1100100 | 101001 |
Color Harmonies of #4400D0
Complementary color
Monochromatic Colors of #4400D0
Black with #4400D0
Text Example
Text Example
White with #4400D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4400D0; }
p { color: rgb(68,0,208); }
H1.HeaderClassName
{
color: #4400D0;
}
.AnyTagClassName
{
color: #4400D0;
}
</style>
background-color css
<style>
a { background-color: #4400D0; }
a { background-color: rgb(68,0,208); }
div.DivClassName
{
background-color: #4400D0;
}
.BgClassName
{
background-color: #4400D0;
}
</style>
border-color css
<style>
span { border-color: #4400D0; }
span { border-color: rgb(68,0,208); }
td.TdClassName
{
border-color: #4400D0;
}
.TagClassName
{
border-color: #4400D0;
}
</style>