Shades of Han Purple #2829FF
Tints of Han Purple #2829FF
RGB
CMYK
RGB Variations
Color information
#2829FF (or 0x2829FF) is known color: Han Purple. HEX triplet: 28, 29 and FF. RGB value is (40,41,255). Sum of RGB (Red+Green+Blue) = 40+41+255=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #2829FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2829FF is #D7D600. Grayscale: #404040. Windows color (decimal): -14145025 or 16722216. OLE color: 16722216.
HSL color Cylindrical-coordinate representation of color #2829FF: hue angle of 239.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2829FF is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 41 | 255 | - |
| CMYK | 0.84 | 0.84 | 0 | 0 |
| HSL | 239.72º | 1% | 0.58% | - |
| HSV(B) | 239.72º | 0.84% | 1% | - |
| XYZ | 19.72 | 9.26 | 95.36 | - |
| YUV | 65.1 | 235.17 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 255 | 0.84 | 0.84 | 0 | 0 | 239.72 | 1 | 0.58 |
| Hex | 28 | 29 | FF | 54 | 54 | 0 | 0 | F0 | 64 | 3A |
| Octal | 50 | 51 | 377 | 124 | 124 | 0 | 0 | 360 | 144 | 72 |
| Binary | 101000 | 101001 | 11111111 | 1010100 | 1010100 | 0 | 0 | 11110000 | 1100100 | 111010 |
Color Harmonies of #2829FF
Complementary color
Monochromatic Colors of #2829FF
Black with #2829FF
Text Example
Text Example
White with #2829FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2829FF; }
p { color: rgb(40,41,255); }
H1.HeaderClassName
{
color: #2829FF;
}
.AnyTagClassName
{
color: #2829FF;
}
</style>
background-color css
<style>
a { background-color: #2829FF; }
a { background-color: rgb(40,41,255); }
div.DivClassName
{
background-color: #2829FF;
}
.BgClassName
{
background-color: #2829FF;
}
</style>
border-color css
<style>
span { border-color: #2829FF; }
span { border-color: rgb(40,41,255); }
td.TdClassName
{
border-color: #2829FF;
}
.TagClassName
{
border-color: #2829FF;
}
</style>