Shades of Han Purple #3A14FD
Tints of Han Purple #3A14FD
RGB
CMYK
RGB Variations
Color information
#3A14FD (or 0x3A14FD) is known color: Han Purple. HEX triplet: 3A, 14 and FD. RGB value is (58,20,253). Sum of RGB (Red+Green+Blue) = 58+20+253=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 253 (99.22% from 255 or 76.44% from 331); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A14FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A14FD is #C5EB02. Grayscale: #393939. Windows color (decimal): -12970755 or 16585786. OLE color: 16585786.
HSL color Cylindrical-coordinate representation of color #3A14FD: hue angle of 249.79º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A14FD is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 20 | 253 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.01 |
| HSL | 249.79º | 0.98% | 0.54% | - |
| HSV(B) | 249.79º | 0.92% | 0.99% | - |
| XYZ | 19.72 | 8.49 | 93.53 | - |
| YUV | 57.92 | 238.09 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 253 | 0.77 | 0.92 | 0 | 0.01 | 249.79 | 0.98 | 0.54 |
| Hex | 3A | 14 | FD | 4D | 5C | 0 | 1 | FA | 62 | 36 |
| Octal | 72 | 24 | 375 | 115 | 134 | 0 | 1 | 372 | 142 | 66 |
| Binary | 111010 | 10100 | 11111101 | 1001101 | 1011100 | 0 | 1 | 11111010 | 1100010 | 110110 |
Color Harmonies of #3A14FD
Complementary color
Monochromatic Colors of #3A14FD
Black with #3A14FD
Text Example
Text Example
White with #3A14FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A14FD; }
p { color: rgb(58,20,253); }
H1.HeaderClassName
{
color: #3A14FD;
}
.AnyTagClassName
{
color: #3A14FD;
}
</style>
background-color css
<style>
a { background-color: #3A14FD; }
a { background-color: rgb(58,20,253); }
div.DivClassName
{
background-color: #3A14FD;
}
.BgClassName
{
background-color: #3A14FD;
}
</style>
border-color css
<style>
span { border-color: #3A14FD; }
span { border-color: rgb(58,20,253); }
td.TdClassName
{
border-color: #3A14FD;
}
.TagClassName
{
border-color: #3A14FD;
}
</style>