Shades of Han Purple #4427DB
Tints of Han Purple #4427DB
RGB
CMYK
RGB Variations
Color information
#4427DB (or 0x4427DB) is known color: Han Purple. HEX triplet: 44, 27 and DB. RGB value is (68,39,219). Sum of RGB (Red+Green+Blue) = 68+39+219=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #4427DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4427DB is #BBD824. Grayscale: #434343. Windows color (decimal): -12310565 or 14362436. OLE color: 14362436.
HSL color Cylindrical-coordinate representation of color #4427DB: hue angle of 249.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4427DB is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 39 | 219 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.14 |
| HSL | 249.67º | 0.71% | 0.51% | - |
| HSV(B) | 249.67º | 0.82% | 0.86% | - |
| XYZ | 15.9 | 7.79 | 67.68 | - |
| YUV | 68.19 | 213.11 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 39 | 219 | 0.69 | 0.82 | 0 | 0.14 | 249.67 | 0.71 | 0.51 |
| Hex | 44 | 27 | DB | 45 | 52 | 0 | E | FA | 47 | 33 |
| Octal | 104 | 47 | 333 | 105 | 122 | 0 | 16 | 372 | 107 | 63 |
| Binary | 1000100 | 100111 | 11011011 | 1000101 | 1010010 | 0 | 1110 | 11111010 | 1000111 | 110011 |
Color Harmonies of #4427DB
Complementary color
Monochromatic Colors of #4427DB
Black with #4427DB
Text Example
Text Example
White with #4427DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4427DB; }
p { color: rgb(68,39,219); }
H1.HeaderClassName
{
color: #4427DB;
}
.AnyTagClassName
{
color: #4427DB;
}
</style>
background-color css
<style>
a { background-color: #4427DB; }
a { background-color: rgb(68,39,219); }
div.DivClassName
{
background-color: #4427DB;
}
.BgClassName
{
background-color: #4427DB;
}
</style>
border-color css
<style>
span { border-color: #4427DB; }
span { border-color: rgb(68,39,219); }
td.TdClassName
{
border-color: #4427DB;
}
.TagClassName
{
border-color: #4427DB;
}
</style>