Shades of Han Purple #440BFE
Tints of Han Purple #440BFE
RGB
CMYK
RGB Variations
Color information
#440BFE (or 0x440BFE) is known color: Han Purple. HEX triplet: 44, 0B and FE. RGB value is (68,11,254). Sum of RGB (Red+Green+Blue) = 68+11+254=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #440BFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440BFE is #BBF401. Grayscale: #363636. Windows color (decimal): -12317698 or 16649028. OLE color: 16649028.
HSL color Cylindrical-coordinate representation of color #440BFE: hue angle of 254.07º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440BFE is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 11 | 254 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.00 |
| HSL | 254.07º | 0.99% | 0.52% | - |
| HSV(B) | 254.07º | 0.96% | 1% | - |
| XYZ | 20.39 | 8.62 | 94.36 | - |
| YUV | 55.75 | 239.88 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 254 | 0.73 | 0.96 | 0 | 0.00 | 254.07 | 0.99 | 0.52 |
| Hex | 44 | B | FE | 49 | 60 | 0 | 0 | FE | 63 | 34 |
| Octal | 104 | 13 | 376 | 111 | 140 | 0 | 0 | 376 | 143 | 64 |
| Binary | 1000100 | 1011 | 11111110 | 1001001 | 1100000 | 0 | 0 | 11111110 | 1100011 | 110100 |
Color Harmonies of #440BFE
Complementary color
Monochromatic Colors of #440BFE
Black with #440BFE
Text Example
Text Example
White with #440BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440BFE; }
p { color: rgb(68,11,254); }
H1.HeaderClassName
{
color: #440BFE;
}
.AnyTagClassName
{
color: #440BFE;
}
</style>
background-color css
<style>
a { background-color: #440BFE; }
a { background-color: rgb(68,11,254); }
div.DivClassName
{
background-color: #440BFE;
}
.BgClassName
{
background-color: #440BFE;
}
</style>
border-color css
<style>
span { border-color: #440BFE; }
span { border-color: rgb(68,11,254); }
td.TdClassName
{
border-color: #440BFE;
}
.TagClassName
{
border-color: #440BFE;
}
</style>