Shades of Han Purple #371BD5
Tints of Han Purple #371BD5
RGB
CMYK
RGB Variations
Color information
#371BD5 (or 0x371BD5) is known color: Han Purple. HEX triplet: 37, 1B and D5. RGB value is (55,27,213). Sum of RGB (Red+Green+Blue) = 55+27+213=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 213 (83.59% from 255 or 72.20% from 295); Max value from RGB is 213 - color contains mainly: blue. Hex color #371BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371BD5 is #C8E42A. Grayscale: #373737. Windows color (decimal): -13165611 or 13966135. OLE color: 13966135.
HSL color Cylindrical-coordinate representation of color #371BD5: hue angle of 249.03º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #371BD5 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 27 | 213 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.16 |
| HSL | 249.03º | 0.78% | 0.47% | - |
| HSV(B) | 249.03º | 0.87% | 0.84% | - |
| XYZ | 13.98 | 6.4 | 63.45 | - |
| YUV | 56.58 | 216.28 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 213 | 0.74 | 0.87 | 0 | 0.16 | 249.03 | 0.78 | 0.47 |
| Hex | 37 | 1B | D5 | 4A | 57 | 0 | 10 | F9 | 4E | 2F |
| Octal | 67 | 33 | 325 | 112 | 127 | 0 | 20 | 371 | 116 | 57 |
| Binary | 110111 | 11011 | 11010101 | 1001010 | 1010111 | 0 | 10000 | 11111001 | 1001110 | 101111 |
Color Harmonies of #371BD5
Complementary color
Monochromatic Colors of #371BD5
Black with #371BD5
Text Example
Text Example
White with #371BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371BD5; }
p { color: rgb(55,27,213); }
H1.HeaderClassName
{
color: #371BD5;
}
.AnyTagClassName
{
color: #371BD5;
}
</style>
background-color css
<style>
a { background-color: #371BD5; }
a { background-color: rgb(55,27,213); }
div.DivClassName
{
background-color: #371BD5;
}
.BgClassName
{
background-color: #371BD5;
}
</style>
border-color css
<style>
span { border-color: #371BD5; }
span { border-color: rgb(55,27,213); }
td.TdClassName
{
border-color: #371BD5;
}
.TagClassName
{
border-color: #371BD5;
}
</style>