Shades of Han Purple #3706DD
Tints of Han Purple #3706DD
RGB
CMYK
RGB Variations
Color information
#3706DD (or 0x3706DD) is known color: Han Purple. HEX triplet: 37, 06 and DD. RGB value is (55,6,221). Sum of RGB (Red+Green+Blue) = 55+6+221=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 221 (86.72% from 255 or 78.37% from 282); Max value from RGB is 221 - color contains mainly: blue. Hex color #3706DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3706DD is #C8F922. Grayscale: #2C2C2C. Windows color (decimal): -13170979 or 14485047. OLE color: 14485047.
HSL color Cylindrical-coordinate representation of color #3706DD: hue angle of 253.67º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3706DD is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 6 | 221 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.13 |
| HSL | 253.67º | 0.95% | 0.45% | - |
| HSV(B) | 253.67º | 0.97% | 0.87% | - |
| XYZ | 14.69 | 6.16 | 68.82 | - |
| YUV | 45.16 | 227.23 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 6 | 221 | 0.75 | 0.97 | 0 | 0.13 | 253.67 | 0.95 | 0.45 |
| Hex | 37 | 6 | DD | 4B | 61 | 0 | D | FE | 5F | 2D |
| Octal | 67 | 6 | 335 | 113 | 141 | 0 | 15 | 376 | 137 | 55 |
| Binary | 110111 | 110 | 11011101 | 1001011 | 1100001 | 0 | 1101 | 11111110 | 1011111 | 101101 |
Color Harmonies of #3706DD
Complementary color
Monochromatic Colors of #3706DD
Black with #3706DD
Text Example
Text Example
White with #3706DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3706DD; }
p { color: rgb(55,6,221); }
H1.HeaderClassName
{
color: #3706DD;
}
.AnyTagClassName
{
color: #3706DD;
}
</style>
background-color css
<style>
a { background-color: #3706DD; }
a { background-color: rgb(55,6,221); }
div.DivClassName
{
background-color: #3706DD;
}
.BgClassName
{
background-color: #3706DD;
}
</style>
border-color css
<style>
span { border-color: #3706DD; }
span { border-color: rgb(55,6,221); }
td.TdClassName
{
border-color: #3706DD;
}
.TagClassName
{
border-color: #3706DD;
}
</style>