Shades of Han Purple #282AEE
Tints of Han Purple #282AEE
RGB
CMYK
RGB Variations
Color information
#282AEE (or 0x282AEE) is known color: Han Purple. HEX triplet: 28, 2A and EE. RGB value is (40,42,238). Sum of RGB (Red+Green+Blue) = 40+42+238=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 238 (93.36% from 255 or 74.38% from 320); Max value from RGB is 238 - color contains mainly: blue. Hex color #282AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #282AEE is #D7D511. Grayscale: #3E3E3E. Windows color (decimal): -14144786 or 15608360. OLE color: 15608360.
HSL color Cylindrical-coordinate representation of color #282AEE: hue angle of 239.39º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #282AEE is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 42 | 238 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.07 |
| HSL | 239.39º | 0.85% | 0.55% | - |
| HSV(B) | 239.39º | 0.83% | 0.93% | - |
| XYZ | 17.14 | 8.28 | 81.58 | - |
| YUV | 63.75 | 226.34 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 238 | 0.83 | 0.82 | 0 | 0.07 | 239.39 | 0.85 | 0.55 |
| Hex | 28 | 2A | EE | 53 | 52 | 0 | 7 | EF | 55 | 37 |
| Octal | 50 | 52 | 356 | 123 | 122 | 0 | 7 | 357 | 125 | 67 |
| Binary | 101000 | 101010 | 11101110 | 1010011 | 1010010 | 0 | 111 | 11101111 | 1010101 | 110111 |
Color Harmonies of #282AEE
Complementary color
Monochromatic Colors of #282AEE
Black with #282AEE
Text Example
Text Example
White with #282AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282AEE; }
p { color: rgb(40,42,238); }
H1.HeaderClassName
{
color: #282AEE;
}
.AnyTagClassName
{
color: #282AEE;
}
</style>
background-color css
<style>
a { background-color: #282AEE; }
a { background-color: rgb(40,42,238); }
div.DivClassName
{
background-color: #282AEE;
}
.BgClassName
{
background-color: #282AEE;
}
</style>
border-color css
<style>
span { border-color: #282AEE; }
span { border-color: rgb(40,42,238); }
td.TdClassName
{
border-color: #282AEE;
}
.TagClassName
{
border-color: #282AEE;
}
</style>