Shades of Han Purple #440AFB
Tints of Han Purple #440AFB
RGB
CMYK
RGB Variations
Color information
#440AFB (or 0x440AFB) is known color: Han Purple. HEX triplet: 44, 0A and FB. RGB value is (68,10,251). Sum of RGB (Red+Green+Blue) = 68+10+251=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 251 (98.44% from 255 or 76.29% from 329); Max value from RGB is 251 - color contains mainly: blue. Hex color #440AFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440AFB is #BBF504. Grayscale: #353535. Windows color (decimal): -12317957 or 16452164. OLE color: 16452164.
HSL color Cylindrical-coordinate representation of color #440AFB: hue angle of 254.44º degrees, saturation: 0.97, 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 #440AFB is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 10 | 251 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.02 |
| HSL | 254.44º | 0.97% | 0.51% | - |
| HSV(B) | 254.44º | 0.96% | 0.98% | - |
| XYZ | 19.91 | 8.41 | 91.84 | - |
| YUV | 54.82 | 238.72 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 251 | 0.73 | 0.96 | 0 | 0.02 | 254.44 | 0.97 | 0.51 |
| Hex | 44 | A | FB | 49 | 60 | 0 | 2 | FE | 61 | 33 |
| Octal | 104 | 12 | 373 | 111 | 140 | 0 | 2 | 376 | 141 | 63 |
| Binary | 1000100 | 1010 | 11111011 | 1001001 | 1100000 | 0 | 10 | 11111110 | 1100001 | 110011 |
Color Harmonies of #440AFB
Complementary color
Monochromatic Colors of #440AFB
Black with #440AFB
Text Example
Text Example
White with #440AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440AFB; }
p { color: rgb(68,10,251); }
H1.HeaderClassName
{
color: #440AFB;
}
.AnyTagClassName
{
color: #440AFB;
}
</style>
background-color css
<style>
a { background-color: #440AFB; }
a { background-color: rgb(68,10,251); }
div.DivClassName
{
background-color: #440AFB;
}
.BgClassName
{
background-color: #440AFB;
}
</style>
border-color css
<style>
span { border-color: #440AFB; }
span { border-color: rgb(68,10,251); }
td.TdClassName
{
border-color: #440AFB;
}
.TagClassName
{
border-color: #440AFB;
}
</style>