Shades of Han Purple #2814FA
Tints of Han Purple #2814FA
RGB
CMYK
RGB Variations
Color information
#2814FA (or 0x2814FA) is known color: Han Purple. HEX triplet: 28, 14 and FA. RGB value is (40,20,250). Sum of RGB (Red+Green+Blue) = 40+20+250=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 250 (98.05% from 255 or 80.65% from 310); Max value from RGB is 250 - color contains mainly: blue. Hex color #2814FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2814FA is #D7EB05. Grayscale: #333333. Windows color (decimal): -14150406 or 16389160. OLE color: 16389160.
HSL color Cylindrical-coordinate representation of color #2814FA: hue angle of 245.22º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2814FA is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 20 | 250 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.02 |
| HSL | 245.22º | 0.96% | 0.53% | - |
| HSV(B) | 245.22º | 0.92% | 0.98% | - |
| XYZ | 18.38 | 7.85 | 90.99 | - |
| YUV | 52.2 | 239.63 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 250 | 0.84 | 0.92 | 0 | 0.02 | 245.22 | 0.96 | 0.53 |
| Hex | 28 | 14 | FA | 54 | 5C | 0 | 2 | F5 | 60 | 35 |
| Octal | 50 | 24 | 372 | 124 | 134 | 0 | 2 | 365 | 140 | 65 |
| Binary | 101000 | 10100 | 11111010 | 1010100 | 1011100 | 0 | 10 | 11110101 | 1100000 | 110101 |
Color Harmonies of #2814FA
Complementary color
Monochromatic Colors of #2814FA
Black with #2814FA
Text Example
Text Example
White with #2814FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2814FA; }
p { color: rgb(40,20,250); }
H1.HeaderClassName
{
color: #2814FA;
}
.AnyTagClassName
{
color: #2814FA;
}
</style>
background-color css
<style>
a { background-color: #2814FA; }
a { background-color: rgb(40,20,250); }
div.DivClassName
{
background-color: #2814FA;
}
.BgClassName
{
background-color: #2814FA;
}
</style>
border-color css
<style>
span { border-color: #2814FA; }
span { border-color: rgb(40,20,250); }
td.TdClassName
{
border-color: #2814FA;
}
.TagClassName
{
border-color: #2814FA;
}
</style>