Shades of Han Purple #372CEF
Tints of Han Purple #372CEF
RGB
CMYK
RGB Variations
Color information
#372CEF (or 0x372CEF) is known color: Han Purple. HEX triplet: 37, 2C and EF. RGB value is (55,44,239). Sum of RGB (Red+Green+Blue) = 55+44+239=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 239 (93.75% from 255 or 70.71% from 338); Max value from RGB is 239 - color contains mainly: blue. Hex color #372CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372CEF is #C8D310. Grayscale: #444444. Windows color (decimal): -13161233 or 15674423. OLE color: 15674423.
HSL color Cylindrical-coordinate representation of color #372CEF: hue angle of 243.38º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #372CEF is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 44 | 239 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.06 |
| HSL | 243.38º | 0.86% | 0.55% | - |
| HSV(B) | 243.38º | 0.82% | 0.94% | - |
| XYZ | 18.06 | 8.85 | 82.42 | - |
| YUV | 69.52 | 223.64 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 239 | 0.77 | 0.82 | 0 | 0.06 | 243.38 | 0.86 | 0.55 |
| Hex | 37 | 2C | EF | 4D | 52 | 0 | 6 | F3 | 56 | 37 |
| Octal | 67 | 54 | 357 | 115 | 122 | 0 | 6 | 363 | 126 | 67 |
| Binary | 110111 | 101100 | 11101111 | 1001101 | 1010010 | 0 | 110 | 11110011 | 1010110 | 110111 |
Color Harmonies of #372CEF
Complementary color
Monochromatic Colors of #372CEF
Black with #372CEF
Text Example
Text Example
White with #372CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372CEF; }
p { color: rgb(55,44,239); }
H1.HeaderClassName
{
color: #372CEF;
}
.AnyTagClassName
{
color: #372CEF;
}
</style>
background-color css
<style>
a { background-color: #372CEF; }
a { background-color: rgb(55,44,239); }
div.DivClassName
{
background-color: #372CEF;
}
.BgClassName
{
background-color: #372CEF;
}
</style>
border-color css
<style>
span { border-color: #372CEF; }
span { border-color: rgb(55,44,239); }
td.TdClassName
{
border-color: #372CEF;
}
.TagClassName
{
border-color: #372CEF;
}
</style>