Shades of Han Purple #3A13FC
Tints of Han Purple #3A13FC
RGB
CMYK
RGB Variations
Color information
#3A13FC (or 0x3A13FC) is known color: Han Purple. HEX triplet: 3A, 13 and FC. RGB value is (58,19,252). Sum of RGB (Red+Green+Blue) = 58+19+252=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 252 (98.83% from 255 or 76.60% from 329); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A13FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A13FC is #C5EC03. Grayscale: #383838. Windows color (decimal): -12971012 or 16519994. OLE color: 16519994.
HSL color Cylindrical-coordinate representation of color #3A13FC: hue angle of 250.04º 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 #3A13FC is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 19 | 252 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.01 |
| HSL | 250.04º | 0.97% | 0.53% | - |
| HSV(B) | 250.04º | 0.92% | 0.99% | - |
| XYZ | 19.55 | 8.39 | 92.69 | - |
| YUV | 57.22 | 237.92 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 252 | 0.77 | 0.92 | 0 | 0.01 | 250.04 | 0.97 | 0.53 |
| Hex | 3A | 13 | FC | 4D | 5C | 0 | 1 | FA | 61 | 35 |
| Octal | 72 | 23 | 374 | 115 | 134 | 0 | 1 | 372 | 141 | 65 |
| Binary | 111010 | 10011 | 11111100 | 1001101 | 1011100 | 0 | 1 | 11111010 | 1100001 | 110101 |
Color Harmonies of #3A13FC
Complementary color
Monochromatic Colors of #3A13FC
Black with #3A13FC
Text Example
Text Example
White with #3A13FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A13FC; }
p { color: rgb(58,19,252); }
H1.HeaderClassName
{
color: #3A13FC;
}
.AnyTagClassName
{
color: #3A13FC;
}
</style>
background-color css
<style>
a { background-color: #3A13FC; }
a { background-color: rgb(58,19,252); }
div.DivClassName
{
background-color: #3A13FC;
}
.BgClassName
{
background-color: #3A13FC;
}
</style>
border-color css
<style>
span { border-color: #3A13FC; }
span { border-color: rgb(58,19,252); }
td.TdClassName
{
border-color: #3A13FC;
}
.TagClassName
{
border-color: #3A13FC;
}
</style>