Shades of Han Purple #3A2CDE
Tints of Han Purple #3A2CDE
RGB
CMYK
RGB Variations
Color information
#3A2CDE (or 0x3A2CDE) is known color: Han Purple. HEX triplet: 3A, 2C and DE. RGB value is (58,44,222). Sum of RGB (Red+Green+Blue) = 58+44+222=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 222 (87.11% from 255 or 68.52% from 324); Max value from RGB is 222 - color contains mainly: blue. Hex color #3A2CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2CDE is #C5D321. Grayscale: #434343. Windows color (decimal): -12964642 or 14560314. OLE color: 14560314.
HSL color Cylindrical-coordinate representation of color #3A2CDE: hue angle of 244.72º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A2CDE is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 44 | 222 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.13 |
| HSL | 244.72º | 0.73% | 0.52% | - |
| HSV(B) | 244.72º | 0.8% | 0.87% | - |
| XYZ | 15.83 | 7.97 | 69.81 | - |
| YUV | 68.48 | 214.64 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 44 | 222 | 0.74 | 0.80 | 0 | 0.13 | 244.72 | 0.73 | 0.52 |
| Hex | 3A | 2C | DE | 4A | 50 | 0 | D | F5 | 49 | 34 |
| Octal | 72 | 54 | 336 | 112 | 120 | 0 | 15 | 365 | 111 | 64 |
| Binary | 111010 | 101100 | 11011110 | 1001010 | 1010000 | 0 | 1101 | 11110101 | 1001001 | 110100 |
Color Harmonies of #3A2CDE
Complementary color
Monochromatic Colors of #3A2CDE
Black with #3A2CDE
Text Example
Text Example
White with #3A2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2CDE; }
p { color: rgb(58,44,222); }
H1.HeaderClassName
{
color: #3A2CDE;
}
.AnyTagClassName
{
color: #3A2CDE;
}
</style>
background-color css
<style>
a { background-color: #3A2CDE; }
a { background-color: rgb(58,44,222); }
div.DivClassName
{
background-color: #3A2CDE;
}
.BgClassName
{
background-color: #3A2CDE;
}
</style>
border-color css
<style>
span { border-color: #3A2CDE; }
span { border-color: rgb(58,44,222); }
td.TdClassName
{
border-color: #3A2CDE;
}
.TagClassName
{
border-color: #3A2CDE;
}
</style>