Shades of Han Purple #440BDB
Tints of Han Purple #440BDB
RGB
CMYK
RGB Variations
Color information
#440BDB (or 0x440BDB) is known color: Han Purple. HEX triplet: 44, 0B and DB. RGB value is (68,11,219). Sum of RGB (Red+Green+Blue) = 68+11+219=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #440BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440BDB is #BBF424. Grayscale: #323232. Windows color (decimal): -12317733 or 14355268. OLE color: 14355268.
HSL color Cylindrical-coordinate representation of color #440BDB: hue angle of 256.44º degrees, saturation: 0.9, 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 #440BDB is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 11 | 219 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.14 |
| HSL | 256.44º | 0.9% | 0.45% | - |
| HSV(B) | 256.44º | 0.95% | 0.86% | - |
| XYZ | 15.29 | 6.58 | 67.48 | - |
| YUV | 51.76 | 222.38 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 219 | 0.69 | 0.95 | 0 | 0.14 | 256.44 | 0.9 | 0.45 |
| Hex | 44 | B | DB | 45 | 5F | 0 | E | 100 | 5A | 2D |
| Octal | 104 | 13 | 333 | 105 | 137 | 0 | 16 | 400 | 132 | 55 |
| Binary | 1000100 | 1011 | 11011011 | 1000101 | 1011111 | 0 | 1110 | 100000000 | 1011010 | 101101 |
Color Harmonies of #440BDB
Complementary color
Monochromatic Colors of #440BDB
Black with #440BDB
Text Example
Text Example
White with #440BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440BDB; }
p { color: rgb(68,11,219); }
H1.HeaderClassName
{
color: #440BDB;
}
.AnyTagClassName
{
color: #440BDB;
}
</style>
background-color css
<style>
a { background-color: #440BDB; }
a { background-color: rgb(68,11,219); }
div.DivClassName
{
background-color: #440BDB;
}
.BgClassName
{
background-color: #440BDB;
}
</style>
border-color css
<style>
span { border-color: #440BDB; }
span { border-color: rgb(68,11,219); }
td.TdClassName
{
border-color: #440BDB;
}
.TagClassName
{
border-color: #440BDB;
}
</style>