Shades of Han Purple #3714DB
Tints of Han Purple #3714DB
RGB
CMYK
RGB Variations
Color information
#3714DB (or 0x3714DB) is known color: Han Purple. HEX triplet: 37, 14 and DB. RGB value is (55,20,219). Sum of RGB (Red+Green+Blue) = 55+20+219=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #3714DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3714DB is #C8EB24. Grayscale: #343434. Windows color (decimal): -13167397 or 14357559. OLE color: 14357559.
HSL color Cylindrical-coordinate representation of color #3714DB: hue angle of 250.55º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3714DB is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 20 | 219 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.14 |
| HSL | 250.55º | 0.83% | 0.47% | - |
| HSV(B) | 250.55º | 0.91% | 0.86% | - |
| XYZ | 14.61 | 6.43 | 67.49 | - |
| YUV | 53.15 | 221.6 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 20 | 219 | 0.75 | 0.91 | 0 | 0.14 | 250.55 | 0.83 | 0.47 |
| Hex | 37 | 14 | DB | 4B | 5B | 0 | E | FB | 53 | 2F |
| Octal | 67 | 24 | 333 | 113 | 133 | 0 | 16 | 373 | 123 | 57 |
| Binary | 110111 | 10100 | 11011011 | 1001011 | 1011011 | 0 | 1110 | 11111011 | 1010011 | 101111 |
Color Harmonies of #3714DB
Complementary color
Monochromatic Colors of #3714DB
Black with #3714DB
Text Example
Text Example
White with #3714DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3714DB; }
p { color: rgb(55,20,219); }
H1.HeaderClassName
{
color: #3714DB;
}
.AnyTagClassName
{
color: #3714DB;
}
</style>
background-color css
<style>
a { background-color: #3714DB; }
a { background-color: rgb(55,20,219); }
div.DivClassName
{
background-color: #3714DB;
}
.BgClassName
{
background-color: #3714DB;
}
</style>
border-color css
<style>
span { border-color: #3714DB; }
span { border-color: rgb(55,20,219); }
td.TdClassName
{
border-color: #3714DB;
}
.TagClassName
{
border-color: #3714DB;
}
</style>