Shades of Han Purple #3718D4
Tints of Han Purple #3718D4
RGB
CMYK
RGB Variations
Color information
#3718D4 (or 0x3718D4) is known color: Han Purple. HEX triplet: 37, 18 and D4. RGB value is (55,24,212). Sum of RGB (Red+Green+Blue) = 55+24+212=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 212 (83.20% from 255 or 72.85% from 291); Max value from RGB is 212 - color contains mainly: blue. Hex color #3718D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3718D4 is #C8E72B. Grayscale: #353535. Windows color (decimal): -13166380 or 13899831. OLE color: 13899831.
HSL color Cylindrical-coordinate representation of color #3718D4: hue angle of 249.89º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3718D4 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 55 | 24 | 212 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.17 |
| HSL | 249.89º | 0.8% | 0.46% | - |
| HSV(B) | 249.89º | 0.89% | 0.83% | - |
| XYZ | 13.79 | 6.22 | 62.76 | - |
| YUV | 54.7 | 216.77 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 24 | 212 | 0.74 | 0.89 | 0 | 0.17 | 249.89 | 0.8 | 0.46 |
| Hex | 37 | 18 | D4 | 4A | 59 | 0 | 11 | FA | 50 | 2E |
| Octal | 67 | 30 | 324 | 112 | 131 | 0 | 21 | 372 | 120 | 56 |
| Binary | 110111 | 11000 | 11010100 | 1001010 | 1011001 | 0 | 10001 | 11111010 | 1010000 | 101110 |
Color Harmonies of #3718D4
Complementary color
Monochromatic Colors of #3718D4
Black with #3718D4
Text Example
Text Example
White with #3718D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3718D4; }
p { color: rgb(55,24,212); }
H1.HeaderClassName
{
color: #3718D4;
}
.AnyTagClassName
{
color: #3718D4;
}
</style>
background-color css
<style>
a { background-color: #3718D4; }
a { background-color: rgb(55,24,212); }
div.DivClassName
{
background-color: #3718D4;
}
.BgClassName
{
background-color: #3718D4;
}
</style>
border-color css
<style>
span { border-color: #3718D4; }
span { border-color: rgb(55,24,212); }
td.TdClassName
{
border-color: #3718D4;
}
.TagClassName
{
border-color: #3718D4;
}
</style>