Shades of Han Purple #372EF4
Tints of Han Purple #372EF4
RGB
CMYK
RGB Variations
Color information
#372EF4 (or 0x372EF4) is known color: Han Purple. HEX triplet: 37, 2E and F4. RGB value is (55,46,244). Sum of RGB (Red+Green+Blue) = 55+46+244=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 244 (95.70% from 255 or 70.72% from 345); Max value from RGB is 244 - color contains mainly: blue. Hex color #372EF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372EF4 is #C8D10B. Grayscale: #464646. Windows color (decimal): -13160716 or 16002615. OLE color: 16002615.
HSL color Cylindrical-coordinate representation of color #372EF4: hue angle of 242.73º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #372EF4 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 46 | 244 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.04 |
| HSL | 242.73º | 0.9% | 0.57% | - |
| HSV(B) | 242.73º | 0.81% | 0.96% | - |
| XYZ | 18.88 | 9.3 | 86.39 | - |
| YUV | 71.26 | 225.48 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 244 | 0.77 | 0.81 | 0 | 0.04 | 242.73 | 0.9 | 0.57 |
| Hex | 37 | 2E | F4 | 4D | 51 | 0 | 4 | F3 | 5A | 39 |
| Octal | 67 | 56 | 364 | 115 | 121 | 0 | 4 | 363 | 132 | 71 |
| Binary | 110111 | 101110 | 11110100 | 1001101 | 1010001 | 0 | 100 | 11110011 | 1011010 | 111001 |
Color Harmonies of #372EF4
Complementary color
Monochromatic Colors of #372EF4
Black with #372EF4
Text Example
Text Example
White with #372EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372EF4; }
p { color: rgb(55,46,244); }
H1.HeaderClassName
{
color: #372EF4;
}
.AnyTagClassName
{
color: #372EF4;
}
</style>
background-color css
<style>
a { background-color: #372EF4; }
a { background-color: rgb(55,46,244); }
div.DivClassName
{
background-color: #372EF4;
}
.BgClassName
{
background-color: #372EF4;
}
</style>
border-color css
<style>
span { border-color: #372EF4; }
span { border-color: rgb(55,46,244); }
td.TdClassName
{
border-color: #372EF4;
}
.TagClassName
{
border-color: #372EF4;
}
</style>