Shades of Han Purple #3A0CE5
Tints of Han Purple #3A0CE5
RGB
CMYK
RGB Variations
Color information
#3A0CE5 (or 0x3A0CE5) is known color: Han Purple. HEX triplet: 3A, 0C and E5. RGB value is (58,12,229). Sum of RGB (Red+Green+Blue) = 58+12+229=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 229 (89.84% from 255 or 76.59% from 299); Max value from RGB is 229 - color contains mainly: blue. Hex color #3A0CE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0CE5 is #C5F31A. Grayscale: #313131. Windows color (decimal): -12972827 or 15010874. OLE color: 15010874.
HSL color Cylindrical-coordinate representation of color #3A0CE5: hue angle of 252.72º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0CE5 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 58 | 12 | 229 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.10 |
| HSL | 252.72º | 0.9% | 0.47% | - |
| HSV(B) | 252.72º | 0.95% | 0.9% | - |
| XYZ | 16.02 | 6.82 | 74.6 | - |
| YUV | 50.49 | 228.74 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 12 | 229 | 0.75 | 0.95 | 0 | 0.10 | 252.72 | 0.9 | 0.47 |
| Hex | 3A | C | E5 | 4B | 5F | 0 | A | FD | 5A | 2F |
| Octal | 72 | 14 | 345 | 113 | 137 | 0 | 12 | 375 | 132 | 57 |
| Binary | 111010 | 1100 | 11100101 | 1001011 | 1011111 | 0 | 1010 | 11111101 | 1011010 | 101111 |
Color Harmonies of #3A0CE5
Complementary color
Monochromatic Colors of #3A0CE5
Black with #3A0CE5
Text Example
Text Example
White with #3A0CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0CE5; }
p { color: rgb(58,12,229); }
H1.HeaderClassName
{
color: #3A0CE5;
}
.AnyTagClassName
{
color: #3A0CE5;
}
</style>
background-color css
<style>
a { background-color: #3A0CE5; }
a { background-color: rgb(58,12,229); }
div.DivClassName
{
background-color: #3A0CE5;
}
.BgClassName
{
background-color: #3A0CE5;
}
</style>
border-color css
<style>
span { border-color: #3A0CE5; }
span { border-color: rgb(58,12,229); }
td.TdClassName
{
border-color: #3A0CE5;
}
.TagClassName
{
border-color: #3A0CE5;
}
</style>