Shades of Han Purple #371ACD
Tints of Han Purple #371ACD
RGB
CMYK
RGB Variations
Color information
#371ACD (or 0x371ACD) is known color: Han Purple. HEX triplet: 37, 1A and CD. RGB value is (55,26,205). Sum of RGB (Red+Green+Blue) = 55+26+205=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #371ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371ACD is #C8E532. Grayscale: #363636. Windows color (decimal): -13165875 or 13441591. OLE color: 13441591.
HSL color Cylindrical-coordinate representation of color #371ACD: hue angle of 249.72º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #371ACD is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 26 | 205 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.20 |
| HSL | 249.72º | 0.77% | 0.45% | - |
| HSV(B) | 249.72º | 0.87% | 0.8% | - |
| XYZ | 12.96 | 5.96 | 58.22 | - |
| YUV | 55.08 | 212.61 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 205 | 0.73 | 0.87 | 0 | 0.20 | 249.72 | 0.77 | 0.45 |
| Hex | 37 | 1A | CD | 49 | 57 | 0 | 14 | FA | 4D | 2D |
| Octal | 67 | 32 | 315 | 111 | 127 | 0 | 24 | 372 | 115 | 55 |
| Binary | 110111 | 11010 | 11001101 | 1001001 | 1010111 | 0 | 10100 | 11111010 | 1001101 | 101101 |
Color Harmonies of #371ACD
Complementary color
Monochromatic Colors of #371ACD
Black with #371ACD
Text Example
Text Example
White with #371ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371ACD; }
p { color: rgb(55,26,205); }
H1.HeaderClassName
{
color: #371ACD;
}
.AnyTagClassName
{
color: #371ACD;
}
</style>
background-color css
<style>
a { background-color: #371ACD; }
a { background-color: rgb(55,26,205); }
div.DivClassName
{
background-color: #371ACD;
}
.BgClassName
{
background-color: #371ACD;
}
</style>
border-color css
<style>
span { border-color: #371ACD; }
span { border-color: rgb(55,26,205); }
td.TdClassName
{
border-color: #371ACD;
}
.TagClassName
{
border-color: #371ACD;
}
</style>