Shades of Han Purple #3A25E1
Tints of Han Purple #3A25E1
RGB
CMYK
RGB Variations
Color information
#3A25E1 (or 0x3A25E1) is known color: Han Purple. HEX triplet: 3A, 25 and E1. RGB value is (58,37,225). Sum of RGB (Red+Green+Blue) = 58+37+225=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 225 (88.28% from 255 or 70.31% from 320); Max value from RGB is 225 - color contains mainly: blue. Hex color #3A25E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A25E1 is #C5DA1E. Grayscale: #3F3F3F. Windows color (decimal): -12966431 or 14755130. OLE color: 14755130.
HSL color Cylindrical-coordinate representation of color #3A25E1: hue angle of 246.7º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A25E1 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 37 | 225 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.12 |
| HSL | 246.7º | 0.76% | 0.51% | - |
| HSV(B) | 246.7º | 0.84% | 0.88% | - |
| XYZ | 16 | 7.66 | 71.87 | - |
| YUV | 64.71 | 218.46 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 225 | 0.74 | 0.84 | 0 | 0.12 | 246.7 | 0.76 | 0.51 |
| Hex | 3A | 25 | E1 | 4A | 54 | 0 | C | F7 | 4C | 33 |
| Octal | 72 | 45 | 341 | 112 | 124 | 0 | 14 | 367 | 114 | 63 |
| Binary | 111010 | 100101 | 11100001 | 1001010 | 1010100 | 0 | 1100 | 11110111 | 1001100 | 110011 |
Color Harmonies of #3A25E1
Complementary color
Monochromatic Colors of #3A25E1
Black with #3A25E1
Text Example
Text Example
White with #3A25E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A25E1; }
p { color: rgb(58,37,225); }
H1.HeaderClassName
{
color: #3A25E1;
}
.AnyTagClassName
{
color: #3A25E1;
}
</style>
background-color css
<style>
a { background-color: #3A25E1; }
a { background-color: rgb(58,37,225); }
div.DivClassName
{
background-color: #3A25E1;
}
.BgClassName
{
background-color: #3A25E1;
}
</style>
border-color css
<style>
span { border-color: #3A25E1; }
span { border-color: rgb(58,37,225); }
td.TdClassName
{
border-color: #3A25E1;
}
.TagClassName
{
border-color: #3A25E1;
}
</style>