Shades of Han Purple #372CFF
Tints of Han Purple #372CFF
RGB
CMYK
RGB Variations
Color information
#372CFF (or 0x372CFF) is known color: Han Purple. HEX triplet: 37, 2C and FF. RGB value is (55,44,255). Sum of RGB (Red+Green+Blue) = 55+44+255=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #372CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372CFF is #C8D300. Grayscale: #464646. Windows color (decimal): -13161217 or 16722999. OLE color: 16722999.
HSL color Cylindrical-coordinate representation of color #372CFF: hue angle of 243.13º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #372CFF is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 44 | 255 | - |
| CMYK | 0.78 | 0.83 | 0 | 0 |
| HSL | 243.13º | 1% | 0.59% | - |
| HSV(B) | 243.13º | 0.83% | 1% | - |
| XYZ | 20.53 | 9.83 | 95.42 | - |
| YUV | 71.34 | 231.64 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 255 | 0.78 | 0.83 | 0 | 0 | 243.13 | 1 | 0.59 |
| Hex | 37 | 2C | FF | 4E | 53 | 0 | 0 | F3 | 64 | 3B |
| Octal | 67 | 54 | 377 | 116 | 123 | 0 | 0 | 363 | 144 | 73 |
| Binary | 110111 | 101100 | 11111111 | 1001110 | 1010011 | 0 | 0 | 11110011 | 1100100 | 111011 |
Color Harmonies of #372CFF
Complementary color
Monochromatic Colors of #372CFF
Black with #372CFF
Text Example
Text Example
White with #372CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372CFF; }
p { color: rgb(55,44,255); }
H1.HeaderClassName
{
color: #372CFF;
}
.AnyTagClassName
{
color: #372CFF;
}
</style>
background-color css
<style>
a { background-color: #372CFF; }
a { background-color: rgb(55,44,255); }
div.DivClassName
{
background-color: #372CFF;
}
.BgClassName
{
background-color: #372CFF;
}
</style>
border-color css
<style>
span { border-color: #372CFF; }
span { border-color: rgb(55,44,255); }
td.TdClassName
{
border-color: #372CFF;
}
.TagClassName
{
border-color: #372CFF;
}
</style>