Shades of Han Purple #3725E6
Tints of Han Purple #3725E6
RGB
CMYK
RGB Variations
Color information
#3725E6 (or 0x3725E6) is known color: Han Purple. HEX triplet: 37, 25 and E6. RGB value is (55,37,230). Sum of RGB (Red+Green+Blue) = 55+37+230=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 230 (90.23% from 255 or 71.43% from 322); Max value from RGB is 230 - color contains mainly: blue. Hex color #3725E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3725E6 is #C8DA19. Grayscale: #3F3F3F. Windows color (decimal): -13163034 or 15082807. OLE color: 15082807.
HSL color Cylindrical-coordinate representation of color #3725E6: hue angle of 245.6º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3725E6 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 55 | 37 | 230 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.10 |
| HSL | 245.6º | 0.79% | 0.52% | - |
| HSV(B) | 245.6º | 0.84% | 0.9% | - |
| XYZ | 16.52 | 7.85 | 75.51 | - |
| YUV | 64.38 | 221.46 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 230 | 0.76 | 0.84 | 0 | 0.10 | 245.6 | 0.79 | 0.52 |
| Hex | 37 | 25 | E6 | 4C | 54 | 0 | A | F6 | 4F | 34 |
| Octal | 67 | 45 | 346 | 114 | 124 | 0 | 12 | 366 | 117 | 64 |
| Binary | 110111 | 100101 | 11100110 | 1001100 | 1010100 | 0 | 1010 | 11110110 | 1001111 | 110100 |
Color Harmonies of #3725E6
Complementary color
Monochromatic Colors of #3725E6
Black with #3725E6
Text Example
Text Example
White with #3725E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3725E6; }
p { color: rgb(55,37,230); }
H1.HeaderClassName
{
color: #3725E6;
}
.AnyTagClassName
{
color: #3725E6;
}
</style>
background-color css
<style>
a { background-color: #3725E6; }
a { background-color: rgb(55,37,230); }
div.DivClassName
{
background-color: #3725E6;
}
.BgClassName
{
background-color: #3725E6;
}
</style>
border-color css
<style>
span { border-color: #3725E6; }
span { border-color: rgb(55,37,230); }
td.TdClassName
{
border-color: #3725E6;
}
.TagClassName
{
border-color: #3725E6;
}
</style>