Shades of Han Purple #371CEC
Tints of Han Purple #371CEC
RGB
CMYK
RGB Variations
Color information
#371CEC (or 0x371CEC) is known color: Han Purple. HEX triplet: 37, 1C and EC. RGB value is (55,28,236). Sum of RGB (Red+Green+Blue) = 55+28+236=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #371CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371CEC is #C8E313. Grayscale: #3A3A3A. Windows color (decimal): -13165332 or 15473719. OLE color: 15473719.
HSL color Cylindrical-coordinate representation of color #371CEC: hue angle of 247.79º 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 #371CEC is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 28 | 236 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.07 |
| HSL | 247.79º | 0.85% | 0.52% | - |
| HSV(B) | 247.79º | 0.88% | 0.93% | - |
| XYZ | 17.13 | 7.7 | 79.94 | - |
| YUV | 59.79 | 227.45 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 236 | 0.77 | 0.88 | 0 | 0.07 | 247.79 | 0.85 | 0.52 |
| Hex | 37 | 1C | EC | 4D | 58 | 0 | 7 | F8 | 55 | 34 |
| Octal | 67 | 34 | 354 | 115 | 130 | 0 | 7 | 370 | 125 | 64 |
| Binary | 110111 | 11100 | 11101100 | 1001101 | 1011000 | 0 | 111 | 11111000 | 1010101 | 110100 |
Color Harmonies of #371CEC
Complementary color
Monochromatic Colors of #371CEC
Black with #371CEC
Text Example
Text Example
White with #371CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371CEC; }
p { color: rgb(55,28,236); }
H1.HeaderClassName
{
color: #371CEC;
}
.AnyTagClassName
{
color: #371CEC;
}
</style>
background-color css
<style>
a { background-color: #371CEC; }
a { background-color: rgb(55,28,236); }
div.DivClassName
{
background-color: #371CEC;
}
.BgClassName
{
background-color: #371CEC;
}
</style>
border-color css
<style>
span { border-color: #371CEC; }
span { border-color: rgb(55,28,236); }
td.TdClassName
{
border-color: #371CEC;
}
.TagClassName
{
border-color: #371CEC;
}
</style>