Shades of Han Purple #2912EB
Tints of Han Purple #2912EB
RGB
CMYK
RGB Variations
Color information
#2912EB (or 0x2912EB) is known color: Han Purple. HEX triplet: 29, 12 and EB. RGB value is (41,18,235). Sum of RGB (Red+Green+Blue) = 41+18+235=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 235 (92.19% from 255 or 79.93% from 294); Max value from RGB is 235 - color contains mainly: blue. Hex color #2912EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2912EB is #D6ED14. Grayscale: #303030. Windows color (decimal): -14085397 or 15405609. OLE color: 15405609.
HSL color Cylindrical-coordinate representation of color #2912EB: hue angle of 246.36º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2912EB is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 18 | 235 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.08 |
| HSL | 246.36º | 0.86% | 0.5% | - |
| HSV(B) | 246.36º | 0.92% | 0.92% | - |
| XYZ | 16.13 | 6.9 | 79.08 | - |
| YUV | 49.62 | 232.62 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 235 | 0.83 | 0.92 | 0 | 0.08 | 246.36 | 0.86 | 0.5 |
| Hex | 29 | 12 | EB | 53 | 5C | 0 | 8 | F6 | 56 | 32 |
| Octal | 51 | 22 | 353 | 123 | 134 | 0 | 10 | 366 | 126 | 62 |
| Binary | 101001 | 10010 | 11101011 | 1010011 | 1011100 | 0 | 1000 | 11110110 | 1010110 | 110010 |
Color Harmonies of #2912EB
Complementary color
Monochromatic Colors of #2912EB
Black with #2912EB
Text Example
Text Example
White with #2912EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2912EB; }
p { color: rgb(41,18,235); }
H1.HeaderClassName
{
color: #2912EB;
}
.AnyTagClassName
{
color: #2912EB;
}
</style>
background-color css
<style>
a { background-color: #2912EB; }
a { background-color: rgb(41,18,235); }
div.DivClassName
{
background-color: #2912EB;
}
.BgClassName
{
background-color: #2912EB;
}
</style>
border-color css
<style>
span { border-color: #2912EB; }
span { border-color: rgb(41,18,235); }
td.TdClassName
{
border-color: #2912EB;
}
.TagClassName
{
border-color: #2912EB;
}
</style>