Shades of Han Purple #2912FF
Tints of Han Purple #2912FF
RGB
CMYK
RGB Variations
Color information
#2912FF (or 0x2912FF) is known color: Han Purple. HEX triplet: 29, 12 and FF. RGB value is (41,18,255). Sum of RGB (Red+Green+Blue) = 41+18+255=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 255 (100% from 255 or 81.21% from 314); Max value from RGB is 255 - color contains mainly: blue. Hex color #2912FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2912FF is #D6ED00. Grayscale: #323232. Windows color (decimal): -14085377 or 16716329. OLE color: 16716329.
HSL color Cylindrical-coordinate representation of color #2912FF: hue angle of 245.82º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2912FF is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 18 | 255 | - |
| CMYK | 0.84 | 0.93 | 0 | 0 |
| HSL | 245.82º | 1% | 0.54% | - |
| HSV(B) | 245.82º | 0.93% | 1% | - |
| XYZ | 19.18 | 8.12 | 95.16 | - |
| YUV | 51.9 | 242.62 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 255 | 0.84 | 0.93 | 0 | 0 | 245.82 | 1 | 0.54 |
| Hex | 29 | 12 | FF | 54 | 5D | 0 | 0 | F6 | 64 | 36 |
| Octal | 51 | 22 | 377 | 124 | 135 | 0 | 0 | 366 | 144 | 66 |
| Binary | 101001 | 10010 | 11111111 | 1010100 | 1011101 | 0 | 0 | 11110110 | 1100100 | 110110 |
Color Harmonies of #2912FF
Complementary color
Monochromatic Colors of #2912FF
Black with #2912FF
Text Example
Text Example
White with #2912FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2912FF; }
p { color: rgb(41,18,255); }
H1.HeaderClassName
{
color: #2912FF;
}
.AnyTagClassName
{
color: #2912FF;
}
</style>
background-color css
<style>
a { background-color: #2912FF; }
a { background-color: rgb(41,18,255); }
div.DivClassName
{
background-color: #2912FF;
}
.BgClassName
{
background-color: #2912FF;
}
</style>
border-color css
<style>
span { border-color: #2912FF; }
span { border-color: rgb(41,18,255); }
td.TdClassName
{
border-color: #2912FF;
}
.TagClassName
{
border-color: #2912FF;
}
</style>