Shades of Han Purple #3A14FC
Tints of Han Purple #3A14FC
RGB
CMYK
RGB Variations
Color information
#3A14FC (or 0x3A14FC) is known color: Han Purple. HEX triplet: 3A, 14 and FC. RGB value is (58,20,252). Sum of RGB (Red+Green+Blue) = 58+20+252=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 252 (98.83% from 255 or 76.36% from 330); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A14FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A14FC is #C5EB03. Grayscale: #383838. Windows color (decimal): -12970756 or 16520250. OLE color: 16520250.
HSL color Cylindrical-coordinate representation of color #3A14FC: hue angle of 249.83º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A14FC is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 20 | 252 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.01 |
| HSL | 249.83º | 0.97% | 0.53% | - |
| HSV(B) | 249.83º | 0.92% | 0.99% | - |
| XYZ | 19.57 | 8.43 | 92.69 | - |
| YUV | 57.81 | 237.59 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 252 | 0.77 | 0.92 | 0 | 0.01 | 249.83 | 0.97 | 0.53 |
| Hex | 3A | 14 | FC | 4D | 5C | 0 | 1 | FA | 61 | 35 |
| Octal | 72 | 24 | 374 | 115 | 134 | 0 | 1 | 372 | 141 | 65 |
| Binary | 111010 | 10100 | 11111100 | 1001101 | 1011100 | 0 | 1 | 11111010 | 1100001 | 110101 |
Color Harmonies of #3A14FC
Complementary color
Monochromatic Colors of #3A14FC
Black with #3A14FC
Text Example
Text Example
White with #3A14FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A14FC; }
p { color: rgb(58,20,252); }
H1.HeaderClassName
{
color: #3A14FC;
}
.AnyTagClassName
{
color: #3A14FC;
}
</style>
background-color css
<style>
a { background-color: #3A14FC; }
a { background-color: rgb(58,20,252); }
div.DivClassName
{
background-color: #3A14FC;
}
.BgClassName
{
background-color: #3A14FC;
}
</style>
border-color css
<style>
span { border-color: #3A14FC; }
span { border-color: rgb(58,20,252); }
td.TdClassName
{
border-color: #3A14FC;
}
.TagClassName
{
border-color: #3A14FC;
}
</style>