Shades of Han Purple #3727DC
Tints of Han Purple #3727DC
RGB
CMYK
RGB Variations
Color information
#3727DC (or 0x3727DC) is known color: Han Purple. HEX triplet: 37, 27 and DC. RGB value is (55,39,220). Sum of RGB (Red+Green+Blue) = 55+39+220=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #3727DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3727DC is #C8D823. Grayscale: #3F3F3F. Windows color (decimal): -13162532 or 14427959. OLE color: 14427959.
HSL color Cylindrical-coordinate representation of color #3727DC: hue angle of 245.3º degrees, saturation: 0.72, 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 #3727DC is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 39 | 220 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.14 |
| HSL | 245.3º | 0.72% | 0.51% | - |
| HSV(B) | 245.3º | 0.82% | 0.86% | - |
| XYZ | 15.22 | 7.43 | 68.34 | - |
| YUV | 64.42 | 215.8 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 39 | 220 | 0.75 | 0.82 | 0 | 0.14 | 245.3 | 0.72 | 0.51 |
| Hex | 37 | 27 | DC | 4B | 52 | 0 | E | F5 | 48 | 33 |
| Octal | 67 | 47 | 334 | 113 | 122 | 0 | 16 | 365 | 110 | 63 |
| Binary | 110111 | 100111 | 11011100 | 1001011 | 1010010 | 0 | 1110 | 11110101 | 1001000 | 110011 |
Color Harmonies of #3727DC
Complementary color
Monochromatic Colors of #3727DC
Black with #3727DC
Text Example
Text Example
White with #3727DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3727DC; }
p { color: rgb(55,39,220); }
H1.HeaderClassName
{
color: #3727DC;
}
.AnyTagClassName
{
color: #3727DC;
}
</style>
background-color css
<style>
a { background-color: #3727DC; }
a { background-color: rgb(55,39,220); }
div.DivClassName
{
background-color: #3727DC;
}
.BgClassName
{
background-color: #3727DC;
}
</style>
border-color css
<style>
span { border-color: #3727DC; }
span { border-color: rgb(55,39,220); }
td.TdClassName
{
border-color: #3727DC;
}
.TagClassName
{
border-color: #3727DC;
}
</style>