Shades of Han Purple #3725ED
Tints of Han Purple #3725ED
RGB
CMYK
RGB Variations
Color information
#3725ED (or 0x3725ED) is known color: Han Purple. HEX triplet: 37, 25 and ED. RGB value is (55,37,237). Sum of RGB (Red+Green+Blue) = 55+37+237=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #3725ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3725ED is #C8DA12. Grayscale: #404040. Windows color (decimal): -13163027 or 15541559. OLE color: 15541559.
HSL color Cylindrical-coordinate representation of color #3725ED: hue angle of 245.4º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3725ED is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 37 | 237 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.07 |
| HSL | 245.4º | 0.85% | 0.54% | - |
| HSV(B) | 245.4º | 0.84% | 0.93% | - |
| XYZ | 17.52 | 8.25 | 80.79 | - |
| YUV | 65.18 | 224.96 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 237 | 0.77 | 0.84 | 0 | 0.07 | 245.4 | 0.85 | 0.54 |
| Hex | 37 | 25 | ED | 4D | 54 | 0 | 7 | F5 | 55 | 36 |
| Octal | 67 | 45 | 355 | 115 | 124 | 0 | 7 | 365 | 125 | 66 |
| Binary | 110111 | 100101 | 11101101 | 1001101 | 1010100 | 0 | 111 | 11110101 | 1010101 | 110110 |
Color Harmonies of #3725ED
Complementary color
Monochromatic Colors of #3725ED
Black with #3725ED
Text Example
Text Example
White with #3725ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3725ED; }
p { color: rgb(55,37,237); }
H1.HeaderClassName
{
color: #3725ED;
}
.AnyTagClassName
{
color: #3725ED;
}
</style>
background-color css
<style>
a { background-color: #3725ED; }
a { background-color: rgb(55,37,237); }
div.DivClassName
{
background-color: #3725ED;
}
.BgClassName
{
background-color: #3725ED;
}
</style>
border-color css
<style>
span { border-color: #3725ED; }
span { border-color: rgb(55,37,237); }
td.TdClassName
{
border-color: #3725ED;
}
.TagClassName
{
border-color: #3725ED;
}
</style>