Shades of Han Purple #2915FF
Tints of Han Purple #2915FF
RGB
CMYK
RGB Variations
Color information
#2915FF (or 0x2915FF) is known color: Han Purple. HEX triplet: 29, 15 and FF. RGB value is (41,21,255). Sum of RGB (Red+Green+Blue) = 41+21+255=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 255 (100% from 255 or 80.44% from 317); Max value from RGB is 255 - color contains mainly: blue. Hex color #2915FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2915FF is #D6EA00. Grayscale: #343434. Windows color (decimal): -14084609 or 16717097. OLE color: 16717097.
HSL color Cylindrical-coordinate representation of color #2915FF: hue angle of 245.13º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2915FF is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 21 | 255 | - |
| CMYK | 0.84 | 0.92 | 0 | 0 |
| HSL | 245.13º | 1% | 0.54% | - |
| HSV(B) | 245.13º | 0.92% | 1% | - |
| XYZ | 19.23 | 8.23 | 95.18 | - |
| YUV | 53.66 | 241.63 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 21 | 255 | 0.84 | 0.92 | 0 | 0 | 245.13 | 1 | 0.54 |
| Hex | 29 | 15 | FF | 54 | 5C | 0 | 0 | F5 | 64 | 36 |
| Octal | 51 | 25 | 377 | 124 | 134 | 0 | 0 | 365 | 144 | 66 |
| Binary | 101001 | 10101 | 11111111 | 1010100 | 1011100 | 0 | 0 | 11110101 | 1100100 | 110110 |
Color Harmonies of #2915FF
Complementary color
Monochromatic Colors of #2915FF
Black with #2915FF
Text Example
Text Example
White with #2915FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2915FF; }
p { color: rgb(41,21,255); }
H1.HeaderClassName
{
color: #2915FF;
}
.AnyTagClassName
{
color: #2915FF;
}
</style>
background-color css
<style>
a { background-color: #2915FF; }
a { background-color: rgb(41,21,255); }
div.DivClassName
{
background-color: #2915FF;
}
.BgClassName
{
background-color: #2915FF;
}
</style>
border-color css
<style>
span { border-color: #2915FF; }
span { border-color: rgb(41,21,255); }
td.TdClassName
{
border-color: #2915FF;
}
.TagClassName
{
border-color: #2915FF;
}
</style>