Shades of Han Purple #3B2CDA
Tints of Han Purple #3B2CDA
RGB
CMYK
RGB Variations
Color information
#3B2CDA (or 0x3B2CDA) is known color: Han Purple. HEX triplet: 3B, 2C and DA. RGB value is (59,44,218). Sum of RGB (Red+Green+Blue) = 59+44+218=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 218 (85.55% from 255 or 67.91% from 321); Max value from RGB is 218 - color contains mainly: blue. Hex color #3B2CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2CDA is #C4D325. Grayscale: #434343. Windows color (decimal): -12899110 or 14298171. OLE color: 14298171.
HSL color Cylindrical-coordinate representation of color #3B2CDA: hue angle of 245.17º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B2CDA is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 44 | 218 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.15 |
| HSL | 245.17º | 0.7% | 0.51% | - |
| HSV(B) | 245.17º | 0.8% | 0.85% | - |
| XYZ | 15.36 | 7.79 | 67.02 | - |
| YUV | 68.32 | 212.47 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 218 | 0.73 | 0.80 | 0 | 0.15 | 245.17 | 0.7 | 0.51 |
| Hex | 3B | 2C | DA | 49 | 50 | 0 | F | F5 | 46 | 33 |
| Octal | 73 | 54 | 332 | 111 | 120 | 0 | 17 | 365 | 106 | 63 |
| Binary | 111011 | 101100 | 11011010 | 1001001 | 1010000 | 0 | 1111 | 11110101 | 1000110 | 110011 |
Color Harmonies of #3B2CDA
Complementary color
Monochromatic Colors of #3B2CDA
Black with #3B2CDA
Text Example
Text Example
White with #3B2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2CDA; }
p { color: rgb(59,44,218); }
H1.HeaderClassName
{
color: #3B2CDA;
}
.AnyTagClassName
{
color: #3B2CDA;
}
</style>
background-color css
<style>
a { background-color: #3B2CDA; }
a { background-color: rgb(59,44,218); }
div.DivClassName
{
background-color: #3B2CDA;
}
.BgClassName
{
background-color: #3B2CDA;
}
</style>
border-color css
<style>
span { border-color: #3B2CDA; }
span { border-color: rgb(59,44,218); }
td.TdClassName
{
border-color: #3B2CDA;
}
.TagClassName
{
border-color: #3B2CDA;
}
</style>