Shades of Han Purple #3B2CED
Tints of Han Purple #3B2CED
RGB
CMYK
RGB Variations
Color information
#3B2CED (or 0x3B2CED) is known color: Han Purple. HEX triplet: 3B, 2C and ED. RGB value is (59,44,237). Sum of RGB (Red+Green+Blue) = 59+44+237=340 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.35% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #3B2CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B2CED is #C4D312. Grayscale: #454545. Windows color (decimal): -12899091 or 15543355. OLE color: 15543355.
HSL color Cylindrical-coordinate representation of color #3B2CED: hue angle of 244.66º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B2CED is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 44 | 237 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.07 |
| HSL | 244.66º | 0.84% | 0.55% | - |
| HSV(B) | 244.66º | 0.81% | 0.93% | - |
| XYZ | 17.99 | 8.85 | 80.88 | - |
| YUV | 70.49 | 221.97 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 237 | 0.75 | 0.81 | 0 | 0.07 | 244.66 | 0.84 | 0.55 |
| Hex | 3B | 2C | ED | 4B | 51 | 0 | 7 | F5 | 54 | 37 |
| Octal | 73 | 54 | 355 | 113 | 121 | 0 | 7 | 365 | 124 | 67 |
| Binary | 111011 | 101100 | 11101101 | 1001011 | 1010001 | 0 | 111 | 11110101 | 1010100 | 110111 |
Color Harmonies of #3B2CED
Complementary color
Monochromatic Colors of #3B2CED
Black with #3B2CED
Text Example
Text Example
White with #3B2CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2CED; }
p { color: rgb(59,44,237); }
H1.HeaderClassName
{
color: #3B2CED;
}
.AnyTagClassName
{
color: #3B2CED;
}
</style>
background-color css
<style>
a { background-color: #3B2CED; }
a { background-color: rgb(59,44,237); }
div.DivClassName
{
background-color: #3B2CED;
}
.BgClassName
{
background-color: #3B2CED;
}
</style>
border-color css
<style>
span { border-color: #3B2CED; }
span { border-color: rgb(59,44,237); }
td.TdClassName
{
border-color: #3B2CED;
}
.TagClassName
{
border-color: #3B2CED;
}
</style>