Shades of Han Purple #3A17FB
Tints of Han Purple #3A17FB
RGB
CMYK
RGB Variations
Color information
#3A17FB (or 0x3A17FB) is known color: Han Purple. HEX triplet: 3A, 17 and FB. RGB value is (58,23,251). Sum of RGB (Red+Green+Blue) = 58+23+251=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 251 (98.44% from 255 or 75.60% from 332); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A17FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A17FB is #C5E804. Grayscale: #3A3A3A. Windows color (decimal): -12969989 or 16455482. OLE color: 16455482.
HSL color Cylindrical-coordinate representation of color #3A17FB: hue angle of 249.21º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A17FB is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 23 | 251 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.02 |
| HSL | 249.21º | 0.97% | 0.54% | - |
| HSV(B) | 249.21º | 0.91% | 0.98% | - |
| XYZ | 19.46 | 8.48 | 91.88 | - |
| YUV | 59.46 | 236.1 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 251 | 0.77 | 0.91 | 0 | 0.02 | 249.21 | 0.97 | 0.54 |
| Hex | 3A | 17 | FB | 4D | 5B | 0 | 2 | F9 | 61 | 36 |
| Octal | 72 | 27 | 373 | 115 | 133 | 0 | 2 | 371 | 141 | 66 |
| Binary | 111010 | 10111 | 11111011 | 1001101 | 1011011 | 0 | 10 | 11111001 | 1100001 | 110110 |
Color Harmonies of #3A17FB
Complementary color
Monochromatic Colors of #3A17FB
Black with #3A17FB
Text Example
Text Example
White with #3A17FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A17FB; }
p { color: rgb(58,23,251); }
H1.HeaderClassName
{
color: #3A17FB;
}
.AnyTagClassName
{
color: #3A17FB;
}
</style>
background-color css
<style>
a { background-color: #3A17FB; }
a { background-color: rgb(58,23,251); }
div.DivClassName
{
background-color: #3A17FB;
}
.BgClassName
{
background-color: #3A17FB;
}
</style>
border-color css
<style>
span { border-color: #3A17FB; }
span { border-color: rgb(58,23,251); }
td.TdClassName
{
border-color: #3A17FB;
}
.TagClassName
{
border-color: #3A17FB;
}
</style>