Shades of Han Purple #2915FA
Tints of Han Purple #2915FA
RGB
CMYK
RGB Variations
Color information
#2915FA (or 0x2915FA) is known color: Han Purple. HEX triplet: 29, 15 and FA. RGB value is (41,21,250). Sum of RGB (Red+Green+Blue) = 41+21+250=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 250 (98.05% from 255 or 80.13% from 312); Max value from RGB is 250 - color contains mainly: blue. Hex color #2915FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2915FA is #D6EA05. Grayscale: #343434. Windows color (decimal): -14084614 or 16389417. OLE color: 16389417.
HSL color Cylindrical-coordinate representation of color #2915FA: hue angle of 245.24º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2915FA is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 21 | 250 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.02 |
| HSL | 245.24º | 0.96% | 0.53% | - |
| HSV(B) | 245.24º | 0.92% | 0.98% | - |
| XYZ | 18.44 | 7.91 | 91 | - |
| YUV | 53.09 | 239.13 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 21 | 250 | 0.84 | 0.92 | 0 | 0.02 | 245.24 | 0.96 | 0.53 |
| Hex | 29 | 15 | FA | 54 | 5C | 0 | 2 | F5 | 60 | 35 |
| Octal | 51 | 25 | 372 | 124 | 134 | 0 | 2 | 365 | 140 | 65 |
| Binary | 101001 | 10101 | 11111010 | 1010100 | 1011100 | 0 | 10 | 11110101 | 1100000 | 110101 |
Color Harmonies of #2915FA
Complementary color
Monochromatic Colors of #2915FA
Black with #2915FA
Text Example
Text Example
White with #2915FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2915FA; }
p { color: rgb(41,21,250); }
H1.HeaderClassName
{
color: #2915FA;
}
.AnyTagClassName
{
color: #2915FA;
}
</style>
background-color css
<style>
a { background-color: #2915FA; }
a { background-color: rgb(41,21,250); }
div.DivClassName
{
background-color: #2915FA;
}
.BgClassName
{
background-color: #2915FA;
}
</style>
border-color css
<style>
span { border-color: #2915FA; }
span { border-color: rgb(41,21,250); }
td.TdClassName
{
border-color: #2915FA;
}
.TagClassName
{
border-color: #2915FA;
}
</style>