Shades of Han Purple #3706DC
Tints of Han Purple #3706DC
RGB
CMYK
RGB Variations
Color information
#3706DC (or 0x3706DC) is known color: Han Purple. HEX triplet: 37, 06 and DC. RGB value is (55,6,220). Sum of RGB (Red+Green+Blue) = 55+6+220=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 220 (86.33% from 255 or 78.29% from 281); Max value from RGB is 220 - color contains mainly: blue. Hex color #3706DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3706DC is #C8F923. Grayscale: #2C2C2C. Windows color (decimal): -13170980 or 14419511. OLE color: 14419511.
HSL color Cylindrical-coordinate representation of color #3706DC: hue angle of 253.74º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3706DC is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 6 | 220 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.14 |
| HSL | 253.74º | 0.95% | 0.44% | - |
| HSV(B) | 253.74º | 0.97% | 0.86% | - |
| XYZ | 14.56 | 6.11 | 68.12 | - |
| YUV | 45.05 | 226.73 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 6 | 220 | 0.75 | 0.97 | 0 | 0.14 | 253.74 | 0.95 | 0.44 |
| Hex | 37 | 6 | DC | 4B | 61 | 0 | E | FE | 5F | 2C |
| Octal | 67 | 6 | 334 | 113 | 141 | 0 | 16 | 376 | 137 | 54 |
| Binary | 110111 | 110 | 11011100 | 1001011 | 1100001 | 0 | 1110 | 11111110 | 1011111 | 101100 |
Color Harmonies of #3706DC
Complementary color
Monochromatic Colors of #3706DC
Black with #3706DC
Text Example
Text Example
White with #3706DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3706DC; }
p { color: rgb(55,6,220); }
H1.HeaderClassName
{
color: #3706DC;
}
.AnyTagClassName
{
color: #3706DC;
}
</style>
background-color css
<style>
a { background-color: #3706DC; }
a { background-color: rgb(55,6,220); }
div.DivClassName
{
background-color: #3706DC;
}
.BgClassName
{
background-color: #3706DC;
}
</style>
border-color css
<style>
span { border-color: #3706DC; }
span { border-color: rgb(55,6,220); }
td.TdClassName
{
border-color: #3706DC;
}
.TagClassName
{
border-color: #3706DC;
}
</style>