Shades of Han Purple #2915FB
Tints of Han Purple #2915FB
RGB
CMYK
RGB Variations
Color information
#2915FB (or 0x2915FB) is known color: Han Purple. HEX triplet: 29, 15 and FB. RGB value is (41,21,251). Sum of RGB (Red+Green+Blue) = 41+21+251=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 251 (98.44% from 255 or 80.19% from 313); Max value from RGB is 251 - color contains mainly: blue. Hex color #2915FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2915FB is #D6EA04. Grayscale: #343434. Windows color (decimal): -14084613 or 16454953. OLE color: 16454953.
HSL color Cylindrical-coordinate representation of color #2915FB: hue angle of 245.22º degrees, saturation: 0.97, 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 #2915FB is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 21 | 251 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.02 |
| HSL | 245.22º | 0.97% | 0.53% | - |
| HSV(B) | 245.22º | 0.92% | 0.98% | - |
| XYZ | 18.6 | 7.97 | 91.83 | - |
| YUV | 53.2 | 239.63 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 21 | 251 | 0.84 | 0.92 | 0 | 0.02 | 245.22 | 0.97 | 0.53 |
| Hex | 29 | 15 | FB | 54 | 5C | 0 | 2 | F5 | 61 | 35 |
| Octal | 51 | 25 | 373 | 124 | 134 | 0 | 2 | 365 | 141 | 65 |
| Binary | 101001 | 10101 | 11111011 | 1010100 | 1011100 | 0 | 10 | 11110101 | 1100001 | 110101 |
Color Harmonies of #2915FB
Complementary color
Monochromatic Colors of #2915FB
Black with #2915FB
Text Example
Text Example
White with #2915FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2915FB; }
p { color: rgb(41,21,251); }
H1.HeaderClassName
{
color: #2915FB;
}
.AnyTagClassName
{
color: #2915FB;
}
</style>
background-color css
<style>
a { background-color: #2915FB; }
a { background-color: rgb(41,21,251); }
div.DivClassName
{
background-color: #2915FB;
}
.BgClassName
{
background-color: #2915FB;
}
</style>
border-color css
<style>
span { border-color: #2915FB; }
span { border-color: rgb(41,21,251); }
td.TdClassName
{
border-color: #2915FB;
}
.TagClassName
{
border-color: #2915FB;
}
</style>