Shades of Han Purple #2A16ED
Tints of Han Purple #2A16ED
RGB
CMYK
RGB Variations
Color information
#2A16ED (or 0x2A16ED) is known color: Han Purple. HEX triplet: 2A, 16 and ED. RGB value is (42,22,237). Sum of RGB (Red+Green+Blue) = 42+22+237=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 237 (92.97% from 255 or 78.74% from 301); Max value from RGB is 237 - color contains mainly: blue. Hex color #2A16ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A16ED is #D5E912. Grayscale: #333333. Windows color (decimal): -14018835 or 15537706. OLE color: 15537706.
HSL color Cylindrical-coordinate representation of color #2A16ED: hue angle of 245.58º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A16ED is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 22 | 237 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.07 |
| HSL | 245.58º | 0.86% | 0.51% | - |
| HSV(B) | 245.58º | 0.91% | 0.93% | - |
| XYZ | 16.53 | 7.18 | 80.64 | - |
| YUV | 52.49 | 232.13 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 22 | 237 | 0.82 | 0.91 | 0 | 0.07 | 245.58 | 0.86 | 0.51 |
| Hex | 2A | 16 | ED | 52 | 5B | 0 | 7 | F6 | 56 | 33 |
| Octal | 52 | 26 | 355 | 122 | 133 | 0 | 7 | 366 | 126 | 63 |
| Binary | 101010 | 10110 | 11101101 | 1010010 | 1011011 | 0 | 111 | 11110110 | 1010110 | 110011 |
Color Harmonies of #2A16ED
Complementary color
Monochromatic Colors of #2A16ED
Black with #2A16ED
Text Example
Text Example
White with #2A16ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A16ED; }
p { color: rgb(42,22,237); }
H1.HeaderClassName
{
color: #2A16ED;
}
.AnyTagClassName
{
color: #2A16ED;
}
</style>
background-color css
<style>
a { background-color: #2A16ED; }
a { background-color: rgb(42,22,237); }
div.DivClassName
{
background-color: #2A16ED;
}
.BgClassName
{
background-color: #2A16ED;
}
</style>
border-color css
<style>
span { border-color: #2A16ED; }
span { border-color: rgb(42,22,237); }
td.TdClassName
{
border-color: #2A16ED;
}
.TagClassName
{
border-color: #2A16ED;
}
</style>