Shades of Han Purple #2811E5
Tints of Han Purple #2811E5
RGB
CMYK
RGB Variations
Color information
#2811E5 (or 0x2811E5) is known color: Han Purple. HEX triplet: 28, 11 and E5. RGB value is (40,17,229). Sum of RGB (Red+Green+Blue) = 40+17+229=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 229 (89.84% from 255 or 80.07% from 286); Max value from RGB is 229 - color contains mainly: blue. Hex color #2811E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2811E5 is #D7EE1A. Grayscale: #2F2F2F. Windows color (decimal): -14151195 or 15012136. OLE color: 15012136.
HSL color Cylindrical-coordinate representation of color #2811E5: hue angle of 246.51º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2811E5 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 17 | 229 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.10 |
| HSL | 246.51º | 0.86% | 0.48% | - |
| HSV(B) | 246.51º | 0.93% | 0.9% | - |
| XYZ | 15.22 | 6.51 | 74.58 | - |
| YUV | 48.05 | 230.12 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 17 | 229 | 0.83 | 0.93 | 0 | 0.10 | 246.51 | 0.86 | 0.48 |
| Hex | 28 | 11 | E5 | 53 | 5D | 0 | A | F7 | 56 | 30 |
| Octal | 50 | 21 | 345 | 123 | 135 | 0 | 12 | 367 | 126 | 60 |
| Binary | 101000 | 10001 | 11100101 | 1010011 | 1011101 | 0 | 1010 | 11110111 | 1010110 | 110000 |
Color Harmonies of #2811E5
Complementary color
Monochromatic Colors of #2811E5
Black with #2811E5
Text Example
Text Example
White with #2811E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2811E5; }
p { color: rgb(40,17,229); }
H1.HeaderClassName
{
color: #2811E5;
}
.AnyTagClassName
{
color: #2811E5;
}
</style>
background-color css
<style>
a { background-color: #2811E5; }
a { background-color: rgb(40,17,229); }
div.DivClassName
{
background-color: #2811E5;
}
.BgClassName
{
background-color: #2811E5;
}
</style>
border-color css
<style>
span { border-color: #2811E5; }
span { border-color: rgb(40,17,229); }
td.TdClassName
{
border-color: #2811E5;
}
.TagClassName
{
border-color: #2811E5;
}
</style>