Shades of Han Purple #3B2BED
Tints of Han Purple #3B2BED
RGB
CMYK
RGB Variations
Color information
#3B2BED (or 0x3B2BED) is known color: Han Purple. HEX triplet: 3B, 2B and ED. RGB value is (59,43,237). Sum of RGB (Red+Green+Blue) = 59+43+237=339 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.40% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #3B2BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B2BED is #C4D412. Grayscale: #454545. Windows color (decimal): -12899347 or 15543099. OLE color: 15543099.
HSL color Cylindrical-coordinate representation of color #3B2BED: hue angle of 244.95º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B2BED is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 43 | 237 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.07 |
| HSL | 244.95º | 0.84% | 0.55% | - |
| HSV(B) | 244.95º | 0.82% | 0.93% | - |
| XYZ | 17.95 | 8.77 | 80.87 | - |
| YUV | 69.9 | 222.3 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 43 | 237 | 0.75 | 0.82 | 0 | 0.07 | 244.95 | 0.84 | 0.55 |
| Hex | 3B | 2B | ED | 4B | 52 | 0 | 7 | F5 | 54 | 37 |
| Octal | 73 | 53 | 355 | 113 | 122 | 0 | 7 | 365 | 124 | 67 |
| Binary | 111011 | 101011 | 11101101 | 1001011 | 1010010 | 0 | 111 | 11110101 | 1010100 | 110111 |
Color Harmonies of #3B2BED
Complementary color
Monochromatic Colors of #3B2BED
Black with #3B2BED
Text Example
Text Example
White with #3B2BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2BED; }
p { color: rgb(59,43,237); }
H1.HeaderClassName
{
color: #3B2BED;
}
.AnyTagClassName
{
color: #3B2BED;
}
</style>
background-color css
<style>
a { background-color: #3B2BED; }
a { background-color: rgb(59,43,237); }
div.DivClassName
{
background-color: #3B2BED;
}
.BgClassName
{
background-color: #3B2BED;
}
</style>
border-color css
<style>
span { border-color: #3B2BED; }
span { border-color: rgb(59,43,237); }
td.TdClassName
{
border-color: #3B2BED;
}
.TagClassName
{
border-color: #3B2BED;
}
</style>