Shades of Han Purple #3A04FD
Tints of Han Purple #3A04FD
RGB
CMYK
RGB Variations
Color information
#3A04FD (or 0x3A04FD) is known color: Han Purple. HEX triplet: 3A, 04 and FD. RGB value is (58,4,253). Sum of RGB (Red+Green+Blue) = 58+4+253=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 253 (99.22% from 255 or 80.32% from 315); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A04FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A04FD is #C5FB02. Grayscale: #2F2F2F. Windows color (decimal): -12974851 or 16581690. OLE color: 16581690.
HSL color Cylindrical-coordinate representation of color #3A04FD: hue angle of 253.01º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A04FD is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 4 | 253 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.01 |
| HSL | 253.01º | 0.98% | 0.5% | - |
| HSV(B) | 253.01º | 0.98% | 0.99% | - |
| XYZ | 19.52 | 8.08 | 93.46 | - |
| YUV | 48.53 | 243.39 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 4 | 253 | 0.77 | 0.98 | 0 | 0.01 | 253.01 | 0.98 | 0.5 |
| Hex | 3A | 4 | FD | 4D | 62 | 0 | 1 | FD | 62 | 32 |
| Octal | 72 | 4 | 375 | 115 | 142 | 0 | 1 | 375 | 142 | 62 |
| Binary | 111010 | 100 | 11111101 | 1001101 | 1100010 | 0 | 1 | 11111101 | 1100010 | 110010 |
Color Harmonies of #3A04FD
Complementary color
Monochromatic Colors of #3A04FD
Black with #3A04FD
Text Example
Text Example
White with #3A04FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A04FD; }
p { color: rgb(58,4,253); }
H1.HeaderClassName
{
color: #3A04FD;
}
.AnyTagClassName
{
color: #3A04FD;
}
</style>
background-color css
<style>
a { background-color: #3A04FD; }
a { background-color: rgb(58,4,253); }
div.DivClassName
{
background-color: #3A04FD;
}
.BgClassName
{
background-color: #3A04FD;
}
</style>
border-color css
<style>
span { border-color: #3A04FD; }
span { border-color: rgb(58,4,253); }
td.TdClassName
{
border-color: #3A04FD;
}
.TagClassName
{
border-color: #3A04FD;
}
</style>