Shades of Han Purple #3A2BE8
Tints of Han Purple #3A2BE8
RGB
CMYK
RGB Variations
Color information
#3A2BE8 (or 0x3A2BE8) is known color: Han Purple. HEX triplet: 3A, 2B and E8. RGB value is (58,43,232). Sum of RGB (Red+Green+Blue) = 58+43+232=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 232 (91.02% from 255 or 69.67% from 333); Max value from RGB is 232 - color contains mainly: blue. Hex color #3A2BE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A2BE8 is #C5D417. Grayscale: #444444. Windows color (decimal): -12964888 or 15215418. OLE color: 15215418.
HSL color Cylindrical-coordinate representation of color #3A2BE8: hue angle of 244.76º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A2BE8 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 58 | 43 | 232 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.09 |
| HSL | 244.76º | 0.8% | 0.54% | - |
| HSV(B) | 244.76º | 0.81% | 0.91% | - |
| XYZ | 17.17 | 8.45 | 77.07 | - |
| YUV | 69.03 | 219.97 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 43 | 232 | 0.75 | 0.81 | 0 | 0.09 | 244.76 | 0.8 | 0.54 |
| Hex | 3A | 2B | E8 | 4B | 51 | 0 | 9 | F5 | 50 | 36 |
| Octal | 72 | 53 | 350 | 113 | 121 | 0 | 11 | 365 | 120 | 66 |
| Binary | 111010 | 101011 | 11101000 | 1001011 | 1010001 | 0 | 1001 | 11110101 | 1010000 | 110110 |
Color Harmonies of #3A2BE8
Complementary color
Monochromatic Colors of #3A2BE8
Black with #3A2BE8
Text Example
Text Example
White with #3A2BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2BE8; }
p { color: rgb(58,43,232); }
H1.HeaderClassName
{
color: #3A2BE8;
}
.AnyTagClassName
{
color: #3A2BE8;
}
</style>
background-color css
<style>
a { background-color: #3A2BE8; }
a { background-color: rgb(58,43,232); }
div.DivClassName
{
background-color: #3A2BE8;
}
.BgClassName
{
background-color: #3A2BE8;
}
</style>
border-color css
<style>
span { border-color: #3A2BE8; }
span { border-color: rgb(58,43,232); }
td.TdClassName
{
border-color: #3A2BE8;
}
.TagClassName
{
border-color: #3A2BE8;
}
</style>