Shades of Han Purple #440BD1
Tints of Han Purple #440BD1
RGB
CMYK
RGB Variations
Color information
#440BD1 (or 0x440BD1) is known color: Han Purple. HEX triplet: 44, 0B and D1. RGB value is (68,11,209). Sum of RGB (Red+Green+Blue) = 68+11+209=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 209 (82.03% from 255 or 72.57% from 288); Max value from RGB is 209 - color contains mainly: blue. Hex color #440BD1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440BD1 is #BBF42E. Grayscale: #313131. Windows color (decimal): -12317743 or 13699908. OLE color: 13699908.
HSL color Cylindrical-coordinate representation of color #440BD1: hue angle of 257.27º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440BD1 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 11 | 209 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.18 |
| HSL | 257.27º | 0.9% | 0.43% | - |
| HSV(B) | 257.27º | 0.95% | 0.82% | - |
| XYZ | 14.01 | 6.07 | 60.76 | - |
| YUV | 50.62 | 217.38 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 209 | 0.67 | 0.95 | 0 | 0.18 | 257.27 | 0.9 | 0.43 |
| Hex | 44 | B | D1 | 43 | 5F | 0 | 12 | 101 | 5A | 2B |
| Octal | 104 | 13 | 321 | 103 | 137 | 0 | 22 | 401 | 132 | 53 |
| Binary | 1000100 | 1011 | 11010001 | 1000011 | 1011111 | 0 | 10010 | 100000001 | 1011010 | 101011 |
Color Harmonies of #440BD1
Complementary color
Monochromatic Colors of #440BD1
Black with #440BD1
Text Example
Text Example
White with #440BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440BD1; }
p { color: rgb(68,11,209); }
H1.HeaderClassName
{
color: #440BD1;
}
.AnyTagClassName
{
color: #440BD1;
}
</style>
background-color css
<style>
a { background-color: #440BD1; }
a { background-color: rgb(68,11,209); }
div.DivClassName
{
background-color: #440BD1;
}
.BgClassName
{
background-color: #440BD1;
}
</style>
border-color css
<style>
span { border-color: #440BD1; }
span { border-color: rgb(68,11,209); }
td.TdClassName
{
border-color: #440BD1;
}
.TagClassName
{
border-color: #440BD1;
}
</style>