Shades of Han Purple #3A12F6
Tints of Han Purple #3A12F6
RGB
CMYK
RGB Variations
Color information
#3A12F6 (or 0x3A12F6) is known color: Han Purple. HEX triplet: 3A, 12 and F6. RGB value is (58,18,246). Sum of RGB (Red+Green+Blue) = 58+18+246=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 246 (96.48% from 255 or 76.40% from 322); Max value from RGB is 246 - color contains mainly: blue. Hex color #3A12F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A12F6 is #C5ED09. Grayscale: #373737. Windows color (decimal): -12971274 or 16126522. OLE color: 16126522.
HSL color Cylindrical-coordinate representation of color #3A12F6: hue angle of 250.53º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A12F6 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 18 | 246 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.04 |
| HSL | 250.53º | 0.93% | 0.52% | - |
| HSV(B) | 250.53º | 0.93% | 0.96% | - |
| XYZ | 18.6 | 7.99 | 87.75 | - |
| YUV | 55.95 | 235.25 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 18 | 246 | 0.76 | 0.93 | 0 | 0.04 | 250.53 | 0.93 | 0.52 |
| Hex | 3A | 12 | F6 | 4C | 5D | 0 | 4 | FB | 5D | 34 |
| Octal | 72 | 22 | 366 | 114 | 135 | 0 | 4 | 373 | 135 | 64 |
| Binary | 111010 | 10010 | 11110110 | 1001100 | 1011101 | 0 | 100 | 11111011 | 1011101 | 110100 |
Color Harmonies of #3A12F6
Complementary color
Monochromatic Colors of #3A12F6
Black with #3A12F6
Text Example
Text Example
White with #3A12F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A12F6; }
p { color: rgb(58,18,246); }
H1.HeaderClassName
{
color: #3A12F6;
}
.AnyTagClassName
{
color: #3A12F6;
}
</style>
background-color css
<style>
a { background-color: #3A12F6; }
a { background-color: rgb(58,18,246); }
div.DivClassName
{
background-color: #3A12F6;
}
.BgClassName
{
background-color: #3A12F6;
}
</style>
border-color css
<style>
span { border-color: #3A12F6; }
span { border-color: rgb(58,18,246); }
td.TdClassName
{
border-color: #3A12F6;
}
.TagClassName
{
border-color: #3A12F6;
}
</style>