Shades of Han Purple #372DE2
Tints of Han Purple #372DE2
RGB
CMYK
RGB Variations
Color information
#372DE2 (or 0x372DE2) is known color: Han Purple. HEX triplet: 37, 2D and E2. RGB value is (55,45,226). Sum of RGB (Red+Green+Blue) = 55+45+226=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 226 (88.67% from 255 or 69.33% from 326); Max value from RGB is 226 - color contains mainly: blue. Hex color #372DE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372DE2 is #C8D21D. Grayscale: #434343. Windows color (decimal): -13160990 or 14822711. OLE color: 14822711.
HSL color Cylindrical-coordinate representation of color #372DE2: hue angle of 243.31º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #372DE2 is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 45 | 226 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.11 |
| HSL | 243.31º | 0.76% | 0.53% | - |
| HSV(B) | 243.31º | 0.8% | 0.89% | - |
| XYZ | 16.24 | 8.18 | 72.67 | - |
| YUV | 68.62 | 216.81 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 226 | 0.76 | 0.80 | 0 | 0.11 | 243.31 | 0.76 | 0.53 |
| Hex | 37 | 2D | E2 | 4C | 50 | 0 | B | F3 | 4C | 35 |
| Octal | 67 | 55 | 342 | 114 | 120 | 0 | 13 | 363 | 114 | 65 |
| Binary | 110111 | 101101 | 11100010 | 1001100 | 1010000 | 0 | 1011 | 11110011 | 1001100 | 110101 |
Color Harmonies of #372DE2
Complementary color
Monochromatic Colors of #372DE2
Black with #372DE2
Text Example
Text Example
White with #372DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372DE2; }
p { color: rgb(55,45,226); }
H1.HeaderClassName
{
color: #372DE2;
}
.AnyTagClassName
{
color: #372DE2;
}
</style>
background-color css
<style>
a { background-color: #372DE2; }
a { background-color: rgb(55,45,226); }
div.DivClassName
{
background-color: #372DE2;
}
.BgClassName
{
background-color: #372DE2;
}
</style>
border-color css
<style>
span { border-color: #372DE2; }
span { border-color: rgb(55,45,226); }
td.TdClassName
{
border-color: #372DE2;
}
.TagClassName
{
border-color: #372DE2;
}
</style>