Shades of Han Purple #372FE1
Tints of Han Purple #372FE1
RGB
CMYK
RGB Variations
Color information
#372FE1 (or 0x372FE1) is known color: Han Purple. HEX triplet: 37, 2F and E1. RGB value is (55,47,225). Sum of RGB (Red+Green+Blue) = 55+47+225=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 225 (88.28% from 255 or 68.81% from 327); Max value from RGB is 225 - color contains mainly: blue. Hex color #372FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372FE1 is #C8D01E. Grayscale: #444444. Windows color (decimal): -13160479 or 14757687. OLE color: 14757687.
HSL color Cylindrical-coordinate representation of color #372FE1: hue angle of 242.7º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #372FE1 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 55 | 47 | 225 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.12 |
| HSL | 242.7º | 0.75% | 0.53% | - |
| HSV(B) | 242.7º | 0.79% | 0.88% | - |
| XYZ | 16.18 | 8.28 | 71.98 | - |
| YUV | 69.68 | 215.65 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 225 | 0.76 | 0.79 | 0 | 0.12 | 242.7 | 0.75 | 0.53 |
| Hex | 37 | 2F | E1 | 4C | 4F | 0 | C | F3 | 4B | 35 |
| Octal | 67 | 57 | 341 | 114 | 117 | 0 | 14 | 363 | 113 | 65 |
| Binary | 110111 | 101111 | 11100001 | 1001100 | 1001111 | 0 | 1100 | 11110011 | 1001011 | 110101 |
Color Harmonies of #372FE1
Complementary color
Monochromatic Colors of #372FE1
Black with #372FE1
Text Example
Text Example
White with #372FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372FE1; }
p { color: rgb(55,47,225); }
H1.HeaderClassName
{
color: #372FE1;
}
.AnyTagClassName
{
color: #372FE1;
}
</style>
background-color css
<style>
a { background-color: #372FE1; }
a { background-color: rgb(55,47,225); }
div.DivClassName
{
background-color: #372FE1;
}
.BgClassName
{
background-color: #372FE1;
}
</style>
border-color css
<style>
span { border-color: #372FE1; }
span { border-color: rgb(55,47,225); }
td.TdClassName
{
border-color: #372FE1;
}
.TagClassName
{
border-color: #372FE1;
}
</style>