Shades of Han Purple #371CCF
Tints of Han Purple #371CCF
RGB
CMYK
RGB Variations
Color information
#371CCF (or 0x371CCF) is known color: Han Purple. HEX triplet: 37, 1C and CF. RGB value is (55,28,207). Sum of RGB (Red+Green+Blue) = 55+28+207=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #371CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371CCF is #C8E330. Grayscale: #373737. Windows color (decimal): -13165361 or 13573175. OLE color: 13573175.
HSL color Cylindrical-coordinate representation of color #371CCF: hue angle of 249.05º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371CCF is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 28 | 207 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.19 |
| HSL | 249.05º | 0.76% | 0.46% | - |
| HSV(B) | 249.05º | 0.86% | 0.81% | - |
| XYZ | 13.25 | 6.15 | 59.52 | - |
| YUV | 56.48 | 212.95 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 207 | 0.73 | 0.86 | 0 | 0.19 | 249.05 | 0.76 | 0.46 |
| Hex | 37 | 1C | CF | 49 | 56 | 0 | 13 | F9 | 4C | 2E |
| Octal | 67 | 34 | 317 | 111 | 126 | 0 | 23 | 371 | 114 | 56 |
| Binary | 110111 | 11100 | 11001111 | 1001001 | 1010110 | 0 | 10011 | 11111001 | 1001100 | 101110 |
Color Harmonies of #371CCF
Complementary color
Monochromatic Colors of #371CCF
Black with #371CCF
Text Example
Text Example
White with #371CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371CCF; }
p { color: rgb(55,28,207); }
H1.HeaderClassName
{
color: #371CCF;
}
.AnyTagClassName
{
color: #371CCF;
}
</style>
background-color css
<style>
a { background-color: #371CCF; }
a { background-color: rgb(55,28,207); }
div.DivClassName
{
background-color: #371CCF;
}
.BgClassName
{
background-color: #371CCF;
}
</style>
border-color css
<style>
span { border-color: #371CCF; }
span { border-color: rgb(55,28,207); }
td.TdClassName
{
border-color: #371CCF;
}
.TagClassName
{
border-color: #371CCF;
}
</style>