Shades of Han Purple #2A03ED
Tints of Han Purple #2A03ED
RGB
CMYK
RGB Variations
Color information
#2A03ED (or 0x2A03ED) is known color: Han Purple. HEX triplet: 2A, 03 and ED. RGB value is (42,3,237). Sum of RGB (Red+Green+Blue) = 42+3+237=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 237 (92.97% from 255 or 84.04% from 282); Max value from RGB is 237 - color contains mainly: blue. Hex color #2A03ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A03ED is #D5FC12. Grayscale: #282828. Windows color (decimal): -14023699 or 15532842. OLE color: 15532842.
HSL color Cylindrical-coordinate representation of color #2A03ED: hue angle of 250º degrees, saturation: 0.98, 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 #2A03ED is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 3 | 237 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.07 |
| HSL | 250º | 0.98% | 0.47% | - |
| HSV(B) | 250º | 0.99% | 0.93% | - |
| XYZ | 16.27 | 6.67 | 80.55 | - |
| YUV | 41.34 | 238.42 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 237 | 0.82 | 0.99 | 0 | 0.07 | 250 | 0.98 | 0.47 |
| Hex | 2A | 3 | ED | 52 | 63 | 0 | 7 | FA | 62 | 2F |
| Octal | 52 | 3 | 355 | 122 | 143 | 0 | 7 | 372 | 142 | 57 |
| Binary | 101010 | 11 | 11101101 | 1010010 | 1100011 | 0 | 111 | 11111010 | 1100010 | 101111 |
Color Harmonies of #2A03ED
Complementary color
Monochromatic Colors of #2A03ED
Black with #2A03ED
Text Example
Text Example
White with #2A03ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A03ED; }
p { color: rgb(42,3,237); }
H1.HeaderClassName
{
color: #2A03ED;
}
.AnyTagClassName
{
color: #2A03ED;
}
</style>
background-color css
<style>
a { background-color: #2A03ED; }
a { background-color: rgb(42,3,237); }
div.DivClassName
{
background-color: #2A03ED;
}
.BgClassName
{
background-color: #2A03ED;
}
</style>
border-color css
<style>
span { border-color: #2A03ED; }
span { border-color: rgb(42,3,237); }
td.TdClassName
{
border-color: #2A03ED;
}
.TagClassName
{
border-color: #2A03ED;
}
</style>