Shades of Han Purple #2A06E6
Tints of Han Purple #2A06E6
RGB
CMYK
RGB Variations
Color information
#2A06E6 (or 0x2A06E6) is known color: Han Purple. HEX triplet: 2A, 06 and E6. RGB value is (42,6,230). Sum of RGB (Red+Green+Blue) = 42+6+230=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 230 (90.23% from 255 or 82.73% from 278); Max value from RGB is 230 - color contains mainly: blue. Hex color #2A06E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A06E6 is #D5F919. Grayscale: #292929. Windows color (decimal): -14022938 or 15074858. OLE color: 15074858.
HSL color Cylindrical-coordinate representation of color #2A06E6: hue angle of 249.64º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A06E6 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 6 | 230 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.10 |
| HSL | 249.64º | 0.95% | 0.46% | - |
| HSV(B) | 249.64º | 0.97% | 0.9% | - |
| XYZ | 15.3 | 6.34 | 75.28 | - |
| YUV | 42.3 | 233.93 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 230 | 0.82 | 0.97 | 0 | 0.10 | 249.64 | 0.95 | 0.46 |
| Hex | 2A | 6 | E6 | 52 | 61 | 0 | A | FA | 5F | 2E |
| Octal | 52 | 6 | 346 | 122 | 141 | 0 | 12 | 372 | 137 | 56 |
| Binary | 101010 | 110 | 11100110 | 1010010 | 1100001 | 0 | 1010 | 11111010 | 1011111 | 101110 |
Color Harmonies of #2A06E6
Complementary color
Monochromatic Colors of #2A06E6
Black with #2A06E6
Text Example
Text Example
White with #2A06E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A06E6; }
p { color: rgb(42,6,230); }
H1.HeaderClassName
{
color: #2A06E6;
}
.AnyTagClassName
{
color: #2A06E6;
}
</style>
background-color css
<style>
a { background-color: #2A06E6; }
a { background-color: rgb(42,6,230); }
div.DivClassName
{
background-color: #2A06E6;
}
.BgClassName
{
background-color: #2A06E6;
}
</style>
border-color css
<style>
span { border-color: #2A06E6; }
span { border-color: rgb(42,6,230); }
td.TdClassName
{
border-color: #2A06E6;
}
.TagClassName
{
border-color: #2A06E6;
}
</style>