Shades of Han Purple #440BD8
Tints of Han Purple #440BD8
RGB
CMYK
RGB Variations
Color information
#440BD8 (or 0x440BD8) is known color: Han Purple. HEX triplet: 44, 0B and D8. RGB value is (68,11,216). Sum of RGB (Red+Green+Blue) = 68+11+216=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 216 (84.77% from 255 or 73.22% from 295); Max value from RGB is 216 - color contains mainly: blue. Hex color #440BD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440BD8 is #BBF427. Grayscale: #323232. Windows color (decimal): -12317736 or 14158660. OLE color: 14158660.
HSL color Cylindrical-coordinate representation of color #440BD8: hue angle of 256.68º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440BD8 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 11 | 216 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.15 |
| HSL | 256.68º | 0.9% | 0.45% | - |
| HSV(B) | 256.68º | 0.95% | 0.85% | - |
| XYZ | 14.9 | 6.43 | 65.42 | - |
| YUV | 51.41 | 220.88 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 216 | 0.69 | 0.95 | 0 | 0.15 | 256.68 | 0.9 | 0.45 |
| Hex | 44 | B | D8 | 45 | 5F | 0 | F | 101 | 5A | 2D |
| Octal | 104 | 13 | 330 | 105 | 137 | 0 | 17 | 401 | 132 | 55 |
| Binary | 1000100 | 1011 | 11011000 | 1000101 | 1011111 | 0 | 1111 | 100000001 | 1011010 | 101101 |
Color Harmonies of #440BD8
Complementary color
Monochromatic Colors of #440BD8
Black with #440BD8
Text Example
Text Example
White with #440BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440BD8; }
p { color: rgb(68,11,216); }
H1.HeaderClassName
{
color: #440BD8;
}
.AnyTagClassName
{
color: #440BD8;
}
</style>
background-color css
<style>
a { background-color: #440BD8; }
a { background-color: rgb(68,11,216); }
div.DivClassName
{
background-color: #440BD8;
}
.BgClassName
{
background-color: #440BD8;
}
</style>
border-color css
<style>
span { border-color: #440BD8; }
span { border-color: rgb(68,11,216); }
td.TdClassName
{
border-color: #440BD8;
}
.TagClassName
{
border-color: #440BD8;
}
</style>