Shades of Han Purple #371CEF
Tints of Han Purple #371CEF
RGB
CMYK
RGB Variations
Color information
#371CEF (or 0x371CEF) is known color: Han Purple. HEX triplet: 37, 1C and EF. RGB value is (55,28,239). Sum of RGB (Red+Green+Blue) = 55+28+239=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 239 (93.75% from 255 or 74.22% from 322); Max value from RGB is 239 - color contains mainly: blue. Hex color #371CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371CEF is #C8E310. Grayscale: #3B3B3B. Windows color (decimal): -13165329 or 15670327. OLE color: 15670327.
HSL color Cylindrical-coordinate representation of color #371CEF: hue angle of 247.68º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #371CEF is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 28 | 239 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.06 |
| HSL | 247.68º | 0.87% | 0.52% | - |
| HSV(B) | 247.68º | 0.88% | 0.94% | - |
| XYZ | 17.57 | 7.87 | 82.26 | - |
| YUV | 60.13 | 228.95 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 239 | 0.77 | 0.88 | 0 | 0.06 | 247.68 | 0.87 | 0.52 |
| Hex | 37 | 1C | EF | 4D | 58 | 0 | 6 | F8 | 57 | 34 |
| Octal | 67 | 34 | 357 | 115 | 130 | 0 | 6 | 370 | 127 | 64 |
| Binary | 110111 | 11100 | 11101111 | 1001101 | 1011000 | 0 | 110 | 11111000 | 1010111 | 110100 |
Color Harmonies of #371CEF
Complementary color
Monochromatic Colors of #371CEF
Black with #371CEF
Text Example
Text Example
White with #371CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371CEF; }
p { color: rgb(55,28,239); }
H1.HeaderClassName
{
color: #371CEF;
}
.AnyTagClassName
{
color: #371CEF;
}
</style>
background-color css
<style>
a { background-color: #371CEF; }
a { background-color: rgb(55,28,239); }
div.DivClassName
{
background-color: #371CEF;
}
.BgClassName
{
background-color: #371CEF;
}
</style>
border-color css
<style>
span { border-color: #371CEF; }
span { border-color: rgb(55,28,239); }
td.TdClassName
{
border-color: #371CEF;
}
.TagClassName
{
border-color: #371CEF;
}
</style>