Shades of Han Purple #3B2ADC
Tints of Han Purple #3B2ADC
RGB
CMYK
RGB Variations
Color information
#3B2ADC (or 0x3B2ADC) is known color: Han Purple. HEX triplet: 3B, 2A and DC. RGB value is (59,42,220). Sum of RGB (Red+Green+Blue) = 59+42+220=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B2ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2ADC is #C4D523. Grayscale: #424242. Windows color (decimal): -12899620 or 14428731. OLE color: 14428731.
HSL color Cylindrical-coordinate representation of color #3B2ADC: hue angle of 245.73º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B2ADC is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 42 | 220 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.14 |
| HSL | 245.73º | 0.72% | 0.51% | - |
| HSV(B) | 245.73º | 0.81% | 0.86% | - |
| XYZ | 15.55 | 7.75 | 68.39 | - |
| YUV | 67.38 | 214.13 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 42 | 220 | 0.73 | 0.81 | 0 | 0.14 | 245.73 | 0.72 | 0.51 |
| Hex | 3B | 2A | DC | 49 | 51 | 0 | E | F6 | 48 | 33 |
| Octal | 73 | 52 | 334 | 111 | 121 | 0 | 16 | 366 | 110 | 63 |
| Binary | 111011 | 101010 | 11011100 | 1001001 | 1010001 | 0 | 1110 | 11110110 | 1001000 | 110011 |
Color Harmonies of #3B2ADC
Complementary color
Monochromatic Colors of #3B2ADC
Black with #3B2ADC
Text Example
Text Example
White with #3B2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2ADC; }
p { color: rgb(59,42,220); }
H1.HeaderClassName
{
color: #3B2ADC;
}
.AnyTagClassName
{
color: #3B2ADC;
}
</style>
background-color css
<style>
a { background-color: #3B2ADC; }
a { background-color: rgb(59,42,220); }
div.DivClassName
{
background-color: #3B2ADC;
}
.BgClassName
{
background-color: #3B2ADC;
}
</style>
border-color css
<style>
span { border-color: #3B2ADC; }
span { border-color: rgb(59,42,220); }
td.TdClassName
{
border-color: #3B2ADC;
}
.TagClassName
{
border-color: #3B2ADC;
}
</style>