Shades of Han Purple #3B2DD9
Tints of Han Purple #3B2DD9
RGB
CMYK
RGB Variations
Color information
#3B2DD9 (or 0x3B2DD9) is known color: Han Purple. HEX triplet: 3B, 2D and D9. RGB value is (59,45,217). Sum of RGB (Red+Green+Blue) = 59+45+217=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 217 (85.16% from 255 or 67.60% from 321); Max value from RGB is 217 - color contains mainly: blue. Hex color #3B2DD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2DD9 is #C4D226. Grayscale: #444444. Windows color (decimal): -12898855 or 14232891. OLE color: 14232891.
HSL color Cylindrical-coordinate representation of color #3B2DD9: hue angle of 244.88º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B2DD9 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 45 | 217 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.15 |
| HSL | 244.88º | 0.69% | 0.51% | - |
| HSV(B) | 244.88º | 0.79% | 0.85% | - |
| XYZ | 15.27 | 7.82 | 66.35 | - |
| YUV | 68.79 | 211.64 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 217 | 0.73 | 0.79 | 0 | 0.15 | 244.88 | 0.69 | 0.51 |
| Hex | 3B | 2D | D9 | 49 | 4F | 0 | F | F5 | 45 | 33 |
| Octal | 73 | 55 | 331 | 111 | 117 | 0 | 17 | 365 | 105 | 63 |
| Binary | 111011 | 101101 | 11011001 | 1001001 | 1001111 | 0 | 1111 | 11110101 | 1000101 | 110011 |
Color Harmonies of #3B2DD9
Complementary color
Monochromatic Colors of #3B2DD9
Black with #3B2DD9
Text Example
Text Example
White with #3B2DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2DD9; }
p { color: rgb(59,45,217); }
H1.HeaderClassName
{
color: #3B2DD9;
}
.AnyTagClassName
{
color: #3B2DD9;
}
</style>
background-color css
<style>
a { background-color: #3B2DD9; }
a { background-color: rgb(59,45,217); }
div.DivClassName
{
background-color: #3B2DD9;
}
.BgClassName
{
background-color: #3B2DD9;
}
</style>
border-color css
<style>
span { border-color: #3B2DD9; }
span { border-color: rgb(59,45,217); }
td.TdClassName
{
border-color: #3B2DD9;
}
.TagClassName
{
border-color: #3B2DD9;
}
</style>