Shades of Han Purple #280FEE
Tints of Han Purple #280FEE
RGB
CMYK
RGB Variations
Color information
#280FEE (or 0x280FEE) is known color: Han Purple. HEX triplet: 28, 0F and EE. RGB value is (40,15,238). Sum of RGB (Red+Green+Blue) = 40+15+238=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 238 (93.36% from 255 or 81.23% from 293); Max value from RGB is 238 - color contains mainly: blue. Hex color #280FEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280FEE is #D7F011. Grayscale: #2F2F2F. Windows color (decimal): -14151698 or 15601448. OLE color: 15601448.
HSL color Cylindrical-coordinate representation of color #280FEE: hue angle of 246.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280FEE is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 15 | 238 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.07 |
| HSL | 246.73º | 0.88% | 0.5% | - |
| HSV(B) | 246.73º | 0.94% | 0.93% | - |
| XYZ | 16.48 | 6.97 | 81.36 | - |
| YUV | 47.9 | 235.28 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 15 | 238 | 0.83 | 0.94 | 0 | 0.07 | 246.73 | 0.88 | 0.5 |
| Hex | 28 | F | EE | 53 | 5E | 0 | 7 | F7 | 58 | 32 |
| Octal | 50 | 17 | 356 | 123 | 136 | 0 | 7 | 367 | 130 | 62 |
| Binary | 101000 | 1111 | 11101110 | 1010011 | 1011110 | 0 | 111 | 11110111 | 1011000 | 110010 |
Color Harmonies of #280FEE
Complementary color
Monochromatic Colors of #280FEE
Black with #280FEE
Text Example
Text Example
White with #280FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280FEE; }
p { color: rgb(40,15,238); }
H1.HeaderClassName
{
color: #280FEE;
}
.AnyTagClassName
{
color: #280FEE;
}
</style>
background-color css
<style>
a { background-color: #280FEE; }
a { background-color: rgb(40,15,238); }
div.DivClassName
{
background-color: #280FEE;
}
.BgClassName
{
background-color: #280FEE;
}
</style>
border-color css
<style>
span { border-color: #280FEE; }
span { border-color: rgb(40,15,238); }
td.TdClassName
{
border-color: #280FEE;
}
.TagClassName
{
border-color: #280FEE;
}
</style>