Shades of Han Purple #3A2DD9
Tints of Han Purple #3A2DD9
RGB
CMYK
RGB Variations
Color information
#3A2DD9 (or 0x3A2DD9) is known color: Han Purple. HEX triplet: 3A, 2D and D9. RGB value is (58,45,217). Sum of RGB (Red+Green+Blue) = 58+45+217=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 217 (85.16% from 255 or 67.81% from 320); Max value from RGB is 217 - color contains mainly: blue. Hex color #3A2DD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2DD9 is #C5D226. Grayscale: #434343. Windows color (decimal): -12964391 or 14232890. OLE color: 14232890.
HSL color Cylindrical-coordinate representation of color #3A2DD9: hue angle of 244.53º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A2DD9 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 45 | 217 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.15 |
| HSL | 244.53º | 0.69% | 0.51% | - |
| HSV(B) | 244.53º | 0.79% | 0.85% | - |
| XYZ | 15.21 | 7.79 | 66.35 | - |
| YUV | 68.5 | 211.81 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 45 | 217 | 0.73 | 0.79 | 0 | 0.15 | 244.53 | 0.69 | 0.51 |
| Hex | 3A | 2D | D9 | 49 | 4F | 0 | F | F5 | 45 | 33 |
| Octal | 72 | 55 | 331 | 111 | 117 | 0 | 17 | 365 | 105 | 63 |
| Binary | 111010 | 101101 | 11011001 | 1001001 | 1001111 | 0 | 1111 | 11110101 | 1000101 | 110011 |
Color Harmonies of #3A2DD9
Complementary color
Monochromatic Colors of #3A2DD9
Black with #3A2DD9
Text Example
Text Example
White with #3A2DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2DD9; }
p { color: rgb(58,45,217); }
H1.HeaderClassName
{
color: #3A2DD9;
}
.AnyTagClassName
{
color: #3A2DD9;
}
</style>
background-color css
<style>
a { background-color: #3A2DD9; }
a { background-color: rgb(58,45,217); }
div.DivClassName
{
background-color: #3A2DD9;
}
.BgClassName
{
background-color: #3A2DD9;
}
</style>
border-color css
<style>
span { border-color: #3A2DD9; }
span { border-color: rgb(58,45,217); }
td.TdClassName
{
border-color: #3A2DD9;
}
.TagClassName
{
border-color: #3A2DD9;
}
</style>