Shades of Han Purple #370DC8
Tints of Han Purple #370DC8
RGB
CMYK
RGB Variations
Color information
#370DC8 (or 0x370DC8) is known color: Han Purple. HEX triplet: 37, 0D and C8. RGB value is (55,13,200). Sum of RGB (Red+Green+Blue) = 55+13+200=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 200 (78.52% from 255 or 74.63% from 268); Max value from RGB is 200 - color contains mainly: blue. Hex color #370DC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370DC8 is #C8F237. Grayscale: #2E2E2E. Windows color (decimal): -13169208 or 13110583. OLE color: 13110583.
HSL color Cylindrical-coordinate representation of color #370DC8: hue angle of 253.48º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370DC8 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 13 | 200 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.22 |
| HSL | 253.48º | 0.88% | 0.42% | - |
| HSV(B) | 253.48º | 0.94% | 0.78% | - |
| XYZ | 12.14 | 5.27 | 55.02 | - |
| YUV | 46.88 | 214.41 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 200 | 0.72 | 0.94 | 0 | 0.22 | 253.48 | 0.88 | 0.42 |
| Hex | 37 | D | C8 | 48 | 5E | 0 | 16 | FD | 58 | 2A |
| Octal | 67 | 15 | 310 | 110 | 136 | 0 | 26 | 375 | 130 | 52 |
| Binary | 110111 | 1101 | 11001000 | 1001000 | 1011110 | 0 | 10110 | 11111101 | 1011000 | 101010 |
Color Harmonies of #370DC8
Complementary color
Monochromatic Colors of #370DC8
Black with #370DC8
Text Example
Text Example
White with #370DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370DC8; }
p { color: rgb(55,13,200); }
H1.HeaderClassName
{
color: #370DC8;
}
.AnyTagClassName
{
color: #370DC8;
}
</style>
background-color css
<style>
a { background-color: #370DC8; }
a { background-color: rgb(55,13,200); }
div.DivClassName
{
background-color: #370DC8;
}
.BgClassName
{
background-color: #370DC8;
}
</style>
border-color css
<style>
span { border-color: #370DC8; }
span { border-color: rgb(55,13,200); }
td.TdClassName
{
border-color: #370DC8;
}
.TagClassName
{
border-color: #370DC8;
}
</style>