Shades of Han Purple #440ADB
Tints of Han Purple #440ADB
RGB
CMYK
RGB Variations
Color information
#440ADB (or 0x440ADB) is known color: Han Purple. HEX triplet: 44, 0A and DB. RGB value is (68,10,219). Sum of RGB (Red+Green+Blue) = 68+10+219=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #440ADB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440ADB is #BBF524. Grayscale: #323232. Windows color (decimal): -12317989 or 14355012. OLE color: 14355012.
HSL color Cylindrical-coordinate representation of color #440ADB: hue angle of 256.65º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440ADB is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 10 | 219 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.14 |
| HSL | 256.65º | 0.91% | 0.45% | - |
| HSV(B) | 256.65º | 0.95% | 0.86% | - |
| XYZ | 15.28 | 6.56 | 67.48 | - |
| YUV | 51.17 | 222.72 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 219 | 0.69 | 0.95 | 0 | 0.14 | 256.65 | 0.91 | 0.45 |
| Hex | 44 | A | DB | 45 | 5F | 0 | E | 101 | 5B | 2D |
| Octal | 104 | 12 | 333 | 105 | 137 | 0 | 16 | 401 | 133 | 55 |
| Binary | 1000100 | 1010 | 11011011 | 1000101 | 1011111 | 0 | 1110 | 100000001 | 1011011 | 101101 |
Color Harmonies of #440ADB
Complementary color
Monochromatic Colors of #440ADB
Black with #440ADB
Text Example
Text Example
White with #440ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440ADB; }
p { color: rgb(68,10,219); }
H1.HeaderClassName
{
color: #440ADB;
}
.AnyTagClassName
{
color: #440ADB;
}
</style>
background-color css
<style>
a { background-color: #440ADB; }
a { background-color: rgb(68,10,219); }
div.DivClassName
{
background-color: #440ADB;
}
.BgClassName
{
background-color: #440ADB;
}
</style>
border-color css
<style>
span { border-color: #440ADB; }
span { border-color: rgb(68,10,219); }
td.TdClassName
{
border-color: #440ADB;
}
.TagClassName
{
border-color: #440ADB;
}
</style>