Shades of Han Purple #2912EA
Tints of Han Purple #2912EA
RGB
CMYK
RGB Variations
Color information
#2912EA (or 0x2912EA) is known color: Han Purple. HEX triplet: 29, 12 and EA. RGB value is (41,18,234). Sum of RGB (Red+Green+Blue) = 41+18+234=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 234 (91.80% from 255 or 79.86% from 293); Max value from RGB is 234 - color contains mainly: blue. Hex color #2912EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2912EA is #D6ED15. Grayscale: #303030. Windows color (decimal): -14085398 or 15340073. OLE color: 15340073.
HSL color Cylindrical-coordinate representation of color #2912EA: hue angle of 246.39º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2912EA is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 18 | 234 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.08 |
| HSL | 246.39º | 0.86% | 0.49% | - |
| HSV(B) | 246.39º | 0.92% | 0.92% | - |
| XYZ | 15.98 | 6.84 | 78.32 | - |
| YUV | 49.5 | 232.12 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 234 | 0.82 | 0.92 | 0 | 0.08 | 246.39 | 0.86 | 0.49 |
| Hex | 29 | 12 | EA | 52 | 5C | 0 | 8 | F6 | 56 | 31 |
| Octal | 51 | 22 | 352 | 122 | 134 | 0 | 10 | 366 | 126 | 61 |
| Binary | 101001 | 10010 | 11101010 | 1010010 | 1011100 | 0 | 1000 | 11110110 | 1010110 | 110001 |
Color Harmonies of #2912EA
Complementary color
Monochromatic Colors of #2912EA
Black with #2912EA
Text Example
Text Example
White with #2912EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2912EA; }
p { color: rgb(41,18,234); }
H1.HeaderClassName
{
color: #2912EA;
}
.AnyTagClassName
{
color: #2912EA;
}
</style>
background-color css
<style>
a { background-color: #2912EA; }
a { background-color: rgb(41,18,234); }
div.DivClassName
{
background-color: #2912EA;
}
.BgClassName
{
background-color: #2912EA;
}
</style>
border-color css
<style>
span { border-color: #2912EA; }
span { border-color: rgb(41,18,234); }
td.TdClassName
{
border-color: #2912EA;
}
.TagClassName
{
border-color: #2912EA;
}
</style>