Shades of Han Purple #371CFF
Tints of Han Purple #371CFF
RGB
CMYK
RGB Variations
Color information
#371CFF (or 0x371CFF) is known color: Han Purple. HEX triplet: 37, 1C and FF. RGB value is (55,28,255). Sum of RGB (Red+Green+Blue) = 55+28+255=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #371CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371CFF is #C8E300. Grayscale: #3D3D3D. Windows color (decimal): -13165313 or 16718903. OLE color: 16718903.
HSL color Cylindrical-coordinate representation of color #371CFF: hue angle of 247.14º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #371CFF is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 28 | 255 | - |
| CMYK | 0.78 | 0.89 | 0 | 0 |
| HSL | 247.14º | 1% | 0.55% | - |
| HSV(B) | 247.14º | 0.89% | 1% | - |
| XYZ | 20.04 | 8.86 | 95.26 | - |
| YUV | 61.95 | 236.95 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 255 | 0.78 | 0.89 | 0 | 0 | 247.14 | 1 | 0.55 |
| Hex | 37 | 1C | FF | 4E | 59 | 0 | 0 | F7 | 64 | 37 |
| Octal | 67 | 34 | 377 | 116 | 131 | 0 | 0 | 367 | 144 | 67 |
| Binary | 110111 | 11100 | 11111111 | 1001110 | 1011001 | 0 | 0 | 11110111 | 1100100 | 110111 |
Color Harmonies of #371CFF
Complementary color
Monochromatic Colors of #371CFF
Black with #371CFF
Text Example
Text Example
White with #371CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371CFF; }
p { color: rgb(55,28,255); }
H1.HeaderClassName
{
color: #371CFF;
}
.AnyTagClassName
{
color: #371CFF;
}
</style>
background-color css
<style>
a { background-color: #371CFF; }
a { background-color: rgb(55,28,255); }
div.DivClassName
{
background-color: #371CFF;
}
.BgClassName
{
background-color: #371CFF;
}
</style>
border-color css
<style>
span { border-color: #371CFF; }
span { border-color: rgb(55,28,255); }
td.TdClassName
{
border-color: #371CFF;
}
.TagClassName
{
border-color: #371CFF;
}
</style>