Shades of Han Purple #371BD3
Tints of Han Purple #371BD3
RGB
CMYK
RGB Variations
Color information
#371BD3 (or 0x371BD3) is known color: Han Purple. HEX triplet: 37, 1B and D3. RGB value is (55,27,211). Sum of RGB (Red+Green+Blue) = 55+27+211=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 211 (82.81% from 255 or 72.01% from 293); Max value from RGB is 211 - color contains mainly: blue. Hex color #371BD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371BD3 is #C8E42C. Grayscale: #373737. Windows color (decimal): -13165613 or 13835063. OLE color: 13835063.
HSL color Cylindrical-coordinate representation of color #371BD3: hue angle of 249.13º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #371BD3 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 55 | 27 | 211 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.17 |
| HSL | 249.13º | 0.77% | 0.47% | - |
| HSV(B) | 249.13º | 0.87% | 0.83% | - |
| XYZ | 13.73 | 6.3 | 62.12 | - |
| YUV | 56.35 | 215.28 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 211 | 0.74 | 0.87 | 0 | 0.17 | 249.13 | 0.77 | 0.47 |
| Hex | 37 | 1B | D3 | 4A | 57 | 0 | 11 | F9 | 4D | 2F |
| Octal | 67 | 33 | 323 | 112 | 127 | 0 | 21 | 371 | 115 | 57 |
| Binary | 110111 | 11011 | 11010011 | 1001010 | 1010111 | 0 | 10001 | 11111001 | 1001101 | 101111 |
Color Harmonies of #371BD3
Complementary color
Monochromatic Colors of #371BD3
Black with #371BD3
Text Example
Text Example
White with #371BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371BD3; }
p { color: rgb(55,27,211); }
H1.HeaderClassName
{
color: #371BD3;
}
.AnyTagClassName
{
color: #371BD3;
}
</style>
background-color css
<style>
a { background-color: #371BD3; }
a { background-color: rgb(55,27,211); }
div.DivClassName
{
background-color: #371BD3;
}
.BgClassName
{
background-color: #371BD3;
}
</style>
border-color css
<style>
span { border-color: #371BD3; }
span { border-color: rgb(55,27,211); }
td.TdClassName
{
border-color: #371BD3;
}
.TagClassName
{
border-color: #371BD3;
}
</style>