Shades of Han Purple #372DFF
Tints of Han Purple #372DFF
RGB
CMYK
RGB Variations
Color information
#372DFF (or 0x372DFF) is known color: Han Purple. HEX triplet: 37, 2D and FF. RGB value is (55,45,255). Sum of RGB (Red+Green+Blue) = 55+45+255=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #372DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372DFF is #C8D200. Grayscale: #474747. Windows color (decimal): -13160961 or 16723255. OLE color: 16723255.
HSL color Cylindrical-coordinate representation of color #372DFF: hue angle of 242.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #372DFF is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 45 | 255 | - |
| CMYK | 0.78 | 0.82 | 0 | 0 |
| HSL | 242.86º | 1% | 0.59% | - |
| HSV(B) | 242.86º | 0.82% | 1% | - |
| XYZ | 20.56 | 9.91 | 95.44 | - |
| YUV | 71.93 | 231.31 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 255 | 0.78 | 0.82 | 0 | 0 | 242.86 | 1 | 0.59 |
| Hex | 37 | 2D | FF | 4E | 52 | 0 | 0 | F3 | 64 | 3B |
| Octal | 67 | 55 | 377 | 116 | 122 | 0 | 0 | 363 | 144 | 73 |
| Binary | 110111 | 101101 | 11111111 | 1001110 | 1010010 | 0 | 0 | 11110011 | 1100100 | 111011 |
Color Harmonies of #372DFF
Complementary color
Monochromatic Colors of #372DFF
Black with #372DFF
Text Example
Text Example
White with #372DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372DFF; }
p { color: rgb(55,45,255); }
H1.HeaderClassName
{
color: #372DFF;
}
.AnyTagClassName
{
color: #372DFF;
}
</style>
background-color css
<style>
a { background-color: #372DFF; }
a { background-color: rgb(55,45,255); }
div.DivClassName
{
background-color: #372DFF;
}
.BgClassName
{
background-color: #372DFF;
}
</style>
border-color css
<style>
span { border-color: #372DFF; }
span { border-color: rgb(55,45,255); }
td.TdClassName
{
border-color: #372DFF;
}
.TagClassName
{
border-color: #372DFF;
}
</style>