Shades of Han Purple #2A1AFD
Tints of Han Purple #2A1AFD
RGB
CMYK
RGB Variations
Color information
#2A1AFD (or 0x2A1AFD) is known color: Han Purple. HEX triplet: 2A, 1A and FD. RGB value is (42,26,253). Sum of RGB (Red+Green+Blue) = 42+26+253=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 253 (99.22% from 255 or 78.82% from 321); Max value from RGB is 253 - color contains mainly: blue. Hex color #2A1AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A1AFD is #D5E502. Grayscale: #373737. Windows color (decimal): -14017795 or 16587306. OLE color: 16587306.
HSL color Cylindrical-coordinate representation of color #2A1AFD: hue angle of 244.23º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A1AFD is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 26 | 253 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.01 |
| HSL | 244.23º | 0.98% | 0.55% | - |
| HSV(B) | 244.23º | 0.9% | 0.99% | - |
| XYZ | 19.05 | 8.32 | 93.53 | - |
| YUV | 56.66 | 238.8 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 26 | 253 | 0.83 | 0.90 | 0 | 0.01 | 244.23 | 0.98 | 0.55 |
| Hex | 2A | 1A | FD | 53 | 5A | 0 | 1 | F4 | 62 | 37 |
| Octal | 52 | 32 | 375 | 123 | 132 | 0 | 1 | 364 | 142 | 67 |
| Binary | 101010 | 11010 | 11111101 | 1010011 | 1011010 | 0 | 1 | 11110100 | 1100010 | 110111 |
Color Harmonies of #2A1AFD
Complementary color
Monochromatic Colors of #2A1AFD
Black with #2A1AFD
Text Example
Text Example
White with #2A1AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1AFD; }
p { color: rgb(42,26,253); }
H1.HeaderClassName
{
color: #2A1AFD;
}
.AnyTagClassName
{
color: #2A1AFD;
}
</style>
background-color css
<style>
a { background-color: #2A1AFD; }
a { background-color: rgb(42,26,253); }
div.DivClassName
{
background-color: #2A1AFD;
}
.BgClassName
{
background-color: #2A1AFD;
}
</style>
border-color css
<style>
span { border-color: #2A1AFD; }
span { border-color: rgb(42,26,253); }
td.TdClassName
{
border-color: #2A1AFD;
}
.TagClassName
{
border-color: #2A1AFD;
}
</style>