Shades of Han Purple #370DDD
Tints of Han Purple #370DDD
RGB
CMYK
RGB Variations
Color information
#370DDD (or 0x370DDD) is known color: Han Purple. HEX triplet: 37, 0D and DD. RGB value is (55,13,221). Sum of RGB (Red+Green+Blue) = 55+13+221=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #370DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370DDD is #C8F222. Grayscale: #303030. Windows color (decimal): -13169187 or 14486839. OLE color: 14486839.
HSL color Cylindrical-coordinate representation of color #370DDD: hue angle of 252.12º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370DDD is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 13 | 221 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.13 |
| HSL | 252.12º | 0.89% | 0.46% | - |
| HSV(B) | 252.12º | 0.94% | 0.87% | - |
| XYZ | 14.77 | 6.32 | 68.85 | - |
| YUV | 49.27 | 224.91 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 221 | 0.75 | 0.94 | 0 | 0.13 | 252.12 | 0.89 | 0.46 |
| Hex | 37 | D | DD | 4B | 5E | 0 | D | FC | 59 | 2E |
| Octal | 67 | 15 | 335 | 113 | 136 | 0 | 15 | 374 | 131 | 56 |
| Binary | 110111 | 1101 | 11011101 | 1001011 | 1011110 | 0 | 1101 | 11111100 | 1011001 | 101110 |
Color Harmonies of #370DDD
Complementary color
Monochromatic Colors of #370DDD
Black with #370DDD
Text Example
Text Example
White with #370DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370DDD; }
p { color: rgb(55,13,221); }
H1.HeaderClassName
{
color: #370DDD;
}
.AnyTagClassName
{
color: #370DDD;
}
</style>
background-color css
<style>
a { background-color: #370DDD; }
a { background-color: rgb(55,13,221); }
div.DivClassName
{
background-color: #370DDD;
}
.BgClassName
{
background-color: #370DDD;
}
</style>
border-color css
<style>
span { border-color: #370DDD; }
span { border-color: rgb(55,13,221); }
td.TdClassName
{
border-color: #370DDD;
}
.TagClassName
{
border-color: #370DDD;
}
</style>