Shades of Han Purple #3625E1
Tints of Han Purple #3625E1
RGB
CMYK
RGB Variations
Color information
#3625E1 (or 0x3625E1) is known color: Han Purple. HEX triplet: 36, 25 and E1. RGB value is (54,37,225). Sum of RGB (Red+Green+Blue) = 54+37+225=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 225 (88.28% from 255 or 71.20% from 316); Max value from RGB is 225 - color contains mainly: blue. Hex color #3625E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3625E1 is #C9DA1E. Grayscale: #3E3E3E. Windows color (decimal): -13228575 or 14755126. OLE color: 14755126.
HSL color Cylindrical-coordinate representation of color #3625E1: hue angle of 245.43º 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 #3625E1 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 37 | 225 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.12 |
| HSL | 245.43º | 0.76% | 0.51% | - |
| HSV(B) | 245.43º | 0.84% | 0.88% | - |
| XYZ | 15.77 | 7.54 | 71.86 | - |
| YUV | 63.52 | 219.13 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 37 | 225 | 0.76 | 0.84 | 0 | 0.12 | 245.43 | 0.76 | 0.51 |
| Hex | 36 | 25 | E1 | 4C | 54 | 0 | C | F5 | 4C | 33 |
| Octal | 66 | 45 | 341 | 114 | 124 | 0 | 14 | 365 | 114 | 63 |
| Binary | 110110 | 100101 | 11100001 | 1001100 | 1010100 | 0 | 1100 | 11110101 | 1001100 | 110011 |
Color Harmonies of #3625E1
Complementary color
Monochromatic Colors of #3625E1
Black with #3625E1
Text Example
Text Example
White with #3625E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3625E1; }
p { color: rgb(54,37,225); }
H1.HeaderClassName
{
color: #3625E1;
}
.AnyTagClassName
{
color: #3625E1;
}
</style>
background-color css
<style>
a { background-color: #3625E1; }
a { background-color: rgb(54,37,225); }
div.DivClassName
{
background-color: #3625E1;
}
.BgClassName
{
background-color: #3625E1;
}
</style>
border-color css
<style>
span { border-color: #3625E1; }
span { border-color: rgb(54,37,225); }
td.TdClassName
{
border-color: #3625E1;
}
.TagClassName
{
border-color: #3625E1;
}
</style>