Shades of Han Purple #370CDD
Tints of Han Purple #370CDD
RGB
CMYK
RGB Variations
Color information
#370CDD (or 0x370CDD) is known color: Han Purple. HEX triplet: 37, 0C and DD. RGB value is (55,12,221). Sum of RGB (Red+Green+Blue) = 55+12+221=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #370CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370CDD is #C8F322. Grayscale: #2F2F2F. Windows color (decimal): -13169443 or 14486583. OLE color: 14486583.
HSL color Cylindrical-coordinate representation of color #370CDD: hue angle of 252.34º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370CDD is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 12 | 221 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.13 |
| HSL | 252.34º | 0.9% | 0.46% | - |
| HSV(B) | 252.34º | 0.95% | 0.87% | - |
| XYZ | 14.76 | 6.3 | 68.84 | - |
| YUV | 48.68 | 225.25 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 221 | 0.75 | 0.95 | 0 | 0.13 | 252.34 | 0.9 | 0.46 |
| Hex | 37 | C | DD | 4B | 5F | 0 | D | FC | 5A | 2E |
| Octal | 67 | 14 | 335 | 113 | 137 | 0 | 15 | 374 | 132 | 56 |
| Binary | 110111 | 1100 | 11011101 | 1001011 | 1011111 | 0 | 1101 | 11111100 | 1011010 | 101110 |
Color Harmonies of #370CDD
Complementary color
Monochromatic Colors of #370CDD
Black with #370CDD
Text Example
Text Example
White with #370CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370CDD; }
p { color: rgb(55,12,221); }
H1.HeaderClassName
{
color: #370CDD;
}
.AnyTagClassName
{
color: #370CDD;
}
</style>
background-color css
<style>
a { background-color: #370CDD; }
a { background-color: rgb(55,12,221); }
div.DivClassName
{
background-color: #370CDD;
}
.BgClassName
{
background-color: #370CDD;
}
</style>
border-color css
<style>
span { border-color: #370CDD; }
span { border-color: rgb(55,12,221); }
td.TdClassName
{
border-color: #370CDD;
}
.TagClassName
{
border-color: #370CDD;
}
</style>