Shades of Han Purple #3727DB
Tints of Han Purple #3727DB
RGB
CMYK
RGB Variations
Color information
#3727DB (or 0x3727DB) is known color: Han Purple. HEX triplet: 37, 27 and DB. RGB value is (55,39,219). Sum of RGB (Red+Green+Blue) = 55+39+219=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #3727DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3727DB is #C8D824. Grayscale: #3F3F3F. Windows color (decimal): -13162533 or 14362423. OLE color: 14362423.
HSL color Cylindrical-coordinate representation of color #3727DB: hue angle of 245.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3727DB is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 39 | 219 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.14 |
| HSL | 245.33º | 0.71% | 0.51% | - |
| HSV(B) | 245.33º | 0.82% | 0.86% | - |
| XYZ | 15.09 | 7.38 | 67.65 | - |
| YUV | 64.3 | 215.3 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 39 | 219 | 0.75 | 0.82 | 0 | 0.14 | 245.33 | 0.71 | 0.51 |
| Hex | 37 | 27 | DB | 4B | 52 | 0 | E | F5 | 47 | 33 |
| Octal | 67 | 47 | 333 | 113 | 122 | 0 | 16 | 365 | 107 | 63 |
| Binary | 110111 | 100111 | 11011011 | 1001011 | 1010010 | 0 | 1110 | 11110101 | 1000111 | 110011 |
Color Harmonies of #3727DB
Complementary color
Monochromatic Colors of #3727DB
Black with #3727DB
Text Example
Text Example
White with #3727DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3727DB; }
p { color: rgb(55,39,219); }
H1.HeaderClassName
{
color: #3727DB;
}
.AnyTagClassName
{
color: #3727DB;
}
</style>
background-color css
<style>
a { background-color: #3727DB; }
a { background-color: rgb(55,39,219); }
div.DivClassName
{
background-color: #3727DB;
}
.BgClassName
{
background-color: #3727DB;
}
</style>
border-color css
<style>
span { border-color: #3727DB; }
span { border-color: rgb(55,39,219); }
td.TdClassName
{
border-color: #3727DB;
}
.TagClassName
{
border-color: #3727DB;
}
</style>