Shades of Han Purple #372DED
Tints of Han Purple #372DED
RGB
CMYK
RGB Variations
Color information
#372DED (or 0x372DED) is known color: Han Purple. HEX triplet: 37, 2D and ED. RGB value is (55,45,237). Sum of RGB (Red+Green+Blue) = 55+45+237=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #372DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372DED is #C8D212. Grayscale: #454545. Windows color (decimal): -13160979 or 15543607. OLE color: 15543607.
HSL color Cylindrical-coordinate representation of color #372DED: hue angle of 243.13º 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 #372DED is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 45 | 237 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.07 |
| HSL | 243.13º | 0.84% | 0.55% | - |
| HSV(B) | 243.13º | 0.81% | 0.93% | - |
| XYZ | 17.8 | 8.8 | 80.88 | - |
| YUV | 69.88 | 222.31 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 237 | 0.77 | 0.81 | 0 | 0.07 | 243.13 | 0.84 | 0.55 |
| Hex | 37 | 2D | ED | 4D | 51 | 0 | 7 | F3 | 54 | 37 |
| Octal | 67 | 55 | 355 | 115 | 121 | 0 | 7 | 363 | 124 | 67 |
| Binary | 110111 | 101101 | 11101101 | 1001101 | 1010001 | 0 | 111 | 11110011 | 1010100 | 110111 |
Color Harmonies of #372DED
Complementary color
Monochromatic Colors of #372DED
Black with #372DED
Text Example
Text Example
White with #372DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372DED; }
p { color: rgb(55,45,237); }
H1.HeaderClassName
{
color: #372DED;
}
.AnyTagClassName
{
color: #372DED;
}
</style>
background-color css
<style>
a { background-color: #372DED; }
a { background-color: rgb(55,45,237); }
div.DivClassName
{
background-color: #372DED;
}
.BgClassName
{
background-color: #372DED;
}
</style>
border-color css
<style>
span { border-color: #372DED; }
span { border-color: rgb(55,45,237); }
td.TdClassName
{
border-color: #372DED;
}
.TagClassName
{
border-color: #372DED;
}
</style>