Shades of Han Purple #2912FC
Tints of Han Purple #2912FC
RGB
CMYK
RGB Variations
Color information
#2912FC (or 0x2912FC) is known color: Han Purple. HEX triplet: 29, 12 and FC. RGB value is (41,18,252). Sum of RGB (Red+Green+Blue) = 41+18+252=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 252 (98.83% from 255 or 81.03% from 311); Max value from RGB is 252 - color contains mainly: blue. Hex color #2912FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2912FC is #D6ED03. Grayscale: #323232. Windows color (decimal): -14085380 or 16519721. OLE color: 16519721.
HSL color Cylindrical-coordinate representation of color #2912FC: hue angle of 245.9º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2912FC is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 18 | 252 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.01 |
| HSL | 245.9º | 0.98% | 0.53% | - |
| HSV(B) | 245.9º | 0.93% | 0.99% | - |
| XYZ | 18.7 | 7.93 | 92.64 | - |
| YUV | 51.55 | 241.12 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 252 | 0.84 | 0.93 | 0 | 0.01 | 245.9 | 0.98 | 0.53 |
| Hex | 29 | 12 | FC | 54 | 5D | 0 | 1 | F6 | 62 | 35 |
| Octal | 51 | 22 | 374 | 124 | 135 | 0 | 1 | 366 | 142 | 65 |
| Binary | 101001 | 10010 | 11111100 | 1010100 | 1011101 | 0 | 1 | 11110110 | 1100010 | 110101 |
Color Harmonies of #2912FC
Complementary color
Monochromatic Colors of #2912FC
Black with #2912FC
Text Example
Text Example
White with #2912FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2912FC; }
p { color: rgb(41,18,252); }
H1.HeaderClassName
{
color: #2912FC;
}
.AnyTagClassName
{
color: #2912FC;
}
</style>
background-color css
<style>
a { background-color: #2912FC; }
a { background-color: rgb(41,18,252); }
div.DivClassName
{
background-color: #2912FC;
}
.BgClassName
{
background-color: #2912FC;
}
</style>
border-color css
<style>
span { border-color: #2912FC; }
span { border-color: rgb(41,18,252); }
td.TdClassName
{
border-color: #2912FC;
}
.TagClassName
{
border-color: #2912FC;
}
</style>