Shades of Han Purple #3A12FB
Tints of Han Purple #3A12FB
RGB
CMYK
RGB Variations
Color information
#3A12FB (or 0x3A12FB) is known color: Han Purple. HEX triplet: 3A, 12 and FB. RGB value is (58,18,251). Sum of RGB (Red+Green+Blue) = 58+18+251=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 251 (98.44% from 255 or 76.76% from 327); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A12FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A12FB is #C5ED04. Grayscale: #373737. Windows color (decimal): -12971269 or 16454202. OLE color: 16454202.
HSL color Cylindrical-coordinate representation of color #3A12FB: hue angle of 250.3º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A12FB is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 18 | 251 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.02 |
| HSL | 250.3º | 0.97% | 0.53% | - |
| HSV(B) | 250.3º | 0.93% | 0.98% | - |
| XYZ | 19.37 | 8.3 | 91.85 | - |
| YUV | 56.52 | 237.75 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 18 | 251 | 0.77 | 0.93 | 0 | 0.02 | 250.3 | 0.97 | 0.53 |
| Hex | 3A | 12 | FB | 4D | 5D | 0 | 2 | FA | 61 | 35 |
| Octal | 72 | 22 | 373 | 115 | 135 | 0 | 2 | 372 | 141 | 65 |
| Binary | 111010 | 10010 | 11111011 | 1001101 | 1011101 | 0 | 10 | 11111010 | 1100001 | 110101 |
Color Harmonies of #3A12FB
Complementary color
Monochromatic Colors of #3A12FB
Black with #3A12FB
Text Example
Text Example
White with #3A12FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A12FB; }
p { color: rgb(58,18,251); }
H1.HeaderClassName
{
color: #3A12FB;
}
.AnyTagClassName
{
color: #3A12FB;
}
</style>
background-color css
<style>
a { background-color: #3A12FB; }
a { background-color: rgb(58,18,251); }
div.DivClassName
{
background-color: #3A12FB;
}
.BgClassName
{
background-color: #3A12FB;
}
</style>
border-color css
<style>
span { border-color: #3A12FB; }
span { border-color: rgb(58,18,251); }
td.TdClassName
{
border-color: #3A12FB;
}
.TagClassName
{
border-color: #3A12FB;
}
</style>