Shades of Han Purple #3A0BF6
Tints of Han Purple #3A0BF6
RGB
CMYK
RGB Variations
Color information
#3A0BF6 (or 0x3A0BF6) is known color: Han Purple. HEX triplet: 3A, 0B and F6. RGB value is (58,11,246). Sum of RGB (Red+Green+Blue) = 58+11+246=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 246 (96.48% from 255 or 78.10% from 315); Max value from RGB is 246 - color contains mainly: blue. Hex color #3A0BF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A0BF6 is #C5F409. Grayscale: #323232. Windows color (decimal): -12973066 or 16124730. OLE color: 16124730.
HSL color Cylindrical-coordinate representation of color #3A0BF6: hue angle of 252º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A0BF6 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 11 | 246 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.04 |
| HSL | 252º | 0.93% | 0.5% | - |
| HSV(B) | 252º | 0.96% | 0.96% | - |
| XYZ | 18.5 | 7.79 | 87.72 | - |
| YUV | 51.84 | 237.57 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 11 | 246 | 0.76 | 0.96 | 0 | 0.04 | 252 | 0.93 | 0.5 |
| Hex | 3A | B | F6 | 4C | 60 | 0 | 4 | FC | 5D | 32 |
| Octal | 72 | 13 | 366 | 114 | 140 | 0 | 4 | 374 | 135 | 62 |
| Binary | 111010 | 1011 | 11110110 | 1001100 | 1100000 | 0 | 100 | 11111100 | 1011101 | 110010 |
Color Harmonies of #3A0BF6
Complementary color
Monochromatic Colors of #3A0BF6
Black with #3A0BF6
Text Example
Text Example
White with #3A0BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0BF6; }
p { color: rgb(58,11,246); }
H1.HeaderClassName
{
color: #3A0BF6;
}
.AnyTagClassName
{
color: #3A0BF6;
}
</style>
background-color css
<style>
a { background-color: #3A0BF6; }
a { background-color: rgb(58,11,246); }
div.DivClassName
{
background-color: #3A0BF6;
}
.BgClassName
{
background-color: #3A0BF6;
}
</style>
border-color css
<style>
span { border-color: #3A0BF6; }
span { border-color: rgb(58,11,246); }
td.TdClassName
{
border-color: #3A0BF6;
}
.TagClassName
{
border-color: #3A0BF6;
}
</style>