Shades of Han Purple #371DD8
Tints of Han Purple #371DD8
RGB
CMYK
RGB Variations
Color information
#371DD8 (or 0x371DD8) is known color: Han Purple. HEX triplet: 37, 1D and D8. RGB value is (55,29,216). Sum of RGB (Red+Green+Blue) = 55+29+216=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 216 (84.77% from 255 or 72% from 300); Max value from RGB is 216 - color contains mainly: blue. Hex color #371DD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371DD8 is #C8E227. Grayscale: #393939. Windows color (decimal): -13165096 or 14163255. OLE color: 14163255.
HSL color Cylindrical-coordinate representation of color #371DD8: hue angle of 248.34º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #371DD8 is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 29 | 216 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.15 |
| HSL | 248.34º | 0.76% | 0.48% | - |
| HSV(B) | 248.34º | 0.87% | 0.85% | - |
| XYZ | 14.41 | 6.65 | 65.49 | - |
| YUV | 58.09 | 217.11 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 216 | 0.75 | 0.87 | 0 | 0.15 | 248.34 | 0.76 | 0.48 |
| Hex | 37 | 1D | D8 | 4B | 57 | 0 | F | F8 | 4C | 30 |
| Octal | 67 | 35 | 330 | 113 | 127 | 0 | 17 | 370 | 114 | 60 |
| Binary | 110111 | 11101 | 11011000 | 1001011 | 1010111 | 0 | 1111 | 11111000 | 1001100 | 110000 |
Color Harmonies of #371DD8
Complementary color
Monochromatic Colors of #371DD8
Black with #371DD8
Text Example
Text Example
White with #371DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371DD8; }
p { color: rgb(55,29,216); }
H1.HeaderClassName
{
color: #371DD8;
}
.AnyTagClassName
{
color: #371DD8;
}
</style>
background-color css
<style>
a { background-color: #371DD8; }
a { background-color: rgb(55,29,216); }
div.DivClassName
{
background-color: #371DD8;
}
.BgClassName
{
background-color: #371DD8;
}
</style>
border-color css
<style>
span { border-color: #371DD8; }
span { border-color: rgb(55,29,216); }
td.TdClassName
{
border-color: #371DD8;
}
.TagClassName
{
border-color: #371DD8;
}
</style>