Shades of Han Purple #2A20EF
Tints of Han Purple #2A20EF
RGB
CMYK
RGB Variations
Color information
#2A20EF (or 0x2A20EF) is known color: Han Purple. HEX triplet: 2A, 20 and EF. RGB value is (42,32,239). Sum of RGB (Red+Green+Blue) = 42+32+239=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 239 (93.75% from 255 or 76.36% from 313); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A20EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A20EF is #D5DF10. Grayscale: #393939. Windows color (decimal): -14016273 or 15671338. OLE color: 15671338.
HSL color Cylindrical-coordinate representation of color #2A20EF: hue angle of 242.9º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A20EF is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 32 | 239 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.06 |
| HSL | 242.9º | 0.87% | 0.53% | - |
| HSV(B) | 242.9º | 0.87% | 0.94% | - |
| XYZ | 17.05 | 7.76 | 82.26 | - |
| YUV | 58.59 | 229.81 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 239 | 0.82 | 0.87 | 0 | 0.06 | 242.9 | 0.87 | 0.53 |
| Hex | 2A | 20 | EF | 52 | 57 | 0 | 6 | F3 | 57 | 35 |
| Octal | 52 | 40 | 357 | 122 | 127 | 0 | 6 | 363 | 127 | 65 |
| Binary | 101010 | 100000 | 11101111 | 1010010 | 1010111 | 0 | 110 | 11110011 | 1010111 | 110101 |
Color Harmonies of #2A20EF
Complementary color
Monochromatic Colors of #2A20EF
Black with #2A20EF
Text Example
Text Example
White with #2A20EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A20EF; }
p { color: rgb(42,32,239); }
H1.HeaderClassName
{
color: #2A20EF;
}
.AnyTagClassName
{
color: #2A20EF;
}
</style>
background-color css
<style>
a { background-color: #2A20EF; }
a { background-color: rgb(42,32,239); }
div.DivClassName
{
background-color: #2A20EF;
}
.BgClassName
{
background-color: #2A20EF;
}
</style>
border-color css
<style>
span { border-color: #2A20EF; }
span { border-color: rgb(42,32,239); }
td.TdClassName
{
border-color: #2A20EF;
}
.TagClassName
{
border-color: #2A20EF;
}
</style>