Shades of Han Purple #2824EF
Tints of Han Purple #2824EF
RGB
CMYK
RGB Variations
Color information
#2824EF (or 0x2824EF) is known color: Han Purple. HEX triplet: 28, 24 and EF. RGB value is (40,36,239). Sum of RGB (Red+Green+Blue) = 40+36+239=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #2824EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2824EF is #D7DB10. Grayscale: #3B3B3B. Windows color (decimal): -14146321 or 15672360. OLE color: 15672360.
HSL color Cylindrical-coordinate representation of color #2824EF: hue angle of 241.18º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2824EF is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 36 | 239 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.06 |
| HSL | 241.18º | 0.86% | 0.54% | - |
| HSV(B) | 241.18º | 0.85% | 0.94% | - |
| XYZ | 17.09 | 7.94 | 82.29 | - |
| YUV | 60.34 | 228.83 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 239 | 0.83 | 0.85 | 0 | 0.06 | 241.18 | 0.86 | 0.54 |
| Hex | 28 | 24 | EF | 53 | 55 | 0 | 6 | F1 | 56 | 36 |
| Octal | 50 | 44 | 357 | 123 | 125 | 0 | 6 | 361 | 126 | 66 |
| Binary | 101000 | 100100 | 11101111 | 1010011 | 1010101 | 0 | 110 | 11110001 | 1010110 | 110110 |
Color Harmonies of #2824EF
Complementary color
Monochromatic Colors of #2824EF
Black with #2824EF
Text Example
Text Example
White with #2824EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2824EF; }
p { color: rgb(40,36,239); }
H1.HeaderClassName
{
color: #2824EF;
}
.AnyTagClassName
{
color: #2824EF;
}
</style>
background-color css
<style>
a { background-color: #2824EF; }
a { background-color: rgb(40,36,239); }
div.DivClassName
{
background-color: #2824EF;
}
.BgClassName
{
background-color: #2824EF;
}
</style>
border-color css
<style>
span { border-color: #2824EF; }
span { border-color: rgb(40,36,239); }
td.TdClassName
{
border-color: #2824EF;
}
.TagClassName
{
border-color: #2824EF;
}
</style>