Shades of Han Purple #2A22EF
Tints of Han Purple #2A22EF
RGB
CMYK
RGB Variations
Color information
#2A22EF (or 0x2A22EF) is known color: Han Purple. HEX triplet: 2A, 22 and EF. RGB value is (42,34,239). Sum of RGB (Red+Green+Blue) = 42+34+239=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A22EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A22EF is #D5DD10. Grayscale: #3A3A3A. Windows color (decimal): -14015761 or 15671850. OLE color: 15671850.
HSL color Cylindrical-coordinate representation of color #2A22EF: hue angle of 242.34º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A22EF is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 34 | 239 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.06 |
| HSL | 242.34º | 0.86% | 0.54% | - |
| HSV(B) | 242.34º | 0.86% | 0.94% | - |
| XYZ | 17.11 | 7.87 | 82.28 | - |
| YUV | 59.76 | 229.15 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 239 | 0.82 | 0.86 | 0 | 0.06 | 242.34 | 0.86 | 0.54 |
| Hex | 2A | 22 | EF | 52 | 56 | 0 | 6 | F2 | 56 | 36 |
| Octal | 52 | 42 | 357 | 122 | 126 | 0 | 6 | 362 | 126 | 66 |
| Binary | 101010 | 100010 | 11101111 | 1010010 | 1010110 | 0 | 110 | 11110010 | 1010110 | 110110 |
Color Harmonies of #2A22EF
Complementary color
Monochromatic Colors of #2A22EF
Black with #2A22EF
Text Example
Text Example
White with #2A22EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A22EF; }
p { color: rgb(42,34,239); }
H1.HeaderClassName
{
color: #2A22EF;
}
.AnyTagClassName
{
color: #2A22EF;
}
</style>
background-color css
<style>
a { background-color: #2A22EF; }
a { background-color: rgb(42,34,239); }
div.DivClassName
{
background-color: #2A22EF;
}
.BgClassName
{
background-color: #2A22EF;
}
</style>
border-color css
<style>
span { border-color: #2A22EF; }
span { border-color: rgb(42,34,239); }
td.TdClassName
{
border-color: #2A22EF;
}
.TagClassName
{
border-color: #2A22EF;
}
</style>