Shades of Han Purple #3A17DD
Tints of Han Purple #3A17DD
RGB
CMYK
RGB Variations
Color information
#3A17DD (or 0x3A17DD) is known color: Han Purple. HEX triplet: 3A, 17 and DD. RGB value is (58,23,221). Sum of RGB (Red+Green+Blue) = 58+23+221=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A17DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A17DD is #C5E822. Grayscale: #373737. Windows color (decimal): -12970019 or 14489402. OLE color: 14489402.
HSL color Cylindrical-coordinate representation of color #3A17DD: hue angle of 250.61º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A17DD is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 23 | 221 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.13 |
| HSL | 250.61º | 0.81% | 0.48% | - |
| HSV(B) | 250.61º | 0.9% | 0.87% | - |
| XYZ | 15.1 | 6.73 | 68.91 | - |
| YUV | 56.04 | 221.1 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 221 | 0.74 | 0.90 | 0 | 0.13 | 250.61 | 0.81 | 0.48 |
| Hex | 3A | 17 | DD | 4A | 5A | 0 | D | FB | 51 | 30 |
| Octal | 72 | 27 | 335 | 112 | 132 | 0 | 15 | 373 | 121 | 60 |
| Binary | 111010 | 10111 | 11011101 | 1001010 | 1011010 | 0 | 1101 | 11111011 | 1010001 | 110000 |
Color Harmonies of #3A17DD
Complementary color
Monochromatic Colors of #3A17DD
Black with #3A17DD
Text Example
Text Example
White with #3A17DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A17DD; }
p { color: rgb(58,23,221); }
H1.HeaderClassName
{
color: #3A17DD;
}
.AnyTagClassName
{
color: #3A17DD;
}
</style>
background-color css
<style>
a { background-color: #3A17DD; }
a { background-color: rgb(58,23,221); }
div.DivClassName
{
background-color: #3A17DD;
}
.BgClassName
{
background-color: #3A17DD;
}
</style>
border-color css
<style>
span { border-color: #3A17DD; }
span { border-color: rgb(58,23,221); }
td.TdClassName
{
border-color: #3A17DD;
}
.TagClassName
{
border-color: #3A17DD;
}
</style>