Shades of Han Purple #2A02EC
Tints of Han Purple #2A02EC
RGB
CMYK
RGB Variations
Color information
#2A02EC (or 0x2A02EC) is known color: Han Purple. HEX triplet: 2A, 02 and EC. RGB value is (42,2,236). Sum of RGB (Red+Green+Blue) = 42+2+236=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 236 (92.58% from 255 or 84.29% from 280); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A02EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A02EC is #D5FD13. Grayscale: #272727. Windows color (decimal): -14023956 or 15467050. OLE color: 15467050.
HSL color Cylindrical-coordinate representation of color #2A02EC: hue angle of 250.26º 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 #2A02EC is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 2 | 236 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.07 |
| HSL | 250.26º | 0.98% | 0.47% | - |
| HSV(B) | 250.26º | 0.99% | 0.93% | - |
| XYZ | 16.12 | 6.59 | 79.78 | - |
| YUV | 40.64 | 238.25 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 236 | 0.82 | 0.99 | 0 | 0.07 | 250.26 | 0.98 | 0.47 |
| Hex | 2A | 2 | EC | 52 | 63 | 0 | 7 | FA | 62 | 2F |
| Octal | 52 | 2 | 354 | 122 | 143 | 0 | 7 | 372 | 142 | 57 |
| Binary | 101010 | 10 | 11101100 | 1010010 | 1100011 | 0 | 111 | 11111010 | 1100010 | 101111 |
Color Harmonies of #2A02EC
Complementary color
Monochromatic Colors of #2A02EC
Black with #2A02EC
Text Example
Text Example
White with #2A02EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A02EC; }
p { color: rgb(42,2,236); }
H1.HeaderClassName
{
color: #2A02EC;
}
.AnyTagClassName
{
color: #2A02EC;
}
</style>
background-color css
<style>
a { background-color: #2A02EC; }
a { background-color: rgb(42,2,236); }
div.DivClassName
{
background-color: #2A02EC;
}
.BgClassName
{
background-color: #2A02EC;
}
</style>
border-color css
<style>
span { border-color: #2A02EC; }
span { border-color: rgb(42,2,236); }
td.TdClassName
{
border-color: #2A02EC;
}
.TagClassName
{
border-color: #2A02EC;
}
</style>