Shades of Han Purple #2928FC
Tints of Han Purple #2928FC
RGB
CMYK
RGB Variations
Color information
#2928FC (or 0x2928FC) is known color: Han Purple. HEX triplet: 29, 28 and FC. RGB value is (41,40,252). Sum of RGB (Red+Green+Blue) = 41+40+252=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 252 (98.83% from 255 or 75.68% from 333); Max value from RGB is 252 - color contains mainly: blue. Hex color #2928FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2928FC is #D6D703. Grayscale: #3F3F3F. Windows color (decimal): -14079748 or 16525353. OLE color: 16525353.
HSL color Cylindrical-coordinate representation of color #2928FC: hue angle of 240.28º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2928FC is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 40 | 252 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.01 |
| HSL | 240.28º | 0.97% | 0.57% | - |
| HSV(B) | 240.28º | 0.84% | 0.99% | - |
| XYZ | 19.24 | 9.02 | 92.82 | - |
| YUV | 64.47 | 233.83 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 40 | 252 | 0.84 | 0.84 | 0 | 0.01 | 240.28 | 0.97 | 0.57 |
| Hex | 29 | 28 | FC | 54 | 54 | 0 | 1 | F0 | 61 | 39 |
| Octal | 51 | 50 | 374 | 124 | 124 | 0 | 1 | 360 | 141 | 71 |
| Binary | 101001 | 101000 | 11111100 | 1010100 | 1010100 | 0 | 1 | 11110000 | 1100001 | 111001 |
Color Harmonies of #2928FC
Complementary color
Monochromatic Colors of #2928FC
Black with #2928FC
Text Example
Text Example
White with #2928FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2928FC; }
p { color: rgb(41,40,252); }
H1.HeaderClassName
{
color: #2928FC;
}
.AnyTagClassName
{
color: #2928FC;
}
</style>
background-color css
<style>
a { background-color: #2928FC; }
a { background-color: rgb(41,40,252); }
div.DivClassName
{
background-color: #2928FC;
}
.BgClassName
{
background-color: #2928FC;
}
</style>
border-color css
<style>
span { border-color: #2928FC; }
span { border-color: rgb(41,40,252); }
td.TdClassName
{
border-color: #2928FC;
}
.TagClassName
{
border-color: #2928FC;
}
</style>