Shades of Han Purple #440BEA
Tints of Han Purple #440BEA
RGB
CMYK
RGB Variations
Color information
#440BEA (or 0x440BEA) is known color: Han Purple. HEX triplet: 44, 0B and EA. RGB value is (68,11,234). Sum of RGB (Red+Green+Blue) = 68+11+234=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 234 (91.80% from 255 or 74.76% from 313); Max value from RGB is 234 - color contains mainly: blue. Hex color #440BEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440BEA is #BBF415. Grayscale: #343434. Windows color (decimal): -12317718 or 15338308. OLE color: 15338308.
HSL color Cylindrical-coordinate representation of color #440BEA: hue angle of 255.34º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440BEA is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 11 | 234 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.08 |
| HSL | 255.34º | 0.91% | 0.48% | - |
| HSV(B) | 255.34º | 0.95% | 0.92% | - |
| XYZ | 17.35 | 7.41 | 78.36 | - |
| YUV | 53.47 | 229.88 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 234 | 0.71 | 0.95 | 0 | 0.08 | 255.34 | 0.91 | 0.48 |
| Hex | 44 | B | EA | 47 | 5F | 0 | 8 | FF | 5B | 30 |
| Octal | 104 | 13 | 352 | 107 | 137 | 0 | 10 | 377 | 133 | 60 |
| Binary | 1000100 | 1011 | 11101010 | 1000111 | 1011111 | 0 | 1000 | 11111111 | 1011011 | 110000 |
Color Harmonies of #440BEA
Complementary color
Monochromatic Colors of #440BEA
Black with #440BEA
Text Example
Text Example
White with #440BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440BEA; }
p { color: rgb(68,11,234); }
H1.HeaderClassName
{
color: #440BEA;
}
.AnyTagClassName
{
color: #440BEA;
}
</style>
background-color css
<style>
a { background-color: #440BEA; }
a { background-color: rgb(68,11,234); }
div.DivClassName
{
background-color: #440BEA;
}
.BgClassName
{
background-color: #440BEA;
}
</style>
border-color css
<style>
span { border-color: #440BEA; }
span { border-color: rgb(68,11,234); }
td.TdClassName
{
border-color: #440BEA;
}
.TagClassName
{
border-color: #440BEA;
}
</style>