Shades of Han Purple #372EE1
Tints of Han Purple #372EE1
RGB
CMYK
RGB Variations
Color information
#372EE1 (or 0x372EE1) is known color: Han Purple. HEX triplet: 37, 2E and E1. RGB value is (55,46,225). Sum of RGB (Red+Green+Blue) = 55+46+225=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 225 (88.28% from 255 or 69.02% from 326); Max value from RGB is 225 - color contains mainly: blue. Hex color #372EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372EE1 is #C8D11E. Grayscale: #444444. Windows color (decimal): -13160735 or 14757431. OLE color: 14757431.
HSL color Cylindrical-coordinate representation of color #372EE1: hue angle of 243.02º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #372EE1 is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 55 | 46 | 225 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.12 |
| HSL | 243.02º | 0.75% | 0.53% | - |
| HSV(B) | 243.02º | 0.8% | 0.88% | - |
| XYZ | 16.14 | 8.2 | 71.97 | - |
| YUV | 69.1 | 215.98 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 225 | 0.76 | 0.80 | 0 | 0.12 | 243.02 | 0.75 | 0.53 |
| Hex | 37 | 2E | E1 | 4C | 50 | 0 | C | F3 | 4B | 35 |
| Octal | 67 | 56 | 341 | 114 | 120 | 0 | 14 | 363 | 113 | 65 |
| Binary | 110111 | 101110 | 11100001 | 1001100 | 1010000 | 0 | 1100 | 11110011 | 1001011 | 110101 |
Color Harmonies of #372EE1
Complementary color
Monochromatic Colors of #372EE1
Black with #372EE1
Text Example
Text Example
White with #372EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372EE1; }
p { color: rgb(55,46,225); }
H1.HeaderClassName
{
color: #372EE1;
}
.AnyTagClassName
{
color: #372EE1;
}
</style>
background-color css
<style>
a { background-color: #372EE1; }
a { background-color: rgb(55,46,225); }
div.DivClassName
{
background-color: #372EE1;
}
.BgClassName
{
background-color: #372EE1;
}
</style>
border-color css
<style>
span { border-color: #372EE1; }
span { border-color: rgb(55,46,225); }
td.TdClassName
{
border-color: #372EE1;
}
.TagClassName
{
border-color: #372EE1;
}
</style>