Shades of Han Purple #3A10FC
Tints of Han Purple #3A10FC
RGB
CMYK
RGB Variations
Color information
#3A10FC (or 0x3A10FC) is known color: Han Purple. HEX triplet: 3A, 10 and FC. RGB value is (58,16,252). Sum of RGB (Red+Green+Blue) = 58+16+252=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 252 (98.83% from 255 or 77.30% from 326); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A10FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A10FC is #C5EF03. Grayscale: #363636. Windows color (decimal): -12971780 or 16519226. OLE color: 16519226.
HSL color Cylindrical-coordinate representation of color #3A10FC: hue angle of 250.68º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A10FC is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 16 | 252 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.01 |
| HSL | 250.68º | 0.98% | 0.53% | - |
| HSV(B) | 250.68º | 0.94% | 0.99% | - |
| XYZ | 19.5 | 8.3 | 92.67 | - |
| YUV | 55.46 | 238.91 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 252 | 0.77 | 0.94 | 0 | 0.01 | 250.68 | 0.98 | 0.53 |
| Hex | 3A | 10 | FC | 4D | 5E | 0 | 1 | FB | 62 | 35 |
| Octal | 72 | 20 | 374 | 115 | 136 | 0 | 1 | 373 | 142 | 65 |
| Binary | 111010 | 10000 | 11111100 | 1001101 | 1011110 | 0 | 1 | 11111011 | 1100010 | 110101 |
Color Harmonies of #3A10FC
Complementary color
Monochromatic Colors of #3A10FC
Black with #3A10FC
Text Example
Text Example
White with #3A10FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A10FC; }
p { color: rgb(58,16,252); }
H1.HeaderClassName
{
color: #3A10FC;
}
.AnyTagClassName
{
color: #3A10FC;
}
</style>
background-color css
<style>
a { background-color: #3A10FC; }
a { background-color: rgb(58,16,252); }
div.DivClassName
{
background-color: #3A10FC;
}
.BgClassName
{
background-color: #3A10FC;
}
</style>
border-color css
<style>
span { border-color: #3A10FC; }
span { border-color: rgb(58,16,252); }
td.TdClassName
{
border-color: #3A10FC;
}
.TagClassName
{
border-color: #3A10FC;
}
</style>