Shades of Han Purple #372CFE
Tints of Han Purple #372CFE
RGB
CMYK
RGB Variations
Color information
#372CFE (or 0x372CFE) is known color: Han Purple. HEX triplet: 37, 2C and FE. RGB value is (55,44,254). Sum of RGB (Red+Green+Blue) = 55+44+254=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #372CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372CFE is #C8D301. Grayscale: #464646. Windows color (decimal): -13161218 or 16657463. OLE color: 16657463.
HSL color Cylindrical-coordinate representation of color #372CFE: hue angle of 243.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #372CFE is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 44 | 254 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.00 |
| HSL | 243.14º | 0.99% | 0.58% | - |
| HSV(B) | 243.14º | 0.83% | 1% | - |
| XYZ | 20.37 | 9.77 | 94.58 | - |
| YUV | 71.23 | 231.14 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 254 | 0.78 | 0.83 | 0 | 0.00 | 243.14 | 0.99 | 0.58 |
| Hex | 37 | 2C | FE | 4E | 53 | 0 | 0 | F3 | 63 | 3A |
| Octal | 67 | 54 | 376 | 116 | 123 | 0 | 0 | 363 | 143 | 72 |
| Binary | 110111 | 101100 | 11111110 | 1001110 | 1010011 | 0 | 0 | 11110011 | 1100011 | 111010 |
Color Harmonies of #372CFE
Complementary color
Monochromatic Colors of #372CFE
Black with #372CFE
Text Example
Text Example
White with #372CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372CFE; }
p { color: rgb(55,44,254); }
H1.HeaderClassName
{
color: #372CFE;
}
.AnyTagClassName
{
color: #372CFE;
}
</style>
background-color css
<style>
a { background-color: #372CFE; }
a { background-color: rgb(55,44,254); }
div.DivClassName
{
background-color: #372CFE;
}
.BgClassName
{
background-color: #372CFE;
}
</style>
border-color css
<style>
span { border-color: #372CFE; }
span { border-color: rgb(55,44,254); }
td.TdClassName
{
border-color: #372CFE;
}
.TagClassName
{
border-color: #372CFE;
}
</style>