Shades of Han Purple #3B2CE9
Tints of Han Purple #3B2CE9
RGB
CMYK
RGB Variations
Color information
#3B2CE9 (or 0x3B2CE9) is known color: Han Purple. HEX triplet: 3B, 2C and E9. RGB value is (59,44,233). Sum of RGB (Red+Green+Blue) = 59+44+233=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 233 (91.41% from 255 or 69.35% from 336); Max value from RGB is 233 - color contains mainly: blue. Hex color #3B2CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B2CE9 is #C4D316. Grayscale: #454545. Windows color (decimal): -12899095 or 15281211. OLE color: 15281211.
HSL color Cylindrical-coordinate representation of color #3B2CE9: hue angle of 244.76º degrees, saturation: 0.81, 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 #3B2CE9 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 44 | 233 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.09 |
| HSL | 244.76º | 0.81% | 0.54% | - |
| HSV(B) | 244.76º | 0.81% | 0.91% | - |
| XYZ | 17.41 | 8.61 | 77.84 | - |
| YUV | 70.03 | 219.97 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 233 | 0.75 | 0.81 | 0 | 0.09 | 244.76 | 0.81 | 0.54 |
| Hex | 3B | 2C | E9 | 4B | 51 | 0 | 9 | F5 | 51 | 36 |
| Octal | 73 | 54 | 351 | 113 | 121 | 0 | 11 | 365 | 121 | 66 |
| Binary | 111011 | 101100 | 11101001 | 1001011 | 1010001 | 0 | 1001 | 11110101 | 1010001 | 110110 |
Color Harmonies of #3B2CE9
Complementary color
Monochromatic Colors of #3B2CE9
Black with #3B2CE9
Text Example
Text Example
White with #3B2CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2CE9; }
p { color: rgb(59,44,233); }
H1.HeaderClassName
{
color: #3B2CE9;
}
.AnyTagClassName
{
color: #3B2CE9;
}
</style>
background-color css
<style>
a { background-color: #3B2CE9; }
a { background-color: rgb(59,44,233); }
div.DivClassName
{
background-color: #3B2CE9;
}
.BgClassName
{
background-color: #3B2CE9;
}
</style>
border-color css
<style>
span { border-color: #3B2CE9; }
span { border-color: rgb(59,44,233); }
td.TdClassName
{
border-color: #3B2CE9;
}
.TagClassName
{
border-color: #3B2CE9;
}
</style>