Shades of Han Purple #3710DD
Tints of Han Purple #3710DD
RGB
CMYK
RGB Variations
Color information
#3710DD (or 0x3710DD) is known color: Han Purple. HEX triplet: 37, 10 and DD. RGB value is (55,16,221). Sum of RGB (Red+Green+Blue) = 55+16+221=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 221 (86.72% from 255 or 75.68% from 292); Max value from RGB is 221 - color contains mainly: blue. Hex color #3710DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3710DD is #C8EF22. Grayscale: #323232. Windows color (decimal): -13168419 or 14487607. OLE color: 14487607.
HSL color Cylindrical-coordinate representation of color #3710DD: hue angle of 251.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3710DD is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 16 | 221 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.13 |
| HSL | 251.41º | 0.86% | 0.46% | - |
| HSV(B) | 251.41º | 0.93% | 0.87% | - |
| XYZ | 14.81 | 6.4 | 68.86 | - |
| YUV | 51.03 | 223.92 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 16 | 221 | 0.75 | 0.93 | 0 | 0.13 | 251.41 | 0.86 | 0.46 |
| Hex | 37 | 10 | DD | 4B | 5D | 0 | D | FB | 56 | 2E |
| Octal | 67 | 20 | 335 | 113 | 135 | 0 | 15 | 373 | 126 | 56 |
| Binary | 110111 | 10000 | 11011101 | 1001011 | 1011101 | 0 | 1101 | 11111011 | 1010110 | 101110 |
Color Harmonies of #3710DD
Complementary color
Monochromatic Colors of #3710DD
Black with #3710DD
Text Example
Text Example
White with #3710DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3710DD; }
p { color: rgb(55,16,221); }
H1.HeaderClassName
{
color: #3710DD;
}
.AnyTagClassName
{
color: #3710DD;
}
</style>
background-color css
<style>
a { background-color: #3710DD; }
a { background-color: rgb(55,16,221); }
div.DivClassName
{
background-color: #3710DD;
}
.BgClassName
{
background-color: #3710DD;
}
</style>
border-color css
<style>
span { border-color: #3710DD; }
span { border-color: rgb(55,16,221); }
td.TdClassName
{
border-color: #3710DD;
}
.TagClassName
{
border-color: #3710DD;
}
</style>