Shades of Han Purple #3B2DDC
Tints of Han Purple #3B2DDC
RGB
CMYK
RGB Variations
Color information
#3B2DDC (or 0x3B2DDC) is known color: Han Purple. HEX triplet: 3B, 2D and DC. RGB value is (59,45,220). Sum of RGB (Red+Green+Blue) = 59+45+220=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B2DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2DDC is #C4D223. Grayscale: #444444. Windows color (decimal): -12898852 or 14429499. OLE color: 14429499.
HSL color Cylindrical-coordinate representation of color #3B2DDC: hue angle of 244.8º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B2DDC is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 45 | 220 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.14 |
| HSL | 244.8º | 0.71% | 0.52% | - |
| HSV(B) | 244.8º | 0.8% | 0.86% | - |
| XYZ | 15.66 | 7.97 | 68.42 | - |
| YUV | 69.14 | 213.14 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 220 | 0.73 | 0.80 | 0 | 0.14 | 244.8 | 0.71 | 0.52 |
| Hex | 3B | 2D | DC | 49 | 50 | 0 | E | F5 | 47 | 34 |
| Octal | 73 | 55 | 334 | 111 | 120 | 0 | 16 | 365 | 107 | 64 |
| Binary | 111011 | 101101 | 11011100 | 1001001 | 1010000 | 0 | 1110 | 11110101 | 1000111 | 110100 |
Color Harmonies of #3B2DDC
Complementary color
Monochromatic Colors of #3B2DDC
Black with #3B2DDC
Text Example
Text Example
White with #3B2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2DDC; }
p { color: rgb(59,45,220); }
H1.HeaderClassName
{
color: #3B2DDC;
}
.AnyTagClassName
{
color: #3B2DDC;
}
</style>
background-color css
<style>
a { background-color: #3B2DDC; }
a { background-color: rgb(59,45,220); }
div.DivClassName
{
background-color: #3B2DDC;
}
.BgClassName
{
background-color: #3B2DDC;
}
</style>
border-color css
<style>
span { border-color: #3B2DDC; }
span { border-color: rgb(59,45,220); }
td.TdClassName
{
border-color: #3B2DDC;
}
.TagClassName
{
border-color: #3B2DDC;
}
</style>