Shades of Han Purple #2819FE
Tints of Han Purple #2819FE
RGB
CMYK
RGB Variations
Color information
#2819FE (or 0x2819FE) is known color: Han Purple. HEX triplet: 28, 19 and FE. RGB value is (40,25,254). Sum of RGB (Red+Green+Blue) = 40+25+254=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 254 (99.61% from 255 or 79.62% from 319); Max value from RGB is 254 - color contains mainly: blue. Hex color #2819FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2819FE is #D7E601. Grayscale: #363636. Windows color (decimal): -14149122 or 16652584. OLE color: 16652584.
HSL color Cylindrical-coordinate representation of color #2819FE: hue angle of 243.93º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2819FE is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 25 | 254 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.00 |
| HSL | 243.93º | 0.99% | 0.55% | - |
| HSV(B) | 243.93º | 0.9% | 1% | - |
| XYZ | 19.11 | 8.3 | 94.36 | - |
| YUV | 55.59 | 239.97 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 254 | 0.84 | 0.90 | 0 | 0.00 | 243.93 | 0.99 | 0.55 |
| Hex | 28 | 19 | FE | 54 | 5A | 0 | 0 | F4 | 63 | 37 |
| Octal | 50 | 31 | 376 | 124 | 132 | 0 | 0 | 364 | 143 | 67 |
| Binary | 101000 | 11001 | 11111110 | 1010100 | 1011010 | 0 | 0 | 11110100 | 1100011 | 110111 |
Color Harmonies of #2819FE
Complementary color
Monochromatic Colors of #2819FE
Black with #2819FE
Text Example
Text Example
White with #2819FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2819FE; }
p { color: rgb(40,25,254); }
H1.HeaderClassName
{
color: #2819FE;
}
.AnyTagClassName
{
color: #2819FE;
}
</style>
background-color css
<style>
a { background-color: #2819FE; }
a { background-color: rgb(40,25,254); }
div.DivClassName
{
background-color: #2819FE;
}
.BgClassName
{
background-color: #2819FE;
}
</style>
border-color css
<style>
span { border-color: #2819FE; }
span { border-color: rgb(40,25,254); }
td.TdClassName
{
border-color: #2819FE;
}
.TagClassName
{
border-color: #2819FE;
}
</style>