Shades of Han Purple #2815EA
Tints of Han Purple #2815EA
RGB
CMYK
RGB Variations
Color information
#2815EA (or 0x2815EA) is known color: Han Purple. HEX triplet: 28, 15 and EA. RGB value is (40,21,234). Sum of RGB (Red+Green+Blue) = 40+21+234=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 234 (91.80% from 255 or 79.32% from 295); Max value from RGB is 234 - color contains mainly: blue. Hex color #2815EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2815EA is #D7EA15. Grayscale: #323232. Windows color (decimal): -14150166 or 15340840. OLE color: 15340840.
HSL color Cylindrical-coordinate representation of color #2815EA: hue angle of 245.35º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2815EA is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 21 | 234 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.08 |
| HSL | 245.35º | 0.84% | 0.5% | - |
| HSV(B) | 245.35º | 0.91% | 0.92% | - |
| XYZ | 15.99 | 6.93 | 78.34 | - |
| YUV | 50.96 | 231.29 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 234 | 0.83 | 0.91 | 0 | 0.08 | 245.35 | 0.84 | 0.5 |
| Hex | 28 | 15 | EA | 53 | 5B | 0 | 8 | F5 | 54 | 32 |
| Octal | 50 | 25 | 352 | 123 | 133 | 0 | 10 | 365 | 124 | 62 |
| Binary | 101000 | 10101 | 11101010 | 1010011 | 1011011 | 0 | 1000 | 11110101 | 1010100 | 110010 |
Color Harmonies of #2815EA
Complementary color
Monochromatic Colors of #2815EA
Black with #2815EA
Text Example
Text Example
White with #2815EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2815EA; }
p { color: rgb(40,21,234); }
H1.HeaderClassName
{
color: #2815EA;
}
.AnyTagClassName
{
color: #2815EA;
}
</style>
background-color css
<style>
a { background-color: #2815EA; }
a { background-color: rgb(40,21,234); }
div.DivClassName
{
background-color: #2815EA;
}
.BgClassName
{
background-color: #2815EA;
}
</style>
border-color css
<style>
span { border-color: #2815EA; }
span { border-color: rgb(40,21,234); }
td.TdClassName
{
border-color: #2815EA;
}
.TagClassName
{
border-color: #2815EA;
}
</style>