Shades of Han Purple #370DCB
Tints of Han Purple #370DCB
RGB
CMYK
RGB Variations
Color information
#370DCB (or 0x370DCB) is known color: Han Purple. HEX triplet: 37, 0D and CB. RGB value is (55,13,203). Sum of RGB (Red+Green+Blue) = 55+13+203=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 203 (79.69% from 255 or 74.91% from 271); Max value from RGB is 203 - color contains mainly: blue. Hex color #370DCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370DCB is #C8F234. Grayscale: #2E2E2E. Windows color (decimal): -13169205 or 13307191. OLE color: 13307191.
HSL color Cylindrical-coordinate representation of color #370DCB: hue angle of 253.26º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370DCB is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 13 | 203 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.20 |
| HSL | 253.26º | 0.88% | 0.42% | - |
| HSV(B) | 253.26º | 0.94% | 0.8% | - |
| XYZ | 12.5 | 5.41 | 56.89 | - |
| YUV | 47.22 | 215.91 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 203 | 0.73 | 0.94 | 0 | 0.20 | 253.26 | 0.88 | 0.42 |
| Hex | 37 | D | CB | 49 | 5E | 0 | 14 | FD | 58 | 2A |
| Octal | 67 | 15 | 313 | 111 | 136 | 0 | 24 | 375 | 130 | 52 |
| Binary | 110111 | 1101 | 11001011 | 1001001 | 1011110 | 0 | 10100 | 11111101 | 1011000 | 101010 |
Color Harmonies of #370DCB
Complementary color
Monochromatic Colors of #370DCB
Black with #370DCB
Text Example
Text Example
White with #370DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370DCB; }
p { color: rgb(55,13,203); }
H1.HeaderClassName
{
color: #370DCB;
}
.AnyTagClassName
{
color: #370DCB;
}
</style>
background-color css
<style>
a { background-color: #370DCB; }
a { background-color: rgb(55,13,203); }
div.DivClassName
{
background-color: #370DCB;
}
.BgClassName
{
background-color: #370DCB;
}
</style>
border-color css
<style>
span { border-color: #370DCB; }
span { border-color: rgb(55,13,203); }
td.TdClassName
{
border-color: #370DCB;
}
.TagClassName
{
border-color: #370DCB;
}
</style>