Shades of Han Purple #371AFB
Tints of Han Purple #371AFB
RGB
CMYK
RGB Variations
Color information
#371AFB (or 0x371AFB) is known color: Han Purple. HEX triplet: 37, 1A and FB. RGB value is (55,26,251). Sum of RGB (Red+Green+Blue) = 55+26+251=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 251 (98.44% from 255 or 75.60% from 332); Max value from RGB is 251 - color contains mainly: blue. Hex color #371AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371AFB is #C8E504. Grayscale: #3B3B3B. Windows color (decimal): -13165829 or 16456247. OLE color: 16456247.
HSL color Cylindrical-coordinate representation of color #371AFB: hue angle of 247.73º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #371AFB is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 26 | 251 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.02 |
| HSL | 247.73º | 0.97% | 0.54% | - |
| HSV(B) | 247.73º | 0.9% | 0.98% | - |
| XYZ | 19.36 | 8.52 | 91.89 | - |
| YUV | 60.32 | 235.61 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 251 | 0.78 | 0.90 | 0 | 0.02 | 247.73 | 0.97 | 0.54 |
| Hex | 37 | 1A | FB | 4E | 5A | 0 | 2 | F8 | 61 | 36 |
| Octal | 67 | 32 | 373 | 116 | 132 | 0 | 2 | 370 | 141 | 66 |
| Binary | 110111 | 11010 | 11111011 | 1001110 | 1011010 | 0 | 10 | 11111000 | 1100001 | 110110 |
Color Harmonies of #371AFB
Complementary color
Monochromatic Colors of #371AFB
Black with #371AFB
Text Example
Text Example
White with #371AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371AFB; }
p { color: rgb(55,26,251); }
H1.HeaderClassName
{
color: #371AFB;
}
.AnyTagClassName
{
color: #371AFB;
}
</style>
background-color css
<style>
a { background-color: #371AFB; }
a { background-color: rgb(55,26,251); }
div.DivClassName
{
background-color: #371AFB;
}
.BgClassName
{
background-color: #371AFB;
}
</style>
border-color css
<style>
span { border-color: #371AFB; }
span { border-color: rgb(55,26,251); }
td.TdClassName
{
border-color: #371AFB;
}
.TagClassName
{
border-color: #371AFB;
}
</style>