Shades of Han Purple #2A15EA
Tints of Han Purple #2A15EA
RGB
CMYK
RGB Variations
Color information
#2A15EA (or 0x2A15EA) is known color: Han Purple. HEX triplet: 2A, 15 and EA. RGB value is (42,21,234). Sum of RGB (Red+Green+Blue) = 42+21+234=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 234 (91.80% from 255 or 78.79% from 297); Max value from RGB is 234 - color contains mainly: blue. Hex color #2A15EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A15EA is #D5EA15. Grayscale: #323232. Windows color (decimal): -14019094 or 15340842. OLE color: 15340842.
HSL color Cylindrical-coordinate representation of color #2A15EA: hue angle of 245.92º 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 #2A15EA is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 21 | 234 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.08 |
| HSL | 245.92º | 0.84% | 0.5% | - |
| HSV(B) | 245.92º | 0.91% | 0.92% | - |
| XYZ | 16.07 | 6.97 | 78.34 | - |
| YUV | 51.56 | 230.96 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 21 | 234 | 0.82 | 0.91 | 0 | 0.08 | 245.92 | 0.84 | 0.5 |
| Hex | 2A | 15 | EA | 52 | 5B | 0 | 8 | F6 | 54 | 32 |
| Octal | 52 | 25 | 352 | 122 | 133 | 0 | 10 | 366 | 124 | 62 |
| Binary | 101010 | 10101 | 11101010 | 1010010 | 1011011 | 0 | 1000 | 11110110 | 1010100 | 110010 |
Color Harmonies of #2A15EA
Complementary color
Monochromatic Colors of #2A15EA
Black with #2A15EA
Text Example
Text Example
White with #2A15EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A15EA; }
p { color: rgb(42,21,234); }
H1.HeaderClassName
{
color: #2A15EA;
}
.AnyTagClassName
{
color: #2A15EA;
}
</style>
background-color css
<style>
a { background-color: #2A15EA; }
a { background-color: rgb(42,21,234); }
div.DivClassName
{
background-color: #2A15EA;
}
.BgClassName
{
background-color: #2A15EA;
}
</style>
border-color css
<style>
span { border-color: #2A15EA; }
span { border-color: rgb(42,21,234); }
td.TdClassName
{
border-color: #2A15EA;
}
.TagClassName
{
border-color: #2A15EA;
}
</style>