Shades of Han Purple #3B2EDD
Tints of Han Purple #3B2EDD
RGB
CMYK
RGB Variations
Color information
#3B2EDD (or 0x3B2EDD) is known color: Han Purple. HEX triplet: 3B, 2E and DD. RGB value is (59,46,221). Sum of RGB (Red+Green+Blue) = 59+46+221=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #3B2EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2EDD is #C4D122. Grayscale: #454545. Windows color (decimal): -12898595 or 14495291. OLE color: 14495291.
HSL color Cylindrical-coordinate representation of color #3B2EDD: hue angle of 244.46º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B2EDD is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 46 | 221 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.13 |
| HSL | 244.46º | 0.72% | 0.52% | - |
| HSV(B) | 244.46º | 0.79% | 0.87% | - |
| XYZ | 15.83 | 8.1 | 69.14 | - |
| YUV | 69.84 | 213.31 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 46 | 221 | 0.73 | 0.79 | 0 | 0.13 | 244.46 | 0.72 | 0.52 |
| Hex | 3B | 2E | DD | 49 | 4F | 0 | D | F4 | 48 | 34 |
| Octal | 73 | 56 | 335 | 111 | 117 | 0 | 15 | 364 | 110 | 64 |
| Binary | 111011 | 101110 | 11011101 | 1001001 | 1001111 | 0 | 1101 | 11110100 | 1001000 | 110100 |
Color Harmonies of #3B2EDD
Complementary color
Monochromatic Colors of #3B2EDD
Black with #3B2EDD
Text Example
Text Example
White with #3B2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2EDD; }
p { color: rgb(59,46,221); }
H1.HeaderClassName
{
color: #3B2EDD;
}
.AnyTagClassName
{
color: #3B2EDD;
}
</style>
background-color css
<style>
a { background-color: #3B2EDD; }
a { background-color: rgb(59,46,221); }
div.DivClassName
{
background-color: #3B2EDD;
}
.BgClassName
{
background-color: #3B2EDD;
}
</style>
border-color css
<style>
span { border-color: #3B2EDD; }
span { border-color: rgb(59,46,221); }
td.TdClassName
{
border-color: #3B2EDD;
}
.TagClassName
{
border-color: #3B2EDD;
}
</style>