Shades of Han Purple #2828FE
Tints of Han Purple #2828FE
RGB
CMYK
RGB Variations
Color information
#2828FE (or 0x2828FE) is known color: Han Purple. HEX triplet: 28, 28 and FE. RGB value is (40,40,254). Sum of RGB (Red+Green+Blue) = 40+40+254=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 254 (99.61% from 255 or 76.05% from 334); Max value from RGB is 254 - color contains mainly: blue. Hex color #2828FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2828FE is #D7D701. Grayscale: #3F3F3F. Windows color (decimal): -14145282 or 16656424. OLE color: 16656424.
HSL color Cylindrical-coordinate representation of color #2828FE: hue angle of 240º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2828FE is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 40 | 254 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.00 |
| HSL | 240º | 0.99% | 0.58% | - |
| HSV(B) | 240º | 0.84% | 1% | - |
| XYZ | 19.52 | 9.12 | 94.5 | - |
| YUV | 64.4 | 235 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 40 | 254 | 0.84 | 0.84 | 0 | 0.00 | 240 | 0.99 | 0.58 |
| Hex | 28 | 28 | FE | 54 | 54 | 0 | 0 | F0 | 63 | 3A |
| Octal | 50 | 50 | 376 | 124 | 124 | 0 | 0 | 360 | 143 | 72 |
| Binary | 101000 | 101000 | 11111110 | 1010100 | 1010100 | 0 | 0 | 11110000 | 1100011 | 111010 |
Color Harmonies of #2828FE
Complementary color
Monochromatic Colors of #2828FE
Black with #2828FE
Text Example
Text Example
White with #2828FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2828FE; }
p { color: rgb(40,40,254); }
H1.HeaderClassName
{
color: #2828FE;
}
.AnyTagClassName
{
color: #2828FE;
}
</style>
background-color css
<style>
a { background-color: #2828FE; }
a { background-color: rgb(40,40,254); }
div.DivClassName
{
background-color: #2828FE;
}
.BgClassName
{
background-color: #2828FE;
}
</style>
border-color css
<style>
span { border-color: #2828FE; }
span { border-color: rgb(40,40,254); }
td.TdClassName
{
border-color: #2828FE;
}
.TagClassName
{
border-color: #2828FE;
}
</style>