Shades of Han Purple #2A0AFF
Tints of Han Purple #2A0AFF
RGB
CMYK
RGB Variations
Color information
#2A0AFF (or 0x2A0AFF) is known color: Han Purple. HEX triplet: 2A, 0A and FF. RGB value is (42,10,255). Sum of RGB (Red+Green+Blue) = 42+10+255=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 255 (100% from 255 or 83.06% from 307); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A0AFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A0AFF is #D5F500. Grayscale: #2E2E2E. Windows color (decimal): -14021889 or 16714282. OLE color: 16714282.
HSL color Cylindrical-coordinate representation of color #2A0AFF: hue angle of 247.84º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A0AFF is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 10 | 255 | - |
| CMYK | 0.84 | 0.96 | 0 | 0 |
| HSL | 247.84º | 1% | 0.52% | - |
| HSV(B) | 247.84º | 0.96% | 1% | - |
| XYZ | 19.11 | 7.93 | 95.13 | - |
| YUV | 47.5 | 245.1 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 10 | 255 | 0.84 | 0.96 | 0 | 0 | 247.84 | 1 | 0.52 |
| Hex | 2A | A | FF | 54 | 60 | 0 | 0 | F8 | 64 | 34 |
| Octal | 52 | 12 | 377 | 124 | 140 | 0 | 0 | 370 | 144 | 64 |
| Binary | 101010 | 1010 | 11111111 | 1010100 | 1100000 | 0 | 0 | 11111000 | 1100100 | 110100 |
Color Harmonies of #2A0AFF
Complementary color
Monochromatic Colors of #2A0AFF
Black with #2A0AFF
Text Example
Text Example
White with #2A0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0AFF; }
p { color: rgb(42,10,255); }
H1.HeaderClassName
{
color: #2A0AFF;
}
.AnyTagClassName
{
color: #2A0AFF;
}
</style>
background-color css
<style>
a { background-color: #2A0AFF; }
a { background-color: rgb(42,10,255); }
div.DivClassName
{
background-color: #2A0AFF;
}
.BgClassName
{
background-color: #2A0AFF;
}
</style>
border-color css
<style>
span { border-color: #2A0AFF; }
span { border-color: rgb(42,10,255); }
td.TdClassName
{
border-color: #2A0AFF;
}
.TagClassName
{
border-color: #2A0AFF;
}
</style>