Shades of Han Purple #371CF4
Tints of Han Purple #371CF4
RGB
CMYK
RGB Variations
Color information
#371CF4 (or 0x371CF4) is known color: Han Purple. HEX triplet: 37, 1C and F4. RGB value is (55,28,244). Sum of RGB (Red+Green+Blue) = 55+28+244=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 244 (95.70% from 255 or 74.62% from 327); Max value from RGB is 244 - color contains mainly: blue. Hex color #371CF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371CF4 is #C8E30B. Grayscale: #3B3B3B. Windows color (decimal): -13165324 or 15998007. OLE color: 15998007.
HSL color Cylindrical-coordinate representation of color #371CF4: hue angle of 247.5º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #371CF4 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 28 | 244 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.04 |
| HSL | 247.5º | 0.91% | 0.53% | - |
| HSV(B) | 247.5º | 0.89% | 0.96% | - |
| XYZ | 18.32 | 8.17 | 86.2 | - |
| YUV | 60.7 | 231.45 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 244 | 0.77 | 0.89 | 0 | 0.04 | 247.5 | 0.91 | 0.53 |
| Hex | 37 | 1C | F4 | 4D | 59 | 0 | 4 | F8 | 5B | 35 |
| Octal | 67 | 34 | 364 | 115 | 131 | 0 | 4 | 370 | 133 | 65 |
| Binary | 110111 | 11100 | 11110100 | 1001101 | 1011001 | 0 | 100 | 11111000 | 1011011 | 110101 |
Color Harmonies of #371CF4
Complementary color
Monochromatic Colors of #371CF4
Black with #371CF4
Text Example
Text Example
White with #371CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371CF4; }
p { color: rgb(55,28,244); }
H1.HeaderClassName
{
color: #371CF4;
}
.AnyTagClassName
{
color: #371CF4;
}
</style>
background-color css
<style>
a { background-color: #371CF4; }
a { background-color: rgb(55,28,244); }
div.DivClassName
{
background-color: #371CF4;
}
.BgClassName
{
background-color: #371CF4;
}
</style>
border-color css
<style>
span { border-color: #371CF4; }
span { border-color: rgb(55,28,244); }
td.TdClassName
{
border-color: #371CF4;
}
.TagClassName
{
border-color: #371CF4;
}
</style>