Shades of Han Purple #282AEF
Tints of Han Purple #282AEF
RGB
CMYK
RGB Variations
Color information
#282AEF (or 0x282AEF) is known color: Han Purple. HEX triplet: 28, 2A and EF. RGB value is (40,42,239). Sum of RGB (Red+Green+Blue) = 40+42+239=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 239 (93.75% from 255 or 74.45% from 321); Max value from RGB is 239 - color contains mainly: blue. Hex color #282AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #282AEF is #D7D510. Grayscale: #3F3F3F. Windows color (decimal): -14144785 or 15673896. OLE color: 15673896.
HSL color Cylindrical-coordinate representation of color #282AEF: hue angle of 239.4º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #282AEF is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 42 | 239 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.06 |
| HSL | 239.4º | 0.86% | 0.55% | - |
| HSV(B) | 239.4º | 0.83% | 0.94% | - |
| XYZ | 17.28 | 8.34 | 82.36 | - |
| YUV | 63.86 | 226.84 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 239 | 0.83 | 0.82 | 0 | 0.06 | 239.4 | 0.86 | 0.55 |
| Hex | 28 | 2A | EF | 53 | 52 | 0 | 6 | EF | 56 | 37 |
| Octal | 50 | 52 | 357 | 123 | 122 | 0 | 6 | 357 | 126 | 67 |
| Binary | 101000 | 101010 | 11101111 | 1010011 | 1010010 | 0 | 110 | 11101111 | 1010110 | 110111 |
Color Harmonies of #282AEF
Complementary color
Monochromatic Colors of #282AEF
Black with #282AEF
Text Example
Text Example
White with #282AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282AEF; }
p { color: rgb(40,42,239); }
H1.HeaderClassName
{
color: #282AEF;
}
.AnyTagClassName
{
color: #282AEF;
}
</style>
background-color css
<style>
a { background-color: #282AEF; }
a { background-color: rgb(40,42,239); }
div.DivClassName
{
background-color: #282AEF;
}
.BgClassName
{
background-color: #282AEF;
}
</style>
border-color css
<style>
span { border-color: #282AEF; }
span { border-color: rgb(40,42,239); }
td.TdClassName
{
border-color: #282AEF;
}
.TagClassName
{
border-color: #282AEF;
}
</style>