Shades of Han Purple #282BEF
Tints of Han Purple #282BEF
RGB
CMYK
RGB Variations
Color information
#282BEF (or 0x282BEF) is known color: Han Purple. HEX triplet: 28, 2B and EF. RGB value is (40,43,239). Sum of RGB (Red+Green+Blue) = 40+43+239=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 239 (93.75% from 255 or 74.22% from 322); Max value from RGB is 239 - color contains mainly: blue. Hex color #282BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #282BEF is #D7D410. Grayscale: #3F3F3F. Windows color (decimal): -14144529 or 15674152. OLE color: 15674152.
HSL color Cylindrical-coordinate representation of color #282BEF: hue angle of 239.1º 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 #282BEF is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 43 | 239 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.06 |
| HSL | 239.1º | 0.86% | 0.55% | - |
| HSV(B) | 239.1º | 0.83% | 0.94% | - |
| XYZ | 17.32 | 8.41 | 82.37 | - |
| YUV | 64.45 | 226.51 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 239 | 0.83 | 0.82 | 0 | 0.06 | 239.1 | 0.86 | 0.55 |
| Hex | 28 | 2B | EF | 53 | 52 | 0 | 6 | EF | 56 | 37 |
| Octal | 50 | 53 | 357 | 123 | 122 | 0 | 6 | 357 | 126 | 67 |
| Binary | 101000 | 101011 | 11101111 | 1010011 | 1010010 | 0 | 110 | 11101111 | 1010110 | 110111 |
Color Harmonies of #282BEF
Complementary color
Monochromatic Colors of #282BEF
Black with #282BEF
Text Example
Text Example
White with #282BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282BEF; }
p { color: rgb(40,43,239); }
H1.HeaderClassName
{
color: #282BEF;
}
.AnyTagClassName
{
color: #282BEF;
}
</style>
background-color css
<style>
a { background-color: #282BEF; }
a { background-color: rgb(40,43,239); }
div.DivClassName
{
background-color: #282BEF;
}
.BgClassName
{
background-color: #282BEF;
}
</style>
border-color css
<style>
span { border-color: #282BEF; }
span { border-color: rgb(40,43,239); }
td.TdClassName
{
border-color: #282BEF;
}
.TagClassName
{
border-color: #282BEF;
}
</style>