Shades of Han Purple #2829F8
Tints of Han Purple #2829F8
RGB
CMYK
RGB Variations
Color information
#2829F8 (or 0x2829F8) is known color: Han Purple. HEX triplet: 28, 29 and F8. RGB value is (40,41,248). Sum of RGB (Red+Green+Blue) = 40+41+248=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 248 (97.27% from 255 or 75.38% from 329); Max value from RGB is 248 - color contains mainly: blue. Hex color #2829F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2829F8 is #D7D607. Grayscale: #3F3F3F. Windows color (decimal): -14145032 or 16263464. OLE color: 16263464.
HSL color Cylindrical-coordinate representation of color #2829F8: hue angle of 239.71º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2829F8 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 41 | 248 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.03 |
| HSL | 239.71º | 0.94% | 0.56% | - |
| HSV(B) | 239.71º | 0.84% | 0.97% | - |
| XYZ | 18.61 | 8.81 | 89.53 | - |
| YUV | 64.3 | 231.67 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 248 | 0.84 | 0.83 | 0 | 0.03 | 239.71 | 0.94 | 0.56 |
| Hex | 28 | 29 | F8 | 54 | 53 | 0 | 3 | F0 | 5E | 38 |
| Octal | 50 | 51 | 370 | 124 | 123 | 0 | 3 | 360 | 136 | 70 |
| Binary | 101000 | 101001 | 11111000 | 1010100 | 1010011 | 0 | 11 | 11110000 | 1011110 | 111000 |
Color Harmonies of #2829F8
Complementary color
Monochromatic Colors of #2829F8
Black with #2829F8
Text Example
Text Example
White with #2829F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2829F8; }
p { color: rgb(40,41,248); }
H1.HeaderClassName
{
color: #2829F8;
}
.AnyTagClassName
{
color: #2829F8;
}
</style>
background-color css
<style>
a { background-color: #2829F8; }
a { background-color: rgb(40,41,248); }
div.DivClassName
{
background-color: #2829F8;
}
.BgClassName
{
background-color: #2829F8;
}
</style>
border-color css
<style>
span { border-color: #2829F8; }
span { border-color: rgb(40,41,248); }
td.TdClassName
{
border-color: #2829F8;
}
.TagClassName
{
border-color: #2829F8;
}
</style>