Shades of Han Purple #372CED
Tints of Han Purple #372CED
RGB
CMYK
RGB Variations
Color information
#372CED (or 0x372CED) is known color: Han Purple. HEX triplet: 37, 2C and ED. RGB value is (55,44,237). Sum of RGB (Red+Green+Blue) = 55+44+237=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #372CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372CED is #C8D312. Grayscale: #444444. Windows color (decimal): -13161235 or 15543351. OLE color: 15543351.
HSL color Cylindrical-coordinate representation of color #372CED: hue angle of 243.42º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #372CED is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 44 | 237 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.07 |
| HSL | 243.42º | 0.84% | 0.55% | - |
| HSV(B) | 243.42º | 0.81% | 0.93% | - |
| XYZ | 17.76 | 8.73 | 80.87 | - |
| YUV | 69.29 | 222.64 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 237 | 0.77 | 0.81 | 0 | 0.07 | 243.42 | 0.84 | 0.55 |
| Hex | 37 | 2C | ED | 4D | 51 | 0 | 7 | F3 | 54 | 37 |
| Octal | 67 | 54 | 355 | 115 | 121 | 0 | 7 | 363 | 124 | 67 |
| Binary | 110111 | 101100 | 11101101 | 1001101 | 1010001 | 0 | 111 | 11110011 | 1010100 | 110111 |
Color Harmonies of #372CED
Complementary color
Monochromatic Colors of #372CED
Black with #372CED
Text Example
Text Example
White with #372CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372CED; }
p { color: rgb(55,44,237); }
H1.HeaderClassName
{
color: #372CED;
}
.AnyTagClassName
{
color: #372CED;
}
</style>
background-color css
<style>
a { background-color: #372CED; }
a { background-color: rgb(55,44,237); }
div.DivClassName
{
background-color: #372CED;
}
.BgClassName
{
background-color: #372CED;
}
</style>
border-color css
<style>
span { border-color: #372CED; }
span { border-color: rgb(55,44,237); }
td.TdClassName
{
border-color: #372CED;
}
.TagClassName
{
border-color: #372CED;
}
</style>