Shades of Han Purple #3717D0
Tints of Han Purple #3717D0
RGB
CMYK
RGB Variations
Color information
#3717D0 (or 0x3717D0) is known color: Han Purple. HEX triplet: 37, 17 and D0. RGB value is (55,23,208). Sum of RGB (Red+Green+Blue) = 55+23+208=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 208 (81.64% from 255 or 72.73% from 286); Max value from RGB is 208 - color contains mainly: blue. Hex color #3717D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3717D0 is #C8E82F. Grayscale: #343434. Windows color (decimal): -13166640 or 13637431. OLE color: 13637431.
HSL color Cylindrical-coordinate representation of color #3717D0: hue angle of 250.38º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3717D0 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 23 | 208 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.18 |
| HSL | 250.38º | 0.8% | 0.45% | - |
| HSV(B) | 250.38º | 0.89% | 0.82% | - |
| XYZ | 13.27 | 5.98 | 60.13 | - |
| YUV | 53.66 | 215.1 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 23 | 208 | 0.74 | 0.89 | 0 | 0.18 | 250.38 | 0.8 | 0.45 |
| Hex | 37 | 17 | D0 | 4A | 59 | 0 | 12 | FA | 50 | 2D |
| Octal | 67 | 27 | 320 | 112 | 131 | 0 | 22 | 372 | 120 | 55 |
| Binary | 110111 | 10111 | 11010000 | 1001010 | 1011001 | 0 | 10010 | 11111010 | 1010000 | 101101 |
Color Harmonies of #3717D0
Complementary color
Monochromatic Colors of #3717D0
Black with #3717D0
Text Example
Text Example
White with #3717D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3717D0; }
p { color: rgb(55,23,208); }
H1.HeaderClassName
{
color: #3717D0;
}
.AnyTagClassName
{
color: #3717D0;
}
</style>
background-color css
<style>
a { background-color: #3717D0; }
a { background-color: rgb(55,23,208); }
div.DivClassName
{
background-color: #3717D0;
}
.BgClassName
{
background-color: #3717D0;
}
</style>
border-color css
<style>
span { border-color: #3717D0; }
span { border-color: rgb(55,23,208); }
td.TdClassName
{
border-color: #3717D0;
}
.TagClassName
{
border-color: #3717D0;
}
</style>