Shades of Han Purple #3A17CE
Tints of Han Purple #3A17CE
RGB
CMYK
RGB Variations
Color information
#3A17CE (or 0x3A17CE) is known color: Han Purple. HEX triplet: 3A, 17 and CE. RGB value is (58,23,206). Sum of RGB (Red+Green+Blue) = 58+23+206=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A17CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A17CE is #C5E831. Grayscale: #353535. Windows color (decimal): -12970034 or 13506362. OLE color: 13506362.
HSL color Cylindrical-coordinate representation of color #3A17CE: hue angle of 251.48º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A17CE is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 23 | 206 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.19 |
| HSL | 251.48º | 0.8% | 0.45% | - |
| HSV(B) | 251.48º | 0.89% | 0.81% | - |
| XYZ | 13.19 | 5.97 | 58.85 | - |
| YUV | 54.33 | 213.6 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 206 | 0.72 | 0.89 | 0 | 0.19 | 251.48 | 0.8 | 0.45 |
| Hex | 3A | 17 | CE | 48 | 59 | 0 | 13 | FB | 50 | 2D |
| Octal | 72 | 27 | 316 | 110 | 131 | 0 | 23 | 373 | 120 | 55 |
| Binary | 111010 | 10111 | 11001110 | 1001000 | 1011001 | 0 | 10011 | 11111011 | 1010000 | 101101 |
Color Harmonies of #3A17CE
Complementary color
Monochromatic Colors of #3A17CE
Black with #3A17CE
Text Example
Text Example
White with #3A17CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A17CE; }
p { color: rgb(58,23,206); }
H1.HeaderClassName
{
color: #3A17CE;
}
.AnyTagClassName
{
color: #3A17CE;
}
</style>
background-color css
<style>
a { background-color: #3A17CE; }
a { background-color: rgb(58,23,206); }
div.DivClassName
{
background-color: #3A17CE;
}
.BgClassName
{
background-color: #3A17CE;
}
</style>
border-color css
<style>
span { border-color: #3A17CE; }
span { border-color: rgb(58,23,206); }
td.TdClassName
{
border-color: #3A17CE;
}
.TagClassName
{
border-color: #3A17CE;
}
</style>