Shades of Han Purple #3A00EC
Tints of Han Purple #3A00EC
RGB
CMYK
RGB Variations
Color information
#3A00EC (or 0x3A00EC) is known color: Han Purple. HEX triplet: 3A, 00 and EC. RGB value is (58,0,236). Sum of RGB (Red+Green+Blue) = 58+0+236=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 236 (92.58% from 255 or 80.27% from 294); Max value from RGB is 236 - color contains mainly: blue. Hex color #3A00EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A00EC is #C5FF13. Grayscale: #2B2B2B. Windows color (decimal): -12975892 or 15466554. OLE color: 15466554.
HSL color Cylindrical-coordinate representation of color #3A00EC: hue angle of 254.75º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A00EC is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 0 | 236 | - |
| CMYK | 0.75 | 1 | 0 | 0.07 |
| HSL | 254.75º | 1% | 0.46% | - |
| HSV(B) | 254.75º | 1% | 0.93% | - |
| XYZ | 16.89 | 6.96 | 79.81 | - |
| YUV | 44.25 | 236.22 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 236 | 0.75 | 1 | 0 | 0.07 | 254.75 | 1 | 0.46 |
| Hex | 3A | 0 | EC | 4B | 64 | 0 | 7 | FF | 64 | 2E |
| Octal | 72 | 0 | 354 | 113 | 144 | 0 | 7 | 377 | 144 | 56 |
| Binary | 111010 | 0 | 11101100 | 1001011 | 1100100 | 0 | 111 | 11111111 | 1100100 | 101110 |
Color Harmonies of #3A00EC
Complementary color
Monochromatic Colors of #3A00EC
Black with #3A00EC
Text Example
Text Example
White with #3A00EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A00EC; }
p { color: rgb(58,0,236); }
H1.HeaderClassName
{
color: #3A00EC;
}
.AnyTagClassName
{
color: #3A00EC;
}
</style>
background-color css
<style>
a { background-color: #3A00EC; }
a { background-color: rgb(58,0,236); }
div.DivClassName
{
background-color: #3A00EC;
}
.BgClassName
{
background-color: #3A00EC;
}
</style>
border-color css
<style>
span { border-color: #3A00EC; }
span { border-color: rgb(58,0,236); }
td.TdClassName
{
border-color: #3A00EC;
}
.TagClassName
{
border-color: #3A00EC;
}
</style>