Shades of Han Purple #3A1DD3
Tints of Han Purple #3A1DD3
RGB
CMYK
RGB Variations
Color information
#3A1DD3 (or 0x3A1DD3) is known color: Han Purple. HEX triplet: 3A, 1D and D3. RGB value is (58,29,211). Sum of RGB (Red+Green+Blue) = 58+29+211=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 211 (82.81% from 255 or 70.81% from 298); Max value from RGB is 211 - color contains mainly: blue. Hex color #3A1DD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1DD3 is #C5E22C. Grayscale: #393939. Windows color (decimal): -12968493 or 13835578. OLE color: 13835578.
HSL color Cylindrical-coordinate representation of color #3A1DD3: hue angle of 249.56º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A1DD3 is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 29 | 211 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.17 |
| HSL | 249.56º | 0.76% | 0.47% | - |
| HSV(B) | 249.56º | 0.86% | 0.83% | - |
| XYZ | 13.94 | 6.48 | 62.14 | - |
| YUV | 58.42 | 214.11 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 211 | 0.73 | 0.86 | 0 | 0.17 | 249.56 | 0.76 | 0.47 |
| Hex | 3A | 1D | D3 | 49 | 56 | 0 | 11 | FA | 4C | 2F |
| Octal | 72 | 35 | 323 | 111 | 126 | 0 | 21 | 372 | 114 | 57 |
| Binary | 111010 | 11101 | 11010011 | 1001001 | 1010110 | 0 | 10001 | 11111010 | 1001100 | 101111 |
Color Harmonies of #3A1DD3
Complementary color
Monochromatic Colors of #3A1DD3
Black with #3A1DD3
Text Example
Text Example
White with #3A1DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1DD3; }
p { color: rgb(58,29,211); }
H1.HeaderClassName
{
color: #3A1DD3;
}
.AnyTagClassName
{
color: #3A1DD3;
}
</style>
background-color css
<style>
a { background-color: #3A1DD3; }
a { background-color: rgb(58,29,211); }
div.DivClassName
{
background-color: #3A1DD3;
}
.BgClassName
{
background-color: #3A1DD3;
}
</style>
border-color css
<style>
span { border-color: #3A1DD3; }
span { border-color: rgb(58,29,211); }
td.TdClassName
{
border-color: #3A1DD3;
}
.TagClassName
{
border-color: #3A1DD3;
}
</style>