Shades of Han Purple #2824FE
Tints of Han Purple #2824FE
RGB
CMYK
RGB Variations
Color information
#2824FE (or 0x2824FE) is known color: Han Purple. HEX triplet: 28, 24 and FE. RGB value is (40,36,254). Sum of RGB (Red+Green+Blue) = 40+36+254=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #2824FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2824FE is #D7DB01. Grayscale: #3D3D3D. Windows color (decimal): -14146306 or 16655400. OLE color: 16655400.
HSL color Cylindrical-coordinate representation of color #2824FE: hue angle of 241.1º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2824FE is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 36 | 254 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.00 |
| HSL | 241.1º | 0.99% | 0.57% | - |
| HSV(B) | 241.1º | 0.86% | 1% | - |
| XYZ | 19.4 | 8.87 | 94.46 | - |
| YUV | 62.05 | 236.33 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 254 | 0.84 | 0.86 | 0 | 0.00 | 241.1 | 0.99 | 0.57 |
| Hex | 28 | 24 | FE | 54 | 56 | 0 | 0 | F1 | 63 | 39 |
| Octal | 50 | 44 | 376 | 124 | 126 | 0 | 0 | 361 | 143 | 71 |
| Binary | 101000 | 100100 | 11111110 | 1010100 | 1010110 | 0 | 0 | 11110001 | 1100011 | 111001 |
Color Harmonies of #2824FE
Complementary color
Monochromatic Colors of #2824FE
Black with #2824FE
Text Example
Text Example
White with #2824FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2824FE; }
p { color: rgb(40,36,254); }
H1.HeaderClassName
{
color: #2824FE;
}
.AnyTagClassName
{
color: #2824FE;
}
</style>
background-color css
<style>
a { background-color: #2824FE; }
a { background-color: rgb(40,36,254); }
div.DivClassName
{
background-color: #2824FE;
}
.BgClassName
{
background-color: #2824FE;
}
</style>
border-color css
<style>
span { border-color: #2824FE; }
span { border-color: rgb(40,36,254); }
td.TdClassName
{
border-color: #2824FE;
}
.TagClassName
{
border-color: #2824FE;
}
</style>