Shades of Han Purple #2A08EC
Tints of Han Purple #2A08EC
RGB
CMYK
RGB Variations
Color information
#2A08EC (or 0x2A08EC) is known color: Han Purple. HEX triplet: 2A, 08 and EC. RGB value is (42,8,236). Sum of RGB (Red+Green+Blue) = 42+8+236=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 236 (92.58% from 255 or 82.52% from 286); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A08EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A08EC is #D5F713. Grayscale: #2B2B2B. Windows color (decimal): -14022420 or 15468586. OLE color: 15468586.
HSL color Cylindrical-coordinate representation of color #2A08EC: hue angle of 248.95º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A08EC is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 8 | 236 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.07 |
| HSL | 248.95º | 0.93% | 0.48% | - |
| HSV(B) | 248.95º | 0.97% | 0.93% | - |
| XYZ | 16.18 | 6.72 | 79.8 | - |
| YUV | 44.16 | 236.26 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 236 | 0.82 | 0.97 | 0 | 0.07 | 248.95 | 0.93 | 0.48 |
| Hex | 2A | 8 | EC | 52 | 61 | 0 | 7 | F9 | 5D | 30 |
| Octal | 52 | 10 | 354 | 122 | 141 | 0 | 7 | 371 | 135 | 60 |
| Binary | 101010 | 1000 | 11101100 | 1010010 | 1100001 | 0 | 111 | 11111001 | 1011101 | 110000 |
Color Harmonies of #2A08EC
Complementary color
Monochromatic Colors of #2A08EC
Black with #2A08EC
Text Example
Text Example
White with #2A08EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A08EC; }
p { color: rgb(42,8,236); }
H1.HeaderClassName
{
color: #2A08EC;
}
.AnyTagClassName
{
color: #2A08EC;
}
</style>
background-color css
<style>
a { background-color: #2A08EC; }
a { background-color: rgb(42,8,236); }
div.DivClassName
{
background-color: #2A08EC;
}
.BgClassName
{
background-color: #2A08EC;
}
</style>
border-color css
<style>
span { border-color: #2A08EC; }
span { border-color: rgb(42,8,236); }
td.TdClassName
{
border-color: #2A08EC;
}
.TagClassName
{
border-color: #2A08EC;
}
</style>