Shades of Han Purple #371DDB
Tints of Han Purple #371DDB
RGB
CMYK
RGB Variations
Color information
#371DDB (or 0x371DDB) is known color: Han Purple. HEX triplet: 37, 1D and DB. RGB value is (55,29,219). Sum of RGB (Red+Green+Blue) = 55+29+219=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #371DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371DDB is #C8E224. Grayscale: #393939. Windows color (decimal): -13165093 or 14359863. OLE color: 14359863.
HSL color Cylindrical-coordinate representation of color #371DDB: hue angle of 248.21º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #371DDB is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 29 | 219 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.14 |
| HSL | 248.21º | 0.77% | 0.49% | - |
| HSV(B) | 248.21º | 0.87% | 0.86% | - |
| XYZ | 14.8 | 6.81 | 67.55 | - |
| YUV | 58.43 | 218.61 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 219 | 0.75 | 0.87 | 0 | 0.14 | 248.21 | 0.77 | 0.49 |
| Hex | 37 | 1D | DB | 4B | 57 | 0 | E | F8 | 4D | 31 |
| Octal | 67 | 35 | 333 | 113 | 127 | 0 | 16 | 370 | 115 | 61 |
| Binary | 110111 | 11101 | 11011011 | 1001011 | 1010111 | 0 | 1110 | 11111000 | 1001101 | 110001 |
Color Harmonies of #371DDB
Complementary color
Monochromatic Colors of #371DDB
Black with #371DDB
Text Example
Text Example
White with #371DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371DDB; }
p { color: rgb(55,29,219); }
H1.HeaderClassName
{
color: #371DDB;
}
.AnyTagClassName
{
color: #371DDB;
}
</style>
background-color css
<style>
a { background-color: #371DDB; }
a { background-color: rgb(55,29,219); }
div.DivClassName
{
background-color: #371DDB;
}
.BgClassName
{
background-color: #371DDB;
}
</style>
border-color css
<style>
span { border-color: #371DDB; }
span { border-color: rgb(55,29,219); }
td.TdClassName
{
border-color: #371DDB;
}
.TagClassName
{
border-color: #371DDB;
}
</style>