Shades of Han Purple #372EEE
Tints of Han Purple #372EEE
RGB
CMYK
RGB Variations
Color information
#372EEE (or 0x372EEE) is known color: Han Purple. HEX triplet: 37, 2E and EE. RGB value is (55,46,238). Sum of RGB (Red+Green+Blue) = 55+46+238=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #372EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372EEE is #C8D111. Grayscale: #454545. Windows color (decimal): -13160722 or 15609399. OLE color: 15609399.
HSL color Cylindrical-coordinate representation of color #372EEE: hue angle of 242.81º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #372EEE is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 46 | 238 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.07 |
| HSL | 242.81º | 0.85% | 0.56% | - |
| HSV(B) | 242.81º | 0.81% | 0.93% | - |
| XYZ | 17.99 | 8.94 | 81.67 | - |
| YUV | 70.58 | 222.48 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 238 | 0.77 | 0.81 | 0 | 0.07 | 242.81 | 0.85 | 0.56 |
| Hex | 37 | 2E | EE | 4D | 51 | 0 | 7 | F3 | 55 | 38 |
| Octal | 67 | 56 | 356 | 115 | 121 | 0 | 7 | 363 | 125 | 70 |
| Binary | 110111 | 101110 | 11101110 | 1001101 | 1010001 | 0 | 111 | 11110011 | 1010101 | 111000 |
Color Harmonies of #372EEE
Complementary color
Monochromatic Colors of #372EEE
Black with #372EEE
Text Example
Text Example
White with #372EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372EEE; }
p { color: rgb(55,46,238); }
H1.HeaderClassName
{
color: #372EEE;
}
.AnyTagClassName
{
color: #372EEE;
}
</style>
background-color css
<style>
a { background-color: #372EEE; }
a { background-color: rgb(55,46,238); }
div.DivClassName
{
background-color: #372EEE;
}
.BgClassName
{
background-color: #372EEE;
}
</style>
border-color css
<style>
span { border-color: #372EEE; }
span { border-color: rgb(55,46,238); }
td.TdClassName
{
border-color: #372EEE;
}
.TagClassName
{
border-color: #372EEE;
}
</style>