Shades of Han Purple #2812EA
Tints of Han Purple #2812EA
RGB
CMYK
RGB Variations
Color information
#2812EA (or 0x2812EA) is known color: Han Purple. HEX triplet: 28, 12 and EA. RGB value is (40,18,234). Sum of RGB (Red+Green+Blue) = 40+18+234=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 234 (91.80% from 255 or 80.14% from 292); Max value from RGB is 234 - color contains mainly: blue. Hex color #2812EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2812EA is #D7ED15. Grayscale: #303030. Windows color (decimal): -14150934 or 15340072. OLE color: 15340072.
HSL color Cylindrical-coordinate representation of color #2812EA: hue angle of 246.11º 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 #2812EA is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 18 | 234 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.08 |
| HSL | 246.11º | 0.86% | 0.49% | - |
| HSV(B) | 246.11º | 0.92% | 0.92% | - |
| XYZ | 15.94 | 6.82 | 78.32 | - |
| YUV | 49.2 | 232.29 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 234 | 0.83 | 0.92 | 0 | 0.08 | 246.11 | 0.86 | 0.49 |
| Hex | 28 | 12 | EA | 53 | 5C | 0 | 8 | F6 | 56 | 31 |
| Octal | 50 | 22 | 352 | 123 | 134 | 0 | 10 | 366 | 126 | 61 |
| Binary | 101000 | 10010 | 11101010 | 1010011 | 1011100 | 0 | 1000 | 11110110 | 1010110 | 110001 |
Color Harmonies of #2812EA
Complementary color
Monochromatic Colors of #2812EA
Black with #2812EA
Text Example
Text Example
White with #2812EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2812EA; }
p { color: rgb(40,18,234); }
H1.HeaderClassName
{
color: #2812EA;
}
.AnyTagClassName
{
color: #2812EA;
}
</style>
background-color css
<style>
a { background-color: #2812EA; }
a { background-color: rgb(40,18,234); }
div.DivClassName
{
background-color: #2812EA;
}
.BgClassName
{
background-color: #2812EA;
}
</style>
border-color css
<style>
span { border-color: #2812EA; }
span { border-color: rgb(40,18,234); }
td.TdClassName
{
border-color: #2812EA;
}
.TagClassName
{
border-color: #2812EA;
}
</style>