Shades of Han Purple #3705D0
Tints of Han Purple #3705D0
RGB
CMYK
RGB Variations
Color information
#3705D0 (or 0x3705D0) is known color: Han Purple. HEX triplet: 37, 05 and D0. RGB value is (55,5,208). Sum of RGB (Red+Green+Blue) = 55+5+208=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 208 (81.64% from 255 or 77.61% from 268); Max value from RGB is 208 - color contains mainly: blue. Hex color #3705D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3705D0 is #C8FA2F. Grayscale: #2A2A2A. Windows color (decimal): -13171248 or 13632823. OLE color: 13632823.
HSL color Cylindrical-coordinate representation of color #3705D0: hue angle of 254.78º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3705D0 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 5 | 208 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.18 |
| HSL | 254.78º | 0.95% | 0.42% | - |
| HSV(B) | 254.78º | 0.98% | 0.82% | - |
| XYZ | 13.01 | 5.47 | 60.05 | - |
| YUV | 43.09 | 221.07 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 208 | 0.74 | 0.98 | 0 | 0.18 | 254.78 | 0.95 | 0.42 |
| Hex | 37 | 5 | D0 | 4A | 62 | 0 | 12 | FF | 5F | 2A |
| Octal | 67 | 5 | 320 | 112 | 142 | 0 | 22 | 377 | 137 | 52 |
| Binary | 110111 | 101 | 11010000 | 1001010 | 1100010 | 0 | 10010 | 11111111 | 1011111 | 101010 |
Color Harmonies of #3705D0
Complementary color
Monochromatic Colors of #3705D0
Black with #3705D0
Text Example
Text Example
White with #3705D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3705D0; }
p { color: rgb(55,5,208); }
H1.HeaderClassName
{
color: #3705D0;
}
.AnyTagClassName
{
color: #3705D0;
}
</style>
background-color css
<style>
a { background-color: #3705D0; }
a { background-color: rgb(55,5,208); }
div.DivClassName
{
background-color: #3705D0;
}
.BgClassName
{
background-color: #3705D0;
}
</style>
border-color css
<style>
span { border-color: #3705D0; }
span { border-color: rgb(55,5,208); }
td.TdClassName
{
border-color: #3705D0;
}
.TagClassName
{
border-color: #3705D0;
}
</style>