Shades of Han Purple #282AEC
Tints of Han Purple #282AEC
RGB
CMYK
RGB Variations
Color information
#282AEC (or 0x282AEC) is known color: Han Purple. HEX triplet: 28, 2A and EC. RGB value is (40,42,236). Sum of RGB (Red+Green+Blue) = 40+42+236=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 236 (92.58% from 255 or 74.21% from 318); Max value from RGB is 236 - color contains mainly: blue. Hex color #282AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #282AEC is #D7D513. Grayscale: #3E3E3E. Windows color (decimal): -14144788 or 15477288. OLE color: 15477288.
HSL color Cylindrical-coordinate representation of color #282AEC: hue angle of 239.39º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #282AEC is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 42 | 236 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.07 |
| HSL | 239.39º | 0.84% | 0.54% | - |
| HSV(B) | 239.39º | 0.83% | 0.93% | - |
| XYZ | 16.84 | 8.16 | 80.04 | - |
| YUV | 63.52 | 225.34 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 236 | 0.83 | 0.82 | 0 | 0.07 | 239.39 | 0.84 | 0.54 |
| Hex | 28 | 2A | EC | 53 | 52 | 0 | 7 | EF | 54 | 36 |
| Octal | 50 | 52 | 354 | 123 | 122 | 0 | 7 | 357 | 124 | 66 |
| Binary | 101000 | 101010 | 11101100 | 1010011 | 1010010 | 0 | 111 | 11101111 | 1010100 | 110110 |
Color Harmonies of #282AEC
Complementary color
Monochromatic Colors of #282AEC
Black with #282AEC
Text Example
Text Example
White with #282AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282AEC; }
p { color: rgb(40,42,236); }
H1.HeaderClassName
{
color: #282AEC;
}
.AnyTagClassName
{
color: #282AEC;
}
</style>
background-color css
<style>
a { background-color: #282AEC; }
a { background-color: rgb(40,42,236); }
div.DivClassName
{
background-color: #282AEC;
}
.BgClassName
{
background-color: #282AEC;
}
</style>
border-color css
<style>
span { border-color: #282AEC; }
span { border-color: rgb(40,42,236); }
td.TdClassName
{
border-color: #282AEC;
}
.TagClassName
{
border-color: #282AEC;
}
</style>