Shades of Han Purple #3A03EC
Tints of Han Purple #3A03EC
RGB
CMYK
RGB Variations
Color information
#3A03EC (or 0x3A03EC) is known color: Han Purple. HEX triplet: 3A, 03 and EC. RGB value is (58,3,236). Sum of RGB (Red+Green+Blue) = 58+3+236=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 236 (92.58% from 255 or 79.46% from 297); Max value from RGB is 236 - color contains mainly: blue. Hex color #3A03EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A03EC is #C5FC13. Grayscale: #2D2D2D. Windows color (decimal): -12975124 or 15467322. OLE color: 15467322.
HSL color Cylindrical-coordinate representation of color #3A03EC: hue angle of 254.16º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A03EC is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 3 | 236 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.07 |
| HSL | 254.16º | 0.97% | 0.47% | - |
| HSV(B) | 254.16º | 0.99% | 0.93% | - |
| XYZ | 16.92 | 7.02 | 79.82 | - |
| YUV | 46.01 | 235.22 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 236 | 0.75 | 0.99 | 0 | 0.07 | 254.16 | 0.97 | 0.47 |
| Hex | 3A | 3 | EC | 4B | 63 | 0 | 7 | FE | 61 | 2F |
| Octal | 72 | 3 | 354 | 113 | 143 | 0 | 7 | 376 | 141 | 57 |
| Binary | 111010 | 11 | 11101100 | 1001011 | 1100011 | 0 | 111 | 11111110 | 1100001 | 101111 |
Color Harmonies of #3A03EC
Complementary color
Monochromatic Colors of #3A03EC
Black with #3A03EC
Text Example
Text Example
White with #3A03EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A03EC; }
p { color: rgb(58,3,236); }
H1.HeaderClassName
{
color: #3A03EC;
}
.AnyTagClassName
{
color: #3A03EC;
}
</style>
background-color css
<style>
a { background-color: #3A03EC; }
a { background-color: rgb(58,3,236); }
div.DivClassName
{
background-color: #3A03EC;
}
.BgClassName
{
background-color: #3A03EC;
}
</style>
border-color css
<style>
span { border-color: #3A03EC; }
span { border-color: rgb(58,3,236); }
td.TdClassName
{
border-color: #3A03EC;
}
.TagClassName
{
border-color: #3A03EC;
}
</style>