Shades of Han Purple #2912F9
Tints of Han Purple #2912F9
RGB
CMYK
RGB Variations
Color information
#2912F9 (or 0x2912F9) is known color: Han Purple. HEX triplet: 29, 12 and F9. RGB value is (41,18,249). Sum of RGB (Red+Green+Blue) = 41+18+249=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 249 (97.66% from 255 or 80.84% from 308); Max value from RGB is 249 - color contains mainly: blue. Hex color #2912F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2912F9 is #D6ED06. Grayscale: #323232. Windows color (decimal): -14085383 or 16323113. OLE color: 16323113.
HSL color Cylindrical-coordinate representation of color #2912F9: hue angle of 245.97º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2912F9 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 18 | 249 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.02 |
| HSL | 245.97º | 0.95% | 0.52% | - |
| HSV(B) | 245.97º | 0.93% | 0.98% | - |
| XYZ | 18.23 | 7.74 | 90.16 | - |
| YUV | 51.21 | 239.62 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 249 | 0.84 | 0.93 | 0 | 0.02 | 245.97 | 0.95 | 0.52 |
| Hex | 29 | 12 | F9 | 54 | 5D | 0 | 2 | F6 | 5F | 34 |
| Octal | 51 | 22 | 371 | 124 | 135 | 0 | 2 | 366 | 137 | 64 |
| Binary | 101001 | 10010 | 11111001 | 1010100 | 1011101 | 0 | 10 | 11110110 | 1011111 | 110100 |
Color Harmonies of #2912F9
Complementary color
Monochromatic Colors of #2912F9
Black with #2912F9
Text Example
Text Example
White with #2912F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2912F9; }
p { color: rgb(41,18,249); }
H1.HeaderClassName
{
color: #2912F9;
}
.AnyTagClassName
{
color: #2912F9;
}
</style>
background-color css
<style>
a { background-color: #2912F9; }
a { background-color: rgb(41,18,249); }
div.DivClassName
{
background-color: #2912F9;
}
.BgClassName
{
background-color: #2912F9;
}
</style>
border-color css
<style>
span { border-color: #2912F9; }
span { border-color: rgb(41,18,249); }
td.TdClassName
{
border-color: #2912F9;
}
.TagClassName
{
border-color: #2912F9;
}
</style>