Shades of Han Purple #2A1AFB
Tints of Han Purple #2A1AFB
RGB
CMYK
RGB Variations
Color information
#2A1AFB (or 0x2A1AFB) is known color: Han Purple. HEX triplet: 2A, 1A and FB. RGB value is (42,26,251). Sum of RGB (Red+Green+Blue) = 42+26+251=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 251 (98.44% from 255 or 78.68% from 319); Max value from RGB is 251 - color contains mainly: blue. Hex color #2A1AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A1AFB is #D5E504. Grayscale: #373737. Windows color (decimal): -14017797 or 16456234. OLE color: 16456234.
HSL color Cylindrical-coordinate representation of color #2A1AFB: hue angle of 244.27º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A1AFB is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 26 | 251 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.02 |
| HSL | 244.27º | 0.97% | 0.54% | - |
| HSV(B) | 244.27º | 0.9% | 0.98% | - |
| XYZ | 18.74 | 8.2 | 91.86 | - |
| YUV | 56.43 | 237.8 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 26 | 251 | 0.83 | 0.90 | 0 | 0.02 | 244.27 | 0.97 | 0.54 |
| Hex | 2A | 1A | FB | 53 | 5A | 0 | 2 | F4 | 61 | 36 |
| Octal | 52 | 32 | 373 | 123 | 132 | 0 | 2 | 364 | 141 | 66 |
| Binary | 101010 | 11010 | 11111011 | 1010011 | 1011010 | 0 | 10 | 11110100 | 1100001 | 110110 |
Color Harmonies of #2A1AFB
Complementary color
Monochromatic Colors of #2A1AFB
Black with #2A1AFB
Text Example
Text Example
White with #2A1AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1AFB; }
p { color: rgb(42,26,251); }
H1.HeaderClassName
{
color: #2A1AFB;
}
.AnyTagClassName
{
color: #2A1AFB;
}
</style>
background-color css
<style>
a { background-color: #2A1AFB; }
a { background-color: rgb(42,26,251); }
div.DivClassName
{
background-color: #2A1AFB;
}
.BgClassName
{
background-color: #2A1AFB;
}
</style>
border-color css
<style>
span { border-color: #2A1AFB; }
span { border-color: rgb(42,26,251); }
td.TdClassName
{
border-color: #2A1AFB;
}
.TagClassName
{
border-color: #2A1AFB;
}
</style>