Shades of Han Purple #280EEE
Tints of Han Purple #280EEE
RGB
CMYK
RGB Variations
Color information
#280EEE (or 0x280EEE) is known color: Han Purple. HEX triplet: 28, 0E and EE. RGB value is (40,14,238). Sum of RGB (Red+Green+Blue) = 40+14+238=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 238 (93.36% from 255 or 81.51% from 292); Max value from RGB is 238 - color contains mainly: blue. Hex color #280EEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280EEE is #D7F111. Grayscale: #2E2E2E. Windows color (decimal): -14151954 or 15601192. OLE color: 15601192.
HSL color Cylindrical-coordinate representation of color #280EEE: hue angle of 246.96º 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 #280EEE is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 14 | 238 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.07 |
| HSL | 246.96º | 0.89% | 0.49% | - |
| HSV(B) | 246.96º | 0.94% | 0.93% | - |
| XYZ | 16.46 | 6.94 | 81.36 | - |
| YUV | 47.31 | 235.61 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 238 | 0.83 | 0.94 | 0 | 0.07 | 246.96 | 0.89 | 0.49 |
| Hex | 28 | E | EE | 53 | 5E | 0 | 7 | F7 | 59 | 31 |
| Octal | 50 | 16 | 356 | 123 | 136 | 0 | 7 | 367 | 131 | 61 |
| Binary | 101000 | 1110 | 11101110 | 1010011 | 1011110 | 0 | 111 | 11110111 | 1011001 | 110001 |
Color Harmonies of #280EEE
Complementary color
Monochromatic Colors of #280EEE
Black with #280EEE
Text Example
Text Example
White with #280EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280EEE; }
p { color: rgb(40,14,238); }
H1.HeaderClassName
{
color: #280EEE;
}
.AnyTagClassName
{
color: #280EEE;
}
</style>
background-color css
<style>
a { background-color: #280EEE; }
a { background-color: rgb(40,14,238); }
div.DivClassName
{
background-color: #280EEE;
}
.BgClassName
{
background-color: #280EEE;
}
</style>
border-color css
<style>
span { border-color: #280EEE; }
span { border-color: rgb(40,14,238); }
td.TdClassName
{
border-color: #280EEE;
}
.TagClassName
{
border-color: #280EEE;
}
</style>