Shades of Han Purple #280EEB
Tints of Han Purple #280EEB
RGB
CMYK
RGB Variations
Color information
#280EEB (or 0x280EEB) is known color: Han Purple. HEX triplet: 28, 0E and EB. RGB value is (40,14,235). Sum of RGB (Red+Green+Blue) = 40+14+235=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 235 (92.19% from 255 or 81.31% from 289); Max value from RGB is 235 - color contains mainly: blue. Hex color #280EEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280EEB is #D7F114. Grayscale: #2E2E2E. Windows color (decimal): -14151957 or 15404584. OLE color: 15404584.
HSL color Cylindrical-coordinate representation of color #280EEB: hue angle of 247.06º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280EEB is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 14 | 235 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.08 |
| HSL | 247.06º | 0.89% | 0.49% | - |
| HSV(B) | 247.06º | 0.94% | 0.92% | - |
| XYZ | 16.03 | 6.76 | 79.06 | - |
| YUV | 46.97 | 234.11 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 235 | 0.83 | 0.94 | 0 | 0.08 | 247.06 | 0.89 | 0.49 |
| Hex | 28 | E | EB | 53 | 5E | 0 | 8 | F7 | 59 | 31 |
| Octal | 50 | 16 | 353 | 123 | 136 | 0 | 10 | 367 | 131 | 61 |
| Binary | 101000 | 1110 | 11101011 | 1010011 | 1011110 | 0 | 1000 | 11110111 | 1011001 | 110001 |
Color Harmonies of #280EEB
Complementary color
Monochromatic Colors of #280EEB
Black with #280EEB
Text Example
Text Example
White with #280EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280EEB; }
p { color: rgb(40,14,235); }
H1.HeaderClassName
{
color: #280EEB;
}
.AnyTagClassName
{
color: #280EEB;
}
</style>
background-color css
<style>
a { background-color: #280EEB; }
a { background-color: rgb(40,14,235); }
div.DivClassName
{
background-color: #280EEB;
}
.BgClassName
{
background-color: #280EEB;
}
</style>
border-color css
<style>
span { border-color: #280EEB; }
span { border-color: rgb(40,14,235); }
td.TdClassName
{
border-color: #280EEB;
}
.TagClassName
{
border-color: #280EEB;
}
</style>