Shades of Han Purple #2912F8
Tints of Han Purple #2912F8
RGB
CMYK
RGB Variations
Color information
#2912F8 (or 0x2912F8) is known color: Han Purple. HEX triplet: 29, 12 and F8. RGB value is (41,18,248). Sum of RGB (Red+Green+Blue) = 41+18+248=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 248 (97.27% from 255 or 80.78% from 307); Max value from RGB is 248 - color contains mainly: blue. Hex color #2912F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2912F8 is #D6ED07. Grayscale: #323232. Windows color (decimal): -14085384 or 16257577. OLE color: 16257577.
HSL color Cylindrical-coordinate representation of color #2912F8: hue angle of 246º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2912F8 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 41 | 18 | 248 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.03 |
| HSL | 246º | 0.94% | 0.52% | - |
| HSV(B) | 246º | 0.93% | 0.97% | - |
| XYZ | 18.07 | 7.68 | 89.34 | - |
| YUV | 51.1 | 239.12 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 248 | 0.83 | 0.93 | 0 | 0.03 | 246 | 0.94 | 0.52 |
| Hex | 29 | 12 | F8 | 53 | 5D | 0 | 3 | F6 | 5E | 34 |
| Octal | 51 | 22 | 370 | 123 | 135 | 0 | 3 | 366 | 136 | 64 |
| Binary | 101001 | 10010 | 11111000 | 1010011 | 1011101 | 0 | 11 | 11110110 | 1011110 | 110100 |
Color Harmonies of #2912F8
Complementary color
Monochromatic Colors of #2912F8
Black with #2912F8
Text Example
Text Example
White with #2912F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2912F8; }
p { color: rgb(41,18,248); }
H1.HeaderClassName
{
color: #2912F8;
}
.AnyTagClassName
{
color: #2912F8;
}
</style>
background-color css
<style>
a { background-color: #2912F8; }
a { background-color: rgb(41,18,248); }
div.DivClassName
{
background-color: #2912F8;
}
.BgClassName
{
background-color: #2912F8;
}
</style>
border-color css
<style>
span { border-color: #2912F8; }
span { border-color: rgb(41,18,248); }
td.TdClassName
{
border-color: #2912F8;
}
.TagClassName
{
border-color: #2912F8;
}
</style>