Shades of Han Purple #371DED
Tints of Han Purple #371DED
RGB
CMYK
RGB Variations
Color information
#371DED (or 0x371DED) is known color: Han Purple. HEX triplet: 37, 1D and ED. RGB value is (55,29,237). Sum of RGB (Red+Green+Blue) = 55+29+237=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 237 (92.97% from 255 or 73.83% from 321); Max value from RGB is 237 - color contains mainly: blue. Hex color #371DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371DED is #C8E212. Grayscale: #3B3B3B. Windows color (decimal): -13165075 or 15539511. OLE color: 15539511.
HSL color Cylindrical-coordinate representation of color #371DED: hue angle of 247.5º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #371DED is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 29 | 237 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.07 |
| HSL | 247.5º | 0.85% | 0.52% | - |
| HSV(B) | 247.5º | 0.88% | 0.93% | - |
| XYZ | 17.3 | 7.81 | 80.72 | - |
| YUV | 60.49 | 227.61 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 237 | 0.77 | 0.88 | 0 | 0.07 | 247.5 | 0.85 | 0.52 |
| Hex | 37 | 1D | ED | 4D | 58 | 0 | 7 | F8 | 55 | 34 |
| Octal | 67 | 35 | 355 | 115 | 130 | 0 | 7 | 370 | 125 | 64 |
| Binary | 110111 | 11101 | 11101101 | 1001101 | 1011000 | 0 | 111 | 11111000 | 1010101 | 110100 |
Color Harmonies of #371DED
Complementary color
Monochromatic Colors of #371DED
Black with #371DED
Text Example
Text Example
White with #371DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371DED; }
p { color: rgb(55,29,237); }
H1.HeaderClassName
{
color: #371DED;
}
.AnyTagClassName
{
color: #371DED;
}
</style>
background-color css
<style>
a { background-color: #371DED; }
a { background-color: rgb(55,29,237); }
div.DivClassName
{
background-color: #371DED;
}
.BgClassName
{
background-color: #371DED;
}
</style>
border-color css
<style>
span { border-color: #371DED; }
span { border-color: rgb(55,29,237); }
td.TdClassName
{
border-color: #371DED;
}
.TagClassName
{
border-color: #371DED;
}
</style>