Shades of Han Purple #282BED
Tints of Han Purple #282BED
RGB
CMYK
RGB Variations
Color information
#282BED (or 0x282BED) is known color: Han Purple. HEX triplet: 28, 2B and ED. RGB value is (40,43,237). Sum of RGB (Red+Green+Blue) = 40+43+237=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 237 (92.97% from 255 or 74.06% from 320); Max value from RGB is 237 - color contains mainly: blue. Hex color #282BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #282BED is #D7D412. Grayscale: #3F3F3F. Windows color (decimal): -14144531 or 15543080. OLE color: 15543080.
HSL color Cylindrical-coordinate representation of color #282BED: hue angle of 239.09º degrees, saturation: 0.85, 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 #282BED is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 43 | 237 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.07 |
| HSL | 239.09º | 0.85% | 0.54% | - |
| HSV(B) | 239.09º | 0.83% | 0.93% | - |
| XYZ | 17.03 | 8.29 | 80.82 | - |
| YUV | 64.22 | 225.51 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 237 | 0.83 | 0.82 | 0 | 0.07 | 239.09 | 0.85 | 0.54 |
| Hex | 28 | 2B | ED | 53 | 52 | 0 | 7 | EF | 55 | 36 |
| Octal | 50 | 53 | 355 | 123 | 122 | 0 | 7 | 357 | 125 | 66 |
| Binary | 101000 | 101011 | 11101101 | 1010011 | 1010010 | 0 | 111 | 11101111 | 1010101 | 110110 |
Color Harmonies of #282BED
Complementary color
Monochromatic Colors of #282BED
Black with #282BED
Text Example
Text Example
White with #282BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282BED; }
p { color: rgb(40,43,237); }
H1.HeaderClassName
{
color: #282BED;
}
.AnyTagClassName
{
color: #282BED;
}
</style>
background-color css
<style>
a { background-color: #282BED; }
a { background-color: rgb(40,43,237); }
div.DivClassName
{
background-color: #282BED;
}
.BgClassName
{
background-color: #282BED;
}
</style>
border-color css
<style>
span { border-color: #282BED; }
span { border-color: rgb(40,43,237); }
td.TdClassName
{
border-color: #282BED;
}
.TagClassName
{
border-color: #282BED;
}
</style>