Shades of Han Purple #372DFE
Tints of Han Purple #372DFE
RGB
CMYK
RGB Variations
Color information
#372DFE (or 0x372DFE) is known color: Han Purple. HEX triplet: 37, 2D and FE. RGB value is (55,45,254). Sum of RGB (Red+Green+Blue) = 55+45+254=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #372DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372DFE is #C8D201. Grayscale: #464646. Windows color (decimal): -13160962 or 16657719. OLE color: 16657719.
HSL color Cylindrical-coordinate representation of color #372DFE: hue angle of 242.87º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #372DFE is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 45 | 254 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.00 |
| HSL | 242.87º | 0.99% | 0.59% | - |
| HSV(B) | 242.87º | 0.82% | 1% | - |
| XYZ | 20.4 | 9.84 | 94.59 | - |
| YUV | 71.82 | 230.81 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 254 | 0.78 | 0.82 | 0 | 0.00 | 242.87 | 0.99 | 0.59 |
| Hex | 37 | 2D | FE | 4E | 52 | 0 | 0 | F3 | 63 | 3B |
| Octal | 67 | 55 | 376 | 116 | 122 | 0 | 0 | 363 | 143 | 73 |
| Binary | 110111 | 101101 | 11111110 | 1001110 | 1010010 | 0 | 0 | 11110011 | 1100011 | 111011 |
Color Harmonies of #372DFE
Complementary color
Monochromatic Colors of #372DFE
Black with #372DFE
Text Example
Text Example
White with #372DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372DFE; }
p { color: rgb(55,45,254); }
H1.HeaderClassName
{
color: #372DFE;
}
.AnyTagClassName
{
color: #372DFE;
}
</style>
background-color css
<style>
a { background-color: #372DFE; }
a { background-color: rgb(55,45,254); }
div.DivClassName
{
background-color: #372DFE;
}
.BgClassName
{
background-color: #372DFE;
}
</style>
border-color css
<style>
span { border-color: #372DFE; }
span { border-color: rgb(55,45,254); }
td.TdClassName
{
border-color: #372DFE;
}
.TagClassName
{
border-color: #372DFE;
}
</style>