Shades of Han Purple #371AFC
Tints of Han Purple #371AFC
RGB
CMYK
RGB Variations
Color information
#371AFC (or 0x371AFC) is known color: Han Purple. HEX triplet: 37, 1A and FC. RGB value is (55,26,252). Sum of RGB (Red+Green+Blue) = 55+26+252=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 252 (98.83% from 255 or 75.68% from 333); Max value from RGB is 252 - color contains mainly: blue. Hex color #371AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371AFC is #C8E503. Grayscale: #3B3B3B. Windows color (decimal): -13165828 or 16521783. OLE color: 16521783.
HSL color Cylindrical-coordinate representation of color #371AFC: hue angle of 247.7º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #371AFC is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 26 | 252 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.01 |
| HSL | 247.7º | 0.97% | 0.55% | - |
| HSV(B) | 247.7º | 0.9% | 0.99% | - |
| XYZ | 19.52 | 8.58 | 92.72 | - |
| YUV | 60.44 | 236.11 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 252 | 0.78 | 0.90 | 0 | 0.01 | 247.7 | 0.97 | 0.55 |
| Hex | 37 | 1A | FC | 4E | 5A | 0 | 1 | F8 | 61 | 37 |
| Octal | 67 | 32 | 374 | 116 | 132 | 0 | 1 | 370 | 141 | 67 |
| Binary | 110111 | 11010 | 11111100 | 1001110 | 1011010 | 0 | 1 | 11111000 | 1100001 | 110111 |
Color Harmonies of #371AFC
Complementary color
Monochromatic Colors of #371AFC
Black with #371AFC
Text Example
Text Example
White with #371AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371AFC; }
p { color: rgb(55,26,252); }
H1.HeaderClassName
{
color: #371AFC;
}
.AnyTagClassName
{
color: #371AFC;
}
</style>
background-color css
<style>
a { background-color: #371AFC; }
a { background-color: rgb(55,26,252); }
div.DivClassName
{
background-color: #371AFC;
}
.BgClassName
{
background-color: #371AFC;
}
</style>
border-color css
<style>
span { border-color: #371AFC; }
span { border-color: rgb(55,26,252); }
td.TdClassName
{
border-color: #371AFC;
}
.TagClassName
{
border-color: #371AFC;
}
</style>