Shades of Han Purple #2816FA
Tints of Han Purple #2816FA
RGB
CMYK
RGB Variations
Color information
#2816FA (or 0x2816FA) is known color: Han Purple. HEX triplet: 28, 16 and FA. RGB value is (40,22,250). Sum of RGB (Red+Green+Blue) = 40+22+250=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 250 (98.05% from 255 or 80.13% from 312); Max value from RGB is 250 - color contains mainly: blue. Hex color #2816FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2816FA is #D7E905. Grayscale: #343434. Windows color (decimal): -14149894 or 16389672. OLE color: 16389672.
HSL color Cylindrical-coordinate representation of color #2816FA: hue angle of 244.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2816FA is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 22 | 250 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.02 |
| HSL | 244.74º | 0.96% | 0.53% | - |
| HSV(B) | 244.74º | 0.91% | 0.98% | - |
| XYZ | 18.42 | 7.93 | 91 | - |
| YUV | 53.37 | 238.96 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 22 | 250 | 0.84 | 0.91 | 0 | 0.02 | 244.74 | 0.96 | 0.53 |
| Hex | 28 | 16 | FA | 54 | 5B | 0 | 2 | F5 | 60 | 35 |
| Octal | 50 | 26 | 372 | 124 | 133 | 0 | 2 | 365 | 140 | 65 |
| Binary | 101000 | 10110 | 11111010 | 1010100 | 1011011 | 0 | 10 | 11110101 | 1100000 | 110101 |
Color Harmonies of #2816FA
Complementary color
Monochromatic Colors of #2816FA
Black with #2816FA
Text Example
Text Example
White with #2816FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2816FA; }
p { color: rgb(40,22,250); }
H1.HeaderClassName
{
color: #2816FA;
}
.AnyTagClassName
{
color: #2816FA;
}
</style>
background-color css
<style>
a { background-color: #2816FA; }
a { background-color: rgb(40,22,250); }
div.DivClassName
{
background-color: #2816FA;
}
.BgClassName
{
background-color: #2816FA;
}
</style>
border-color css
<style>
span { border-color: #2816FA; }
span { border-color: rgb(40,22,250); }
td.TdClassName
{
border-color: #2816FA;
}
.TagClassName
{
border-color: #2816FA;
}
</style>