Shades of Han Purple #371CF5
Tints of Han Purple #371CF5
RGB
CMYK
RGB Variations
Color information
#371CF5 (or 0x371CF5) is known color: Han Purple. HEX triplet: 37, 1C and F5. RGB value is (55,28,245). Sum of RGB (Red+Green+Blue) = 55+28+245=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 245 (96.09% from 255 or 74.70% from 328); Max value from RGB is 245 - color contains mainly: blue. Hex color #371CF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371CF5 is #C8E30A. Grayscale: #3B3B3B. Windows color (decimal): -13165323 or 16063543. OLE color: 16063543.
HSL color Cylindrical-coordinate representation of color #371CF5: hue angle of 247.47º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #371CF5 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 28 | 245 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.04 |
| HSL | 247.47º | 0.92% | 0.54% | - |
| HSV(B) | 247.47º | 0.89% | 0.96% | - |
| XYZ | 18.47 | 8.24 | 87 | - |
| YUV | 60.81 | 231.95 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 245 | 0.78 | 0.89 | 0 | 0.04 | 247.47 | 0.92 | 0.54 |
| Hex | 37 | 1C | F5 | 4E | 59 | 0 | 4 | F7 | 5C | 36 |
| Octal | 67 | 34 | 365 | 116 | 131 | 0 | 4 | 367 | 134 | 66 |
| Binary | 110111 | 11100 | 11110101 | 1001110 | 1011001 | 0 | 100 | 11110111 | 1011100 | 110110 |
Color Harmonies of #371CF5
Complementary color
Monochromatic Colors of #371CF5
Black with #371CF5
Text Example
Text Example
White with #371CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371CF5; }
p { color: rgb(55,28,245); }
H1.HeaderClassName
{
color: #371CF5;
}
.AnyTagClassName
{
color: #371CF5;
}
</style>
background-color css
<style>
a { background-color: #371CF5; }
a { background-color: rgb(55,28,245); }
div.DivClassName
{
background-color: #371CF5;
}
.BgClassName
{
background-color: #371CF5;
}
</style>
border-color css
<style>
span { border-color: #371CF5; }
span { border-color: rgb(55,28,245); }
td.TdClassName
{
border-color: #371CF5;
}
.TagClassName
{
border-color: #371CF5;
}
</style>