Shades of Han Purple #2814FE
Tints of Han Purple #2814FE
RGB
CMYK
RGB Variations
Color information
#2814FE (or 0x2814FE) is known color: Han Purple. HEX triplet: 28, 14 and FE. RGB value is (40,20,254). Sum of RGB (Red+Green+Blue) = 40+20+254=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 254 (99.61% from 255 or 80.89% from 314); Max value from RGB is 254 - color contains mainly: blue. Hex color #2814FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2814FE is #D7EB01. Grayscale: #333333. Windows color (decimal): -14150402 or 16651304. OLE color: 16651304.
HSL color Cylindrical-coordinate representation of color #2814FE: hue angle of 245.13º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2814FE is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 20 | 254 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.00 |
| HSL | 245.13º | 0.99% | 0.54% | - |
| HSV(B) | 245.13º | 0.92% | 1% | - |
| XYZ | 19.01 | 8.11 | 94.33 | - |
| YUV | 52.66 | 241.63 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 254 | 0.84 | 0.92 | 0 | 0.00 | 245.13 | 0.99 | 0.54 |
| Hex | 28 | 14 | FE | 54 | 5C | 0 | 0 | F5 | 63 | 36 |
| Octal | 50 | 24 | 376 | 124 | 134 | 0 | 0 | 365 | 143 | 66 |
| Binary | 101000 | 10100 | 11111110 | 1010100 | 1011100 | 0 | 0 | 11110101 | 1100011 | 110110 |
Color Harmonies of #2814FE
Complementary color
Monochromatic Colors of #2814FE
Black with #2814FE
Text Example
Text Example
White with #2814FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2814FE; }
p { color: rgb(40,20,254); }
H1.HeaderClassName
{
color: #2814FE;
}
.AnyTagClassName
{
color: #2814FE;
}
</style>
background-color css
<style>
a { background-color: #2814FE; }
a { background-color: rgb(40,20,254); }
div.DivClassName
{
background-color: #2814FE;
}
.BgClassName
{
background-color: #2814FE;
}
</style>
border-color css
<style>
span { border-color: #2814FE; }
span { border-color: rgb(40,20,254); }
td.TdClassName
{
border-color: #2814FE;
}
.TagClassName
{
border-color: #2814FE;
}
</style>