Shades of Han Purple #440CDB
Tints of Han Purple #440CDB
RGB
CMYK
RGB Variations
Color information
#440CDB (or 0x440CDB) is known color: Han Purple. HEX triplet: 44, 0C and DB. RGB value is (68,12,219). Sum of RGB (Red+Green+Blue) = 68+12+219=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #440CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440CDB is #BBF324. Grayscale: #333333. Windows color (decimal): -12317477 or 14355524. OLE color: 14355524.
HSL color Cylindrical-coordinate representation of color #440CDB: hue angle of 256.23º 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 #440CDB is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 12 | 219 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.14 |
| HSL | 256.23º | 0.9% | 0.45% | - |
| HSV(B) | 256.23º | 0.95% | 0.86% | - |
| XYZ | 15.3 | 6.61 | 67.49 | - |
| YUV | 52.34 | 222.05 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 219 | 0.69 | 0.95 | 0 | 0.14 | 256.23 | 0.9 | 0.45 |
| Hex | 44 | C | DB | 45 | 5F | 0 | E | 100 | 5A | 2D |
| Octal | 104 | 14 | 333 | 105 | 137 | 0 | 16 | 400 | 132 | 55 |
| Binary | 1000100 | 1100 | 11011011 | 1000101 | 1011111 | 0 | 1110 | 100000000 | 1011010 | 101101 |
Color Harmonies of #440CDB
Complementary color
Monochromatic Colors of #440CDB
Black with #440CDB
Text Example
Text Example
White with #440CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440CDB; }
p { color: rgb(68,12,219); }
H1.HeaderClassName
{
color: #440CDB;
}
.AnyTagClassName
{
color: #440CDB;
}
</style>
background-color css
<style>
a { background-color: #440CDB; }
a { background-color: rgb(68,12,219); }
div.DivClassName
{
background-color: #440CDB;
}
.BgClassName
{
background-color: #440CDB;
}
</style>
border-color css
<style>
span { border-color: #440CDB; }
span { border-color: rgb(68,12,219); }
td.TdClassName
{
border-color: #440CDB;
}
.TagClassName
{
border-color: #440CDB;
}
</style>