Shades of Han Purple #2A2BEB
Tints of Han Purple #2A2BEB
RGB
CMYK
RGB Variations
Color information
#2A2BEB (or 0x2A2BEB) is known color: Han Purple. HEX triplet: 2A, 2B and EB. RGB value is (42,43,235). Sum of RGB (Red+Green+Blue) = 42+43+235=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 235 (92.19% from 255 or 73.44% from 320); Max value from RGB is 235 - color contains mainly: blue. Hex color #2A2BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A2BEB is #D5D414. Grayscale: #3F3F3F. Windows color (decimal): -14013461 or 15412010. OLE color: 15412010.
HSL color Cylindrical-coordinate representation of color #2A2BEB: hue angle of 239.69º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A2BEB is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 43 | 235 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.08 |
| HSL | 239.69º | 0.83% | 0.54% | - |
| HSV(B) | 239.69º | 0.82% | 0.92% | - |
| XYZ | 16.81 | 8.22 | 79.3 | - |
| YUV | 64.59 | 224.17 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 43 | 235 | 0.82 | 0.82 | 0 | 0.08 | 239.69 | 0.83 | 0.54 |
| Hex | 2A | 2B | EB | 52 | 52 | 0 | 8 | F0 | 53 | 36 |
| Octal | 52 | 53 | 353 | 122 | 122 | 0 | 10 | 360 | 123 | 66 |
| Binary | 101010 | 101011 | 11101011 | 1010010 | 1010010 | 0 | 1000 | 11110000 | 1010011 | 110110 |
Color Harmonies of #2A2BEB
Complementary color
Monochromatic Colors of #2A2BEB
Black with #2A2BEB
Text Example
Text Example
White with #2A2BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2BEB; }
p { color: rgb(42,43,235); }
H1.HeaderClassName
{
color: #2A2BEB;
}
.AnyTagClassName
{
color: #2A2BEB;
}
</style>
background-color css
<style>
a { background-color: #2A2BEB; }
a { background-color: rgb(42,43,235); }
div.DivClassName
{
background-color: #2A2BEB;
}
.BgClassName
{
background-color: #2A2BEB;
}
</style>
border-color css
<style>
span { border-color: #2A2BEB; }
span { border-color: rgb(42,43,235); }
td.TdClassName
{
border-color: #2A2BEB;
}
.TagClassName
{
border-color: #2A2BEB;
}
</style>