Shades of Han Purple #3A2BE6
Tints of Han Purple #3A2BE6
RGB
CMYK
RGB Variations
Color information
#3A2BE6 (or 0x3A2BE6) is known color: Han Purple. HEX triplet: 3A, 2B and E6. RGB value is (58,43,230). Sum of RGB (Red+Green+Blue) = 58+43+230=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 230 (90.23% from 255 or 69.49% from 331); Max value from RGB is 230 - color contains mainly: blue. Hex color #3A2BE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A2BE6 is #C5D419. Grayscale: #444444. Windows color (decimal): -12964890 or 15084346. OLE color: 15084346.
HSL color Cylindrical-coordinate representation of color #3A2BE6: hue angle of 244.81º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A2BE6 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 58 | 43 | 230 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.10 |
| HSL | 244.81º | 0.79% | 0.54% | - |
| HSV(B) | 244.81º | 0.81% | 0.9% | - |
| XYZ | 16.89 | 8.34 | 75.58 | - |
| YUV | 68.8 | 218.97 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 43 | 230 | 0.75 | 0.81 | 0 | 0.10 | 244.81 | 0.79 | 0.54 |
| Hex | 3A | 2B | E6 | 4B | 51 | 0 | A | F5 | 4F | 36 |
| Octal | 72 | 53 | 346 | 113 | 121 | 0 | 12 | 365 | 117 | 66 |
| Binary | 111010 | 101011 | 11100110 | 1001011 | 1010001 | 0 | 1010 | 11110101 | 1001111 | 110110 |
Color Harmonies of #3A2BE6
Complementary color
Monochromatic Colors of #3A2BE6
Black with #3A2BE6
Text Example
Text Example
White with #3A2BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2BE6; }
p { color: rgb(58,43,230); }
H1.HeaderClassName
{
color: #3A2BE6;
}
.AnyTagClassName
{
color: #3A2BE6;
}
</style>
background-color css
<style>
a { background-color: #3A2BE6; }
a { background-color: rgb(58,43,230); }
div.DivClassName
{
background-color: #3A2BE6;
}
.BgClassName
{
background-color: #3A2BE6;
}
</style>
border-color css
<style>
span { border-color: #3A2BE6; }
span { border-color: rgb(58,43,230); }
td.TdClassName
{
border-color: #3A2BE6;
}
.TagClassName
{
border-color: #3A2BE6;
}
</style>