Shades of Han Purple #2912FA
Tints of Han Purple #2912FA
RGB
CMYK
RGB Variations
Color information
#2912FA (or 0x2912FA) is known color: Han Purple. HEX triplet: 29, 12 and FA. RGB value is (41,18,250). Sum of RGB (Red+Green+Blue) = 41+18+250=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 250 (98.05% from 255 or 80.91% from 309); Max value from RGB is 250 - color contains mainly: blue. Hex color #2912FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2912FA is #D6ED05. Grayscale: #323232. Windows color (decimal): -14085382 or 16388649. OLE color: 16388649.
HSL color Cylindrical-coordinate representation of color #2912FA: hue angle of 245.95º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2912FA is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 18 | 250 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.02 |
| HSL | 245.95º | 0.96% | 0.53% | - |
| HSV(B) | 245.95º | 0.93% | 0.98% | - |
| XYZ | 18.39 | 7.81 | 90.98 | - |
| YUV | 51.33 | 240.12 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 250 | 0.84 | 0.93 | 0 | 0.02 | 245.95 | 0.96 | 0.53 |
| Hex | 29 | 12 | FA | 54 | 5D | 0 | 2 | F6 | 60 | 35 |
| Octal | 51 | 22 | 372 | 124 | 135 | 0 | 2 | 366 | 140 | 65 |
| Binary | 101001 | 10010 | 11111010 | 1010100 | 1011101 | 0 | 10 | 11110110 | 1100000 | 110101 |
Color Harmonies of #2912FA
Complementary color
Monochromatic Colors of #2912FA
Black with #2912FA
Text Example
Text Example
White with #2912FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2912FA; }
p { color: rgb(41,18,250); }
H1.HeaderClassName
{
color: #2912FA;
}
.AnyTagClassName
{
color: #2912FA;
}
</style>
background-color css
<style>
a { background-color: #2912FA; }
a { background-color: rgb(41,18,250); }
div.DivClassName
{
background-color: #2912FA;
}
.BgClassName
{
background-color: #2912FA;
}
</style>
border-color css
<style>
span { border-color: #2912FA; }
span { border-color: rgb(41,18,250); }
td.TdClassName
{
border-color: #2912FA;
}
.TagClassName
{
border-color: #2912FA;
}
</style>