Shades of Han Purple #4400D1
Tints of Han Purple #4400D1
RGB
CMYK
RGB Variations
Color information
#4400D1 (or 0x4400D1) is known color: Han Purple. HEX triplet: 44, 00 and D1. RGB value is (68,0,209). Sum of RGB (Red+Green+Blue) = 68+0+209=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 209 (82.03% from 255 or 75.45% from 277); Max value from RGB is 209 - color contains mainly: blue. Hex color #4400D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4400D1 is #BBFF2E. Grayscale: #2B2B2B. Windows color (decimal): -12320559 or 13697092. OLE color: 13697092.
HSL color Cylindrical-coordinate representation of color #4400D1: hue angle of 259.52º 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 #4400D1 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 0 | 209 | - |
| CMYK | 0.67 | 1 | 0 | 0.18 |
| HSL | 259.52º | 1% | 0.41% | - |
| HSV(B) | 259.52º | 1% | 0.82% | - |
| XYZ | 13.89 | 5.83 | 60.72 | - |
| YUV | 44.16 | 221.03 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 209 | 0.67 | 1 | 0 | 0.18 | 259.52 | 1 | 0.41 |
| Hex | 44 | 0 | D1 | 43 | 64 | 0 | 12 | 104 | 64 | 29 |
| Octal | 104 | 0 | 321 | 103 | 144 | 0 | 22 | 404 | 144 | 51 |
| Binary | 1000100 | 0 | 11010001 | 1000011 | 1100100 | 0 | 10010 | 100000100 | 1100100 | 101001 |
Color Harmonies of #4400D1
Complementary color
Monochromatic Colors of #4400D1
Black with #4400D1
Text Example
Text Example
White with #4400D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4400D1; }
p { color: rgb(68,0,209); }
H1.HeaderClassName
{
color: #4400D1;
}
.AnyTagClassName
{
color: #4400D1;
}
</style>
background-color css
<style>
a { background-color: #4400D1; }
a { background-color: rgb(68,0,209); }
div.DivClassName
{
background-color: #4400D1;
}
.BgClassName
{
background-color: #4400D1;
}
</style>
border-color css
<style>
span { border-color: #4400D1; }
span { border-color: rgb(68,0,209); }
td.TdClassName
{
border-color: #4400D1;
}
.TagClassName
{
border-color: #4400D1;
}
</style>