Shades of Han Purple #3A17F9
Tints of Han Purple #3A17F9
RGB
CMYK
RGB Variations
Color information
#3A17F9 (or 0x3A17F9) is known color: Han Purple. HEX triplet: 3A, 17 and F9. RGB value is (58,23,249). Sum of RGB (Red+Green+Blue) = 58+23+249=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 249 (97.66% from 255 or 75.45% from 330); Max value from RGB is 249 - color contains mainly: blue. Hex color #3A17F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A17F9 is #C5E806. Grayscale: #3A3A3A. Windows color (decimal): -12969991 or 16324410. OLE color: 16324410.
HSL color Cylindrical-coordinate representation of color #3A17F9: hue angle of 249.29º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A17F9 is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 23 | 249 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.02 |
| HSL | 249.29º | 0.95% | 0.53% | - |
| HSV(B) | 249.29º | 0.91% | 0.98% | - |
| XYZ | 19.15 | 8.35 | 90.23 | - |
| YUV | 59.23 | 235.1 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 249 | 0.77 | 0.91 | 0 | 0.02 | 249.29 | 0.95 | 0.53 |
| Hex | 3A | 17 | F9 | 4D | 5B | 0 | 2 | F9 | 5F | 35 |
| Octal | 72 | 27 | 371 | 115 | 133 | 0 | 2 | 371 | 137 | 65 |
| Binary | 111010 | 10111 | 11111001 | 1001101 | 1011011 | 0 | 10 | 11111001 | 1011111 | 110101 |
Color Harmonies of #3A17F9
Complementary color
Monochromatic Colors of #3A17F9
Black with #3A17F9
Text Example
Text Example
White with #3A17F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A17F9; }
p { color: rgb(58,23,249); }
H1.HeaderClassName
{
color: #3A17F9;
}
.AnyTagClassName
{
color: #3A17F9;
}
</style>
background-color css
<style>
a { background-color: #3A17F9; }
a { background-color: rgb(58,23,249); }
div.DivClassName
{
background-color: #3A17F9;
}
.BgClassName
{
background-color: #3A17F9;
}
</style>
border-color css
<style>
span { border-color: #3A17F9; }
span { border-color: rgb(58,23,249); }
td.TdClassName
{
border-color: #3A17F9;
}
.TagClassName
{
border-color: #3A17F9;
}
</style>