Shades of Han Purple #2829F9
Tints of Han Purple #2829F9
RGB
CMYK
RGB Variations
Color information
#2829F9 (or 0x2829F9) is known color: Han Purple. HEX triplet: 28, 29 and F9. RGB value is (40,41,249). Sum of RGB (Red+Green+Blue) = 40+41+249=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 249 (97.66% from 255 or 75.45% from 330); Max value from RGB is 249 - color contains mainly: blue. Hex color #2829F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2829F9 is #D7D606. Grayscale: #3F3F3F. Windows color (decimal): -14145031 or 16329000. OLE color: 16329000.
HSL color Cylindrical-coordinate representation of color #2829F9: hue angle of 239.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2829F9 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 41 | 249 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.02 |
| HSL | 239.71º | 0.95% | 0.57% | - |
| HSV(B) | 239.71º | 0.84% | 0.98% | - |
| XYZ | 18.77 | 8.88 | 90.35 | - |
| YUV | 64.41 | 232.17 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 249 | 0.84 | 0.84 | 0 | 0.02 | 239.71 | 0.95 | 0.57 |
| Hex | 28 | 29 | F9 | 54 | 54 | 0 | 2 | F0 | 5F | 39 |
| Octal | 50 | 51 | 371 | 124 | 124 | 0 | 2 | 360 | 137 | 71 |
| Binary | 101000 | 101001 | 11111001 | 1010100 | 1010100 | 0 | 10 | 11110000 | 1011111 | 111001 |
Color Harmonies of #2829F9
Complementary color
Monochromatic Colors of #2829F9
Black with #2829F9
Text Example
Text Example
White with #2829F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2829F9; }
p { color: rgb(40,41,249); }
H1.HeaderClassName
{
color: #2829F9;
}
.AnyTagClassName
{
color: #2829F9;
}
</style>
background-color css
<style>
a { background-color: #2829F9; }
a { background-color: rgb(40,41,249); }
div.DivClassName
{
background-color: #2829F9;
}
.BgClassName
{
background-color: #2829F9;
}
</style>
border-color css
<style>
span { border-color: #2829F9; }
span { border-color: rgb(40,41,249); }
td.TdClassName
{
border-color: #2829F9;
}
.TagClassName
{
border-color: #2829F9;
}
</style>