Shades of Han Purple #371CF1
Tints of Han Purple #371CF1
RGB
CMYK
RGB Variations
Color information
#371CF1 (or 0x371CF1) is known color: Han Purple. HEX triplet: 37, 1C and F1. RGB value is (55,28,241). Sum of RGB (Red+Green+Blue) = 55+28+241=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 241 (94.53% from 255 or 74.38% from 324); Max value from RGB is 241 - color contains mainly: blue. Hex color #371CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371CF1 is #C8E30E. Grayscale: #3B3B3B. Windows color (decimal): -13165327 or 15801399. OLE color: 15801399.
HSL color Cylindrical-coordinate representation of color #371CF1: hue angle of 247.61º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #371CF1 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 28 | 241 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.05 |
| HSL | 247.61º | 0.88% | 0.53% | - |
| HSV(B) | 247.61º | 0.88% | 0.95% | - |
| XYZ | 17.87 | 7.99 | 83.82 | - |
| YUV | 60.36 | 229.95 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 241 | 0.77 | 0.88 | 0 | 0.05 | 247.61 | 0.88 | 0.53 |
| Hex | 37 | 1C | F1 | 4D | 58 | 0 | 5 | F8 | 58 | 35 |
| Octal | 67 | 34 | 361 | 115 | 130 | 0 | 5 | 370 | 130 | 65 |
| Binary | 110111 | 11100 | 11110001 | 1001101 | 1011000 | 0 | 101 | 11111000 | 1011000 | 110101 |
Color Harmonies of #371CF1
Complementary color
Monochromatic Colors of #371CF1
Black with #371CF1
Text Example
Text Example
White with #371CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371CF1; }
p { color: rgb(55,28,241); }
H1.HeaderClassName
{
color: #371CF1;
}
.AnyTagClassName
{
color: #371CF1;
}
</style>
background-color css
<style>
a { background-color: #371CF1; }
a { background-color: rgb(55,28,241); }
div.DivClassName
{
background-color: #371CF1;
}
.BgClassName
{
background-color: #371CF1;
}
</style>
border-color css
<style>
span { border-color: #371CF1; }
span { border-color: rgb(55,28,241); }
td.TdClassName
{
border-color: #371CF1;
}
.TagClassName
{
border-color: #371CF1;
}
</style>