Shades of Han Purple #2A1AFF
Tints of Han Purple #2A1AFF
RGB
CMYK
RGB Variations
Color information
#2A1AFF (or 0x2A1AFF) is known color: Han Purple. HEX triplet: 2A, 1A and FF. RGB value is (42,26,255). Sum of RGB (Red+Green+Blue) = 42+26+255=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 255 (100% from 255 or 78.95% from 323); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A1AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A1AFF is #D5E500. Grayscale: #373737. Windows color (decimal): -14017793 or 16718378. OLE color: 16718378.
HSL color Cylindrical-coordinate representation of color #2A1AFF: hue angle of 244.19º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A1AFF is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 26 | 255 | - |
| CMYK | 0.84 | 0.90 | 0 | 0 |
| HSL | 244.19º | 1% | 0.55% | - |
| HSV(B) | 244.19º | 0.9% | 1% | - |
| XYZ | 19.37 | 8.45 | 95.22 | - |
| YUV | 56.89 | 239.8 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 26 | 255 | 0.84 | 0.90 | 0 | 0 | 244.19 | 1 | 0.55 |
| Hex | 2A | 1A | FF | 54 | 5A | 0 | 0 | F4 | 64 | 37 |
| Octal | 52 | 32 | 377 | 124 | 132 | 0 | 0 | 364 | 144 | 67 |
| Binary | 101010 | 11010 | 11111111 | 1010100 | 1011010 | 0 | 0 | 11110100 | 1100100 | 110111 |
Color Harmonies of #2A1AFF
Complementary color
Monochromatic Colors of #2A1AFF
Black with #2A1AFF
Text Example
Text Example
White with #2A1AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1AFF; }
p { color: rgb(42,26,255); }
H1.HeaderClassName
{
color: #2A1AFF;
}
.AnyTagClassName
{
color: #2A1AFF;
}
</style>
background-color css
<style>
a { background-color: #2A1AFF; }
a { background-color: rgb(42,26,255); }
div.DivClassName
{
background-color: #2A1AFF;
}
.BgClassName
{
background-color: #2A1AFF;
}
</style>
border-color css
<style>
span { border-color: #2A1AFF; }
span { border-color: rgb(42,26,255); }
td.TdClassName
{
border-color: #2A1AFF;
}
.TagClassName
{
border-color: #2A1AFF;
}
</style>