Shades of Han Purple #440BFA
Tints of Han Purple #440BFA
RGB
CMYK
RGB Variations
Color information
#440BFA (or 0x440BFA) is known color: Han Purple. HEX triplet: 44, 0B and FA. RGB value is (68,11,250). Sum of RGB (Red+Green+Blue) = 68+11+250=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 250 (98.05% from 255 or 75.99% from 329); Max value from RGB is 250 - color contains mainly: blue. Hex color #440BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440BFA is #BBF405. Grayscale: #363636. Windows color (decimal): -12317702 or 16386884. OLE color: 16386884.
HSL color Cylindrical-coordinate representation of color #440BFA: hue angle of 254.31º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440BFA is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 11 | 250 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.02 |
| HSL | 254.31º | 0.96% | 0.51% | - |
| HSV(B) | 254.31º | 0.96% | 0.98% | - |
| XYZ | 19.76 | 8.37 | 91.02 | - |
| YUV | 55.29 | 237.88 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 250 | 0.73 | 0.96 | 0 | 0.02 | 254.31 | 0.96 | 0.51 |
| Hex | 44 | B | FA | 49 | 60 | 0 | 2 | FE | 60 | 33 |
| Octal | 104 | 13 | 372 | 111 | 140 | 0 | 2 | 376 | 140 | 63 |
| Binary | 1000100 | 1011 | 11111010 | 1001001 | 1100000 | 0 | 10 | 11111110 | 1100000 | 110011 |
Color Harmonies of #440BFA
Complementary color
Monochromatic Colors of #440BFA
Black with #440BFA
Text Example
Text Example
White with #440BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440BFA; }
p { color: rgb(68,11,250); }
H1.HeaderClassName
{
color: #440BFA;
}
.AnyTagClassName
{
color: #440BFA;
}
</style>
background-color css
<style>
a { background-color: #440BFA; }
a { background-color: rgb(68,11,250); }
div.DivClassName
{
background-color: #440BFA;
}
.BgClassName
{
background-color: #440BFA;
}
</style>
border-color css
<style>
span { border-color: #440BFA; }
span { border-color: rgb(68,11,250); }
td.TdClassName
{
border-color: #440BFA;
}
.TagClassName
{
border-color: #440BFA;
}
</style>