Shades of Han Purple #2819EF
Tints of Han Purple #2819EF
RGB
CMYK
RGB Variations
Color information
#2819EF (or 0x2819EF) is known color: Han Purple. HEX triplet: 28, 19 and EF. RGB value is (40,25,239). Sum of RGB (Red+Green+Blue) = 40+25+239=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 239 (93.75% from 255 or 78.62% from 304); Max value from RGB is 239 - color contains mainly: blue. Hex color #2819EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2819EF is #D7E610. Grayscale: #353535. Windows color (decimal): -14149137 or 15669544. OLE color: 15669544.
HSL color Cylindrical-coordinate representation of color #2819EF: hue angle of 244.21º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2819EF is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 25 | 239 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.06 |
| HSL | 244.21º | 0.87% | 0.52% | - |
| HSV(B) | 244.21º | 0.9% | 0.94% | - |
| XYZ | 16.8 | 7.38 | 82.2 | - |
| YUV | 53.88 | 232.47 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 239 | 0.83 | 0.90 | 0 | 0.06 | 244.21 | 0.87 | 0.52 |
| Hex | 28 | 19 | EF | 53 | 5A | 0 | 6 | F4 | 57 | 34 |
| Octal | 50 | 31 | 357 | 123 | 132 | 0 | 6 | 364 | 127 | 64 |
| Binary | 101000 | 11001 | 11101111 | 1010011 | 1011010 | 0 | 110 | 11110100 | 1010111 | 110100 |
Color Harmonies of #2819EF
Complementary color
Monochromatic Colors of #2819EF
Black with #2819EF
Text Example
Text Example
White with #2819EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2819EF; }
p { color: rgb(40,25,239); }
H1.HeaderClassName
{
color: #2819EF;
}
.AnyTagClassName
{
color: #2819EF;
}
</style>
background-color css
<style>
a { background-color: #2819EF; }
a { background-color: rgb(40,25,239); }
div.DivClassName
{
background-color: #2819EF;
}
.BgClassName
{
background-color: #2819EF;
}
</style>
border-color css
<style>
span { border-color: #2819EF; }
span { border-color: rgb(40,25,239); }
td.TdClassName
{
border-color: #2819EF;
}
.TagClassName
{
border-color: #2819EF;
}
</style>