Shades of Han Purple #372EEF
Tints of Han Purple #372EEF
RGB
CMYK
RGB Variations
Color information
#372EEF (or 0x372EEF) is known color: Han Purple. HEX triplet: 37, 2E and EF. RGB value is (55,46,239). Sum of RGB (Red+Green+Blue) = 55+46+239=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #372EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372EEF is #C8D110. Grayscale: #454545. Windows color (decimal): -13160721 or 15674935. OLE color: 15674935.
HSL color Cylindrical-coordinate representation of color #372EEF: hue angle of 242.8º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #372EEF is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 46 | 239 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.06 |
| HSL | 242.8º | 0.86% | 0.56% | - |
| HSV(B) | 242.8º | 0.81% | 0.94% | - |
| XYZ | 18.13 | 9 | 82.44 | - |
| YUV | 70.69 | 222.98 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 239 | 0.77 | 0.81 | 0 | 0.06 | 242.8 | 0.86 | 0.56 |
| Hex | 37 | 2E | EF | 4D | 51 | 0 | 6 | F3 | 56 | 38 |
| Octal | 67 | 56 | 357 | 115 | 121 | 0 | 6 | 363 | 126 | 70 |
| Binary | 110111 | 101110 | 11101111 | 1001101 | 1010001 | 0 | 110 | 11110011 | 1010110 | 111000 |
Color Harmonies of #372EEF
Complementary color
Monochromatic Colors of #372EEF
Black with #372EEF
Text Example
Text Example
White with #372EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372EEF; }
p { color: rgb(55,46,239); }
H1.HeaderClassName
{
color: #372EEF;
}
.AnyTagClassName
{
color: #372EEF;
}
</style>
background-color css
<style>
a { background-color: #372EEF; }
a { background-color: rgb(55,46,239); }
div.DivClassName
{
background-color: #372EEF;
}
.BgClassName
{
background-color: #372EEF;
}
</style>
border-color css
<style>
span { border-color: #372EEF; }
span { border-color: rgb(55,46,239); }
td.TdClassName
{
border-color: #372EEF;
}
.TagClassName
{
border-color: #372EEF;
}
</style>