Shades of Han Purple #2A06EC
Tints of Han Purple #2A06EC
RGB
CMYK
RGB Variations
Color information
#2A06EC (or 0x2A06EC) is known color: Han Purple. HEX triplet: 2A, 06 and EC. RGB value is (42,6,236). Sum of RGB (Red+Green+Blue) = 42+6+236=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 236 (92.58% from 255 or 83.10% from 284); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A06EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A06EC is #D5F913. Grayscale: #2A2A2A. Windows color (decimal): -14022932 or 15468074. OLE color: 15468074.
HSL color Cylindrical-coordinate representation of color #2A06EC: hue angle of 249.39º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A06EC is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 6 | 236 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.07 |
| HSL | 249.39º | 0.95% | 0.47% | - |
| HSV(B) | 249.39º | 0.97% | 0.93% | - |
| XYZ | 16.16 | 6.68 | 79.79 | - |
| YUV | 42.98 | 236.93 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 236 | 0.82 | 0.97 | 0 | 0.07 | 249.39 | 0.95 | 0.47 |
| Hex | 2A | 6 | EC | 52 | 61 | 0 | 7 | F9 | 5F | 2F |
| Octal | 52 | 6 | 354 | 122 | 141 | 0 | 7 | 371 | 137 | 57 |
| Binary | 101010 | 110 | 11101100 | 1010010 | 1100001 | 0 | 111 | 11111001 | 1011111 | 101111 |
Color Harmonies of #2A06EC
Complementary color
Monochromatic Colors of #2A06EC
Black with #2A06EC
Text Example
Text Example
White with #2A06EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A06EC; }
p { color: rgb(42,6,236); }
H1.HeaderClassName
{
color: #2A06EC;
}
.AnyTagClassName
{
color: #2A06EC;
}
</style>
background-color css
<style>
a { background-color: #2A06EC; }
a { background-color: rgb(42,6,236); }
div.DivClassName
{
background-color: #2A06EC;
}
.BgClassName
{
background-color: #2A06EC;
}
</style>
border-color css
<style>
span { border-color: #2A06EC; }
span { border-color: rgb(42,6,236); }
td.TdClassName
{
border-color: #2A06EC;
}
.TagClassName
{
border-color: #2A06EC;
}
</style>