Shades of Han Purple #280DEC
Tints of Han Purple #280DEC
RGB
CMYK
RGB Variations
Color information
#280DEC (or 0x280DEC) is known color: Han Purple. HEX triplet: 28, 0D and EC. RGB value is (40,13,236). Sum of RGB (Red+Green+Blue) = 40+13+236=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 236 (92.58% from 255 or 81.66% from 289); Max value from RGB is 236 - color contains mainly: blue. Hex color #280DEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280DEC is #D7F213. Grayscale: #2D2D2D. Windows color (decimal): -14152212 or 15469864. OLE color: 15469864.
HSL color Cylindrical-coordinate representation of color #280DEC: hue angle of 247.26º degrees, saturation: 0.9, 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 #280DEC is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 13 | 236 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.07 |
| HSL | 247.26º | 0.9% | 0.49% | - |
| HSV(B) | 247.26º | 0.94% | 0.93% | - |
| XYZ | 16.16 | 6.8 | 79.82 | - |
| YUV | 46.5 | 234.95 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 236 | 0.83 | 0.94 | 0 | 0.07 | 247.26 | 0.9 | 0.49 |
| Hex | 28 | D | EC | 53 | 5E | 0 | 7 | F7 | 5A | 31 |
| Octal | 50 | 15 | 354 | 123 | 136 | 0 | 7 | 367 | 132 | 61 |
| Binary | 101000 | 1101 | 11101100 | 1010011 | 1011110 | 0 | 111 | 11110111 | 1011010 | 110001 |
Color Harmonies of #280DEC
Complementary color
Monochromatic Colors of #280DEC
Black with #280DEC
Text Example
Text Example
White with #280DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280DEC; }
p { color: rgb(40,13,236); }
H1.HeaderClassName
{
color: #280DEC;
}
.AnyTagClassName
{
color: #280DEC;
}
</style>
background-color css
<style>
a { background-color: #280DEC; }
a { background-color: rgb(40,13,236); }
div.DivClassName
{
background-color: #280DEC;
}
.BgClassName
{
background-color: #280DEC;
}
</style>
border-color css
<style>
span { border-color: #280DEC; }
span { border-color: rgb(40,13,236); }
td.TdClassName
{
border-color: #280DEC;
}
.TagClassName
{
border-color: #280DEC;
}
</style>