Shades of Han Purple #440BE2
Tints of Han Purple #440BE2
RGB
CMYK
RGB Variations
Color information
#440BE2 (or 0x440BE2) is known color: Han Purple. HEX triplet: 44, 0B and E2. RGB value is (68,11,226). Sum of RGB (Red+Green+Blue) = 68+11+226=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 226 (88.67% from 255 or 74.10% from 305); Max value from RGB is 226 - color contains mainly: blue. Hex color #440BE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440BE2 is #BBF41D. Grayscale: #333333. Windows color (decimal): -12317726 or 14814020. OLE color: 14814020.
HSL color Cylindrical-coordinate representation of color #440BE2: hue angle of 255.91º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440BE2 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 11 | 226 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.11 |
| HSL | 255.91º | 0.91% | 0.46% | - |
| HSV(B) | 255.91º | 0.95% | 0.89% | - |
| XYZ | 16.23 | 6.96 | 72.44 | - |
| YUV | 52.55 | 225.88 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 226 | 0.70 | 0.95 | 0 | 0.11 | 255.91 | 0.91 | 0.46 |
| Hex | 44 | B | E2 | 46 | 5F | 0 | B | 100 | 5B | 2E |
| Octal | 104 | 13 | 342 | 106 | 137 | 0 | 13 | 400 | 133 | 56 |
| Binary | 1000100 | 1011 | 11100010 | 1000110 | 1011111 | 0 | 1011 | 100000000 | 1011011 | 101110 |
Color Harmonies of #440BE2
Complementary color
Monochromatic Colors of #440BE2
Black with #440BE2
Text Example
Text Example
White with #440BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440BE2; }
p { color: rgb(68,11,226); }
H1.HeaderClassName
{
color: #440BE2;
}
.AnyTagClassName
{
color: #440BE2;
}
</style>
background-color css
<style>
a { background-color: #440BE2; }
a { background-color: rgb(68,11,226); }
div.DivClassName
{
background-color: #440BE2;
}
.BgClassName
{
background-color: #440BE2;
}
</style>
border-color css
<style>
span { border-color: #440BE2; }
span { border-color: rgb(68,11,226); }
td.TdClassName
{
border-color: #440BE2;
}
.TagClassName
{
border-color: #440BE2;
}
</style>