Shades of Han Purple #372BE4
Tints of Han Purple #372BE4
RGB
CMYK
RGB Variations
Color information
#372BE4 (or 0x372BE4) is known color: Han Purple. HEX triplet: 37, 2B and E4. RGB value is (55,43,228). Sum of RGB (Red+Green+Blue) = 55+43+228=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 228 (89.45% from 255 or 69.94% from 326); Max value from RGB is 228 - color contains mainly: blue. Hex color #372BE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372BE4 is #C8D41B. Grayscale: #424242. Windows color (decimal): -13161500 or 14953271. OLE color: 14953271.
HSL color Cylindrical-coordinate representation of color #372BE4: hue angle of 243.89º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #372BE4 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 43 | 228 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.11 |
| HSL | 243.89º | 0.77% | 0.53% | - |
| HSV(B) | 243.89º | 0.81% | 0.89% | - |
| XYZ | 16.44 | 8.14 | 74.1 | - |
| YUV | 67.68 | 218.48 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 43 | 228 | 0.76 | 0.81 | 0 | 0.11 | 243.89 | 0.77 | 0.53 |
| Hex | 37 | 2B | E4 | 4C | 51 | 0 | B | F4 | 4D | 35 |
| Octal | 67 | 53 | 344 | 114 | 121 | 0 | 13 | 364 | 115 | 65 |
| Binary | 110111 | 101011 | 11100100 | 1001100 | 1010001 | 0 | 1011 | 11110100 | 1001101 | 110101 |
Color Harmonies of #372BE4
Complementary color
Monochromatic Colors of #372BE4
Black with #372BE4
Text Example
Text Example
White with #372BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372BE4; }
p { color: rgb(55,43,228); }
H1.HeaderClassName
{
color: #372BE4;
}
.AnyTagClassName
{
color: #372BE4;
}
</style>
background-color css
<style>
a { background-color: #372BE4; }
a { background-color: rgb(55,43,228); }
div.DivClassName
{
background-color: #372BE4;
}
.BgClassName
{
background-color: #372BE4;
}
</style>
border-color css
<style>
span { border-color: #372BE4; }
span { border-color: rgb(55,43,228); }
td.TdClassName
{
border-color: #372BE4;
}
.TagClassName
{
border-color: #372BE4;
}
</style>