Shades of Han Purple #280EEC
Tints of Han Purple #280EEC
RGB
CMYK
RGB Variations
Color information
#280EEC (or 0x280EEC) is known color: Han Purple. HEX triplet: 28, 0E and EC. RGB value is (40,14,236). Sum of RGB (Red+Green+Blue) = 40+14+236=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 236 (92.58% from 255 or 81.38% from 290); Max value from RGB is 236 - color contains mainly: blue. Hex color #280EEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280EEC is #D7F113. Grayscale: #2E2E2E. Windows color (decimal): -14151956 or 15470120. OLE color: 15470120.
HSL color Cylindrical-coordinate representation of color #280EEC: hue angle of 247.03º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280EEC is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 14 | 236 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.07 |
| HSL | 247.03º | 0.89% | 0.49% | - |
| HSV(B) | 247.03º | 0.94% | 0.93% | - |
| XYZ | 16.17 | 6.82 | 79.82 | - |
| YUV | 47.08 | 234.61 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 236 | 0.83 | 0.94 | 0 | 0.07 | 247.03 | 0.89 | 0.49 |
| Hex | 28 | E | EC | 53 | 5E | 0 | 7 | F7 | 59 | 31 |
| Octal | 50 | 16 | 354 | 123 | 136 | 0 | 7 | 367 | 131 | 61 |
| Binary | 101000 | 1110 | 11101100 | 1010011 | 1011110 | 0 | 111 | 11110111 | 1011001 | 110001 |
Color Harmonies of #280EEC
Complementary color
Monochromatic Colors of #280EEC
Black with #280EEC
Text Example
Text Example
White with #280EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280EEC; }
p { color: rgb(40,14,236); }
H1.HeaderClassName
{
color: #280EEC;
}
.AnyTagClassName
{
color: #280EEC;
}
</style>
background-color css
<style>
a { background-color: #280EEC; }
a { background-color: rgb(40,14,236); }
div.DivClassName
{
background-color: #280EEC;
}
.BgClassName
{
background-color: #280EEC;
}
</style>
border-color css
<style>
span { border-color: #280EEC; }
span { border-color: rgb(40,14,236); }
td.TdClassName
{
border-color: #280EEC;
}
.TagClassName
{
border-color: #280EEC;
}
</style>