Shades of Han Purple #2A03EC
Tints of Han Purple #2A03EC
RGB
CMYK
RGB Variations
Color information
#2A03EC (or 0x2A03EC) is known color: Han Purple. HEX triplet: 2A, 03 and EC. RGB value is (42,3,236). Sum of RGB (Red+Green+Blue) = 42+3+236=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 236 (92.58% from 255 or 83.99% from 281); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A03EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A03EC is #D5FC13. Grayscale: #282828. Windows color (decimal): -14023700 or 15467306. OLE color: 15467306.
HSL color Cylindrical-coordinate representation of color #2A03EC: hue angle of 250.04º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A03EC is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 3 | 236 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.07 |
| HSL | 250.04º | 0.97% | 0.47% | - |
| HSV(B) | 250.04º | 0.99% | 0.93% | - |
| XYZ | 16.13 | 6.61 | 79.78 | - |
| YUV | 41.22 | 237.92 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 236 | 0.82 | 0.99 | 0 | 0.07 | 250.04 | 0.97 | 0.47 |
| Hex | 2A | 3 | EC | 52 | 63 | 0 | 7 | FA | 61 | 2F |
| Octal | 52 | 3 | 354 | 122 | 143 | 0 | 7 | 372 | 141 | 57 |
| Binary | 101010 | 11 | 11101100 | 1010010 | 1100011 | 0 | 111 | 11111010 | 1100001 | 101111 |
Color Harmonies of #2A03EC
Complementary color
Monochromatic Colors of #2A03EC
Black with #2A03EC
Text Example
Text Example
White with #2A03EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A03EC; }
p { color: rgb(42,3,236); }
H1.HeaderClassName
{
color: #2A03EC;
}
.AnyTagClassName
{
color: #2A03EC;
}
</style>
background-color css
<style>
a { background-color: #2A03EC; }
a { background-color: rgb(42,3,236); }
div.DivClassName
{
background-color: #2A03EC;
}
.BgClassName
{
background-color: #2A03EC;
}
</style>
border-color css
<style>
span { border-color: #2A03EC; }
span { border-color: rgb(42,3,236); }
td.TdClassName
{
border-color: #2A03EC;
}
.TagClassName
{
border-color: #2A03EC;
}
</style>