Shades of Han Purple #3B2AE0
Tints of Han Purple #3B2AE0
RGB
CMYK
RGB Variations
Color information
#3B2AE0 (or 0x3B2AE0) is known color: Han Purple. HEX triplet: 3B, 2A and E0. RGB value is (59,42,224). Sum of RGB (Red+Green+Blue) = 59+42+224=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 224 (87.89% from 255 or 68.92% from 325); Max value from RGB is 224 - color contains mainly: blue. Hex color #3B2AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2AE0 is #C4D51F. Grayscale: #434343. Windows color (decimal): -12899616 or 14690875. OLE color: 14690875.
HSL color Cylindrical-coordinate representation of color #3B2AE0: hue angle of 245.6º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B2AE0 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 42 | 224 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.12 |
| HSL | 245.6º | 0.75% | 0.52% | - |
| HSV(B) | 245.6º | 0.81% | 0.88% | - |
| XYZ | 16.09 | 7.97 | 71.21 | - |
| YUV | 67.83 | 216.13 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 42 | 224 | 0.74 | 0.81 | 0 | 0.12 | 245.6 | 0.75 | 0.52 |
| Hex | 3B | 2A | E0 | 4A | 51 | 0 | C | F6 | 4B | 34 |
| Octal | 73 | 52 | 340 | 112 | 121 | 0 | 14 | 366 | 113 | 64 |
| Binary | 111011 | 101010 | 11100000 | 1001010 | 1010001 | 0 | 1100 | 11110110 | 1001011 | 110100 |
Color Harmonies of #3B2AE0
Complementary color
Monochromatic Colors of #3B2AE0
Black with #3B2AE0
Text Example
Text Example
White with #3B2AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2AE0; }
p { color: rgb(59,42,224); }
H1.HeaderClassName
{
color: #3B2AE0;
}
.AnyTagClassName
{
color: #3B2AE0;
}
</style>
background-color css
<style>
a { background-color: #3B2AE0; }
a { background-color: rgb(59,42,224); }
div.DivClassName
{
background-color: #3B2AE0;
}
.BgClassName
{
background-color: #3B2AE0;
}
</style>
border-color css
<style>
span { border-color: #3B2AE0; }
span { border-color: rgb(59,42,224); }
td.TdClassName
{
border-color: #3B2AE0;
}
.TagClassName
{
border-color: #3B2AE0;
}
</style>