Shades of Han Purple #280FEC
Tints of Han Purple #280FEC
RGB
CMYK
RGB Variations
Color information
#280FEC (or 0x280FEC) is known color: Han Purple. HEX triplet: 28, 0F and EC. RGB value is (40,15,236). Sum of RGB (Red+Green+Blue) = 40+15+236=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 236 (92.58% from 255 or 81.10% from 291); Max value from RGB is 236 - color contains mainly: blue. Hex color #280FEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280FEC is #D7F013. Grayscale: #2E2E2E. Windows color (decimal): -14151700 or 15470376. OLE color: 15470376.
HSL color Cylindrical-coordinate representation of color #280FEC: hue angle of 246.79º degrees, saturation: 0.88, 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 #280FEC is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 15 | 236 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.07 |
| HSL | 246.79º | 0.88% | 0.49% | - |
| HSV(B) | 246.79º | 0.94% | 0.93% | - |
| XYZ | 16.19 | 6.85 | 79.83 | - |
| YUV | 47.67 | 234.28 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 15 | 236 | 0.83 | 0.94 | 0 | 0.07 | 246.79 | 0.88 | 0.49 |
| Hex | 28 | F | EC | 53 | 5E | 0 | 7 | F7 | 58 | 31 |
| Octal | 50 | 17 | 354 | 123 | 136 | 0 | 7 | 367 | 130 | 61 |
| Binary | 101000 | 1111 | 11101100 | 1010011 | 1011110 | 0 | 111 | 11110111 | 1011000 | 110001 |
Color Harmonies of #280FEC
Complementary color
Monochromatic Colors of #280FEC
Black with #280FEC
Text Example
Text Example
White with #280FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280FEC; }
p { color: rgb(40,15,236); }
H1.HeaderClassName
{
color: #280FEC;
}
.AnyTagClassName
{
color: #280FEC;
}
</style>
background-color css
<style>
a { background-color: #280FEC; }
a { background-color: rgb(40,15,236); }
div.DivClassName
{
background-color: #280FEC;
}
.BgClassName
{
background-color: #280FEC;
}
</style>
border-color css
<style>
span { border-color: #280FEC; }
span { border-color: rgb(40,15,236); }
td.TdClassName
{
border-color: #280FEC;
}
.TagClassName
{
border-color: #280FEC;
}
</style>