Shades of Han Purple #3A10F6
Tints of Han Purple #3A10F6
RGB
CMYK
RGB Variations
Color information
#3A10F6 (or 0x3A10F6) is known color: Han Purple. HEX triplet: 3A, 10 and F6. RGB value is (58,16,246). Sum of RGB (Red+Green+Blue) = 58+16+246=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 246 (96.48% from 255 or 76.88% from 320); Max value from RGB is 246 - color contains mainly: blue. Hex color #3A10F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A10F6 is #C5EF09. Grayscale: #353535. Windows color (decimal): -12971786 or 16126010. OLE color: 16126010.
HSL color Cylindrical-coordinate representation of color #3A10F6: hue angle of 250.96º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A10F6 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 16 | 246 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.04 |
| HSL | 250.96º | 0.93% | 0.51% | - |
| HSV(B) | 250.96º | 0.93% | 0.96% | - |
| XYZ | 18.56 | 7.92 | 87.74 | - |
| YUV | 54.78 | 235.91 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 246 | 0.76 | 0.93 | 0 | 0.04 | 250.96 | 0.93 | 0.51 |
| Hex | 3A | 10 | F6 | 4C | 5D | 0 | 4 | FB | 5D | 33 |
| Octal | 72 | 20 | 366 | 114 | 135 | 0 | 4 | 373 | 135 | 63 |
| Binary | 111010 | 10000 | 11110110 | 1001100 | 1011101 | 0 | 100 | 11111011 | 1011101 | 110011 |
Color Harmonies of #3A10F6
Complementary color
Monochromatic Colors of #3A10F6
Black with #3A10F6
Text Example
Text Example
White with #3A10F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A10F6; }
p { color: rgb(58,16,246); }
H1.HeaderClassName
{
color: #3A10F6;
}
.AnyTagClassName
{
color: #3A10F6;
}
</style>
background-color css
<style>
a { background-color: #3A10F6; }
a { background-color: rgb(58,16,246); }
div.DivClassName
{
background-color: #3A10F6;
}
.BgClassName
{
background-color: #3A10F6;
}
</style>
border-color css
<style>
span { border-color: #3A10F6; }
span { border-color: rgb(58,16,246); }
td.TdClassName
{
border-color: #3A10F6;
}
.TagClassName
{
border-color: #3A10F6;
}
</style>