Shades of Han Purple #3A0EFF
Tints of Han Purple #3A0EFF
RGB
CMYK
RGB Variations
Color information
#3A0EFF (or 0x3A0EFF) is known color: Han Purple. HEX triplet: 3A, 0E and FF. RGB value is (58,14,255). Sum of RGB (Red+Green+Blue) = 58+14+255=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #3A0EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A0EFF is #C5F100. Grayscale: #353535. Windows color (decimal): -12972289 or 16715322. OLE color: 16715322.
HSL color Cylindrical-coordinate representation of color #3A0EFF: hue angle of 250.95º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0EFF is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 14 | 255 | - |
| CMYK | 0.77 | 0.95 | 0 | 0 |
| HSL | 250.95º | 1% | 0.53% | - |
| HSV(B) | 250.95º | 0.95% | 1% | - |
| XYZ | 19.95 | 8.43 | 95.18 | - |
| YUV | 54.63 | 241.08 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 14 | 255 | 0.77 | 0.95 | 0 | 0 | 250.95 | 1 | 0.53 |
| Hex | 3A | E | FF | 4D | 5F | 0 | 0 | FB | 64 | 35 |
| Octal | 72 | 16 | 377 | 115 | 137 | 0 | 0 | 373 | 144 | 65 |
| Binary | 111010 | 1110 | 11111111 | 1001101 | 1011111 | 0 | 0 | 11111011 | 1100100 | 110101 |
Color Harmonies of #3A0EFF
Complementary color
Monochromatic Colors of #3A0EFF
Black with #3A0EFF
Text Example
Text Example
White with #3A0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0EFF; }
p { color: rgb(58,14,255); }
H1.HeaderClassName
{
color: #3A0EFF;
}
.AnyTagClassName
{
color: #3A0EFF;
}
</style>
background-color css
<style>
a { background-color: #3A0EFF; }
a { background-color: rgb(58,14,255); }
div.DivClassName
{
background-color: #3A0EFF;
}
.BgClassName
{
background-color: #3A0EFF;
}
</style>
border-color css
<style>
span { border-color: #3A0EFF; }
span { border-color: rgb(58,14,255); }
td.TdClassName
{
border-color: #3A0EFF;
}
.TagClassName
{
border-color: #3A0EFF;
}
</style>