Shades of Han Purple #371DF5
Tints of Han Purple #371DF5
RGB
CMYK
RGB Variations
Color information
#371DF5 (or 0x371DF5) is known color: Han Purple. HEX triplet: 37, 1D and F5. RGB value is (55,29,245). Sum of RGB (Red+Green+Blue) = 55+29+245=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 245 (96.09% from 255 or 74.47% from 329); Max value from RGB is 245 - color contains mainly: blue. Hex color #371DF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371DF5 is #C8E20A. Grayscale: #3C3C3C. Windows color (decimal): -13165067 or 16063799. OLE color: 16063799.
HSL color Cylindrical-coordinate representation of color #371DF5: hue angle of 247.22º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #371DF5 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 29 | 245 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.04 |
| HSL | 247.22º | 0.92% | 0.54% | - |
| HSV(B) | 247.22º | 0.88% | 0.96% | - |
| XYZ | 18.5 | 8.28 | 87.01 | - |
| YUV | 61.4 | 231.61 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 245 | 0.78 | 0.88 | 0 | 0.04 | 247.22 | 0.92 | 0.54 |
| Hex | 37 | 1D | F5 | 4E | 58 | 0 | 4 | F7 | 5C | 36 |
| Octal | 67 | 35 | 365 | 116 | 130 | 0 | 4 | 367 | 134 | 66 |
| Binary | 110111 | 11101 | 11110101 | 1001110 | 1011000 | 0 | 100 | 11110111 | 1011100 | 110110 |
Color Harmonies of #371DF5
Complementary color
Monochromatic Colors of #371DF5
Black with #371DF5
Text Example
Text Example
White with #371DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371DF5; }
p { color: rgb(55,29,245); }
H1.HeaderClassName
{
color: #371DF5;
}
.AnyTagClassName
{
color: #371DF5;
}
</style>
background-color css
<style>
a { background-color: #371DF5; }
a { background-color: rgb(55,29,245); }
div.DivClassName
{
background-color: #371DF5;
}
.BgClassName
{
background-color: #371DF5;
}
</style>
border-color css
<style>
span { border-color: #371DF5; }
span { border-color: rgb(55,29,245); }
td.TdClassName
{
border-color: #371DF5;
}
.TagClassName
{
border-color: #371DF5;
}
</style>