Shades of Han Purple #3705DC
Tints of Han Purple #3705DC
RGB
CMYK
RGB Variations
Color information
#3705DC (or 0x3705DC) is known color: Han Purple. HEX triplet: 37, 05 and DC. RGB value is (55,5,220). Sum of RGB (Red+Green+Blue) = 55+5+220=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 220 (86.33% from 255 or 78.57% from 280); Max value from RGB is 220 - color contains mainly: blue. Hex color #3705DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3705DC is #C8FA23. Grayscale: #2B2B2B. Windows color (decimal): -13171236 or 14419255. OLE color: 14419255.
HSL color Cylindrical-coordinate representation of color #3705DC: hue angle of 253.95º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3705DC is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 5 | 220 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.14 |
| HSL | 253.95º | 0.96% | 0.44% | - |
| HSV(B) | 253.95º | 0.98% | 0.86% | - |
| XYZ | 14.55 | 6.09 | 68.12 | - |
| YUV | 44.46 | 227.07 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 220 | 0.75 | 0.98 | 0 | 0.14 | 253.95 | 0.96 | 0.44 |
| Hex | 37 | 5 | DC | 4B | 62 | 0 | E | FE | 60 | 2C |
| Octal | 67 | 5 | 334 | 113 | 142 | 0 | 16 | 376 | 140 | 54 |
| Binary | 110111 | 101 | 11011100 | 1001011 | 1100010 | 0 | 1110 | 11111110 | 1100000 | 101100 |
Color Harmonies of #3705DC
Complementary color
Monochromatic Colors of #3705DC
Black with #3705DC
Text Example
Text Example
White with #3705DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3705DC; }
p { color: rgb(55,5,220); }
H1.HeaderClassName
{
color: #3705DC;
}
.AnyTagClassName
{
color: #3705DC;
}
</style>
background-color css
<style>
a { background-color: #3705DC; }
a { background-color: rgb(55,5,220); }
div.DivClassName
{
background-color: #3705DC;
}
.BgClassName
{
background-color: #3705DC;
}
</style>
border-color css
<style>
span { border-color: #3705DC; }
span { border-color: rgb(55,5,220); }
td.TdClassName
{
border-color: #3705DC;
}
.TagClassName
{
border-color: #3705DC;
}
</style>