Shades of Han Purple #3A2FDE
Tints of Han Purple #3A2FDE
RGB
CMYK
RGB Variations
Color information
#3A2FDE (or 0x3A2FDE) is known color: Han Purple. HEX triplet: 3A, 2F and DE. RGB value is (58,47,222). Sum of RGB (Red+Green+Blue) = 58+47+222=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 222 (87.11% from 255 or 67.89% from 327); Max value from RGB is 222 - color contains mainly: blue. Hex color #3A2FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2FDE is #C5D021. Grayscale: #454545. Windows color (decimal): -12963874 or 14561082. OLE color: 14561082.
HSL color Cylindrical-coordinate representation of color #3A2FDE: hue angle of 243.77º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A2FDE is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 47 | 222 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.13 |
| HSL | 243.77º | 0.73% | 0.53% | - |
| HSV(B) | 243.77º | 0.79% | 0.87% | - |
| XYZ | 15.95 | 8.21 | 69.85 | - |
| YUV | 70.24 | 213.64 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 222 | 0.74 | 0.79 | 0 | 0.13 | 243.77 | 0.73 | 0.53 |
| Hex | 3A | 2F | DE | 4A | 4F | 0 | D | F4 | 49 | 35 |
| Octal | 72 | 57 | 336 | 112 | 117 | 0 | 15 | 364 | 111 | 65 |
| Binary | 111010 | 101111 | 11011110 | 1001010 | 1001111 | 0 | 1101 | 11110100 | 1001001 | 110101 |
Color Harmonies of #3A2FDE
Complementary color
Monochromatic Colors of #3A2FDE
Black with #3A2FDE
Text Example
Text Example
White with #3A2FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2FDE; }
p { color: rgb(58,47,222); }
H1.HeaderClassName
{
color: #3A2FDE;
}
.AnyTagClassName
{
color: #3A2FDE;
}
</style>
background-color css
<style>
a { background-color: #3A2FDE; }
a { background-color: rgb(58,47,222); }
div.DivClassName
{
background-color: #3A2FDE;
}
.BgClassName
{
background-color: #3A2FDE;
}
</style>
border-color css
<style>
span { border-color: #3A2FDE; }
span { border-color: rgb(58,47,222); }
td.TdClassName
{
border-color: #3A2FDE;
}
.TagClassName
{
border-color: #3A2FDE;
}
</style>