Shades of Han Purple #371CEB
Tints of Han Purple #371CEB
RGB
CMYK
RGB Variations
Color information
#371CEB (or 0x371CEB) is known color: Han Purple. HEX triplet: 37, 1C and EB. RGB value is (55,28,235). Sum of RGB (Red+Green+Blue) = 55+28+235=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 235 (92.19% from 255 or 73.90% from 318); Max value from RGB is 235 - color contains mainly: blue. Hex color #371CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371CEB is #C8E314. Grayscale: #3A3A3A. Windows color (decimal): -13165333 or 15408183. OLE color: 15408183.
HSL color Cylindrical-coordinate representation of color #371CEB: hue angle of 247.83º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #371CEB is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 28 | 235 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.08 |
| HSL | 247.83º | 0.84% | 0.52% | - |
| HSV(B) | 247.83º | 0.88% | 0.92% | - |
| XYZ | 16.99 | 7.64 | 79.18 | - |
| YUV | 59.67 | 226.95 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 235 | 0.77 | 0.88 | 0 | 0.08 | 247.83 | 0.84 | 0.52 |
| Hex | 37 | 1C | EB | 4D | 58 | 0 | 8 | F8 | 54 | 34 |
| Octal | 67 | 34 | 353 | 115 | 130 | 0 | 10 | 370 | 124 | 64 |
| Binary | 110111 | 11100 | 11101011 | 1001101 | 1011000 | 0 | 1000 | 11111000 | 1010100 | 110100 |
Color Harmonies of #371CEB
Complementary color
Monochromatic Colors of #371CEB
Black with #371CEB
Text Example
Text Example
White with #371CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371CEB; }
p { color: rgb(55,28,235); }
H1.HeaderClassName
{
color: #371CEB;
}
.AnyTagClassName
{
color: #371CEB;
}
</style>
background-color css
<style>
a { background-color: #371CEB; }
a { background-color: rgb(55,28,235); }
div.DivClassName
{
background-color: #371CEB;
}
.BgClassName
{
background-color: #371CEB;
}
</style>
border-color css
<style>
span { border-color: #371CEB; }
span { border-color: rgb(55,28,235); }
td.TdClassName
{
border-color: #371CEB;
}
.TagClassName
{
border-color: #371CEB;
}
</style>