Shades of Han Purple #3A2CDC
Tints of Han Purple #3A2CDC
RGB
CMYK
RGB Variations
Color information
#3A2CDC (or 0x3A2CDC) is known color: Han Purple. HEX triplet: 3A, 2C and DC. RGB value is (58,44,220). Sum of RGB (Red+Green+Blue) = 58+44+220=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A2CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2CDC is #C5D323. Grayscale: #434343. Windows color (decimal): -12964644 or 14429242. OLE color: 14429242.
HSL color Cylindrical-coordinate representation of color #3A2CDC: hue angle of 244.77º degrees, saturation: 0.72, 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 #3A2CDC is Cyan = 0.74, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 44 | 220 | - |
| CMYK | 0.74 | 0.8 | 0 | 0.14 |
| HSL | 244.77º | 0.72% | 0.52% | - |
| HSV(B) | 244.77º | 0.8% | 0.86% | - |
| XYZ | 15.56 | 7.87 | 68.41 | - |
| YUV | 68.25 | 213.64 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 44 | 220 | 0.74 | 0.8 | 0 | 0.14 | 244.77 | 0.72 | 0.52 |
| Hex | 3A | 2C | DC | 4A | 50 | 0 | E | F5 | 48 | 34 |
| Octal | 72 | 54 | 334 | 112 | 120 | 0 | 16 | 365 | 110 | 64 |
| Binary | 111010 | 101100 | 11011100 | 1001010 | 1010000 | 0 | 1110 | 11110101 | 1001000 | 110100 |
Color Harmonies of #3A2CDC
Complementary color
Monochromatic Colors of #3A2CDC
Black with #3A2CDC
Text Example
Text Example
White with #3A2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2CDC; }
p { color: rgb(58,44,220); }
H1.HeaderClassName
{
color: #3A2CDC;
}
.AnyTagClassName
{
color: #3A2CDC;
}
</style>
background-color css
<style>
a { background-color: #3A2CDC; }
a { background-color: rgb(58,44,220); }
div.DivClassName
{
background-color: #3A2CDC;
}
.BgClassName
{
background-color: #3A2CDC;
}
</style>
border-color css
<style>
span { border-color: #3A2CDC; }
span { border-color: rgb(58,44,220); }
td.TdClassName
{
border-color: #3A2CDC;
}
.TagClassName
{
border-color: #3A2CDC;
}
</style>