Shades of Han Purple #3708D6
Tints of Han Purple #3708D6
RGB
CMYK
RGB Variations
Color information
#3708D6 (or 0x3708D6) is known color: Han Purple. HEX triplet: 37, 08 and D6. RGB value is (55,8,214). Sum of RGB (Red+Green+Blue) = 55+8+214=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 214 (83.98% from 255 or 77.26% from 277); Max value from RGB is 214 - color contains mainly: blue. Hex color #3708D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3708D6 is #C8F729. Grayscale: #2C2C2C. Windows color (decimal): -13170474 or 14026807. OLE color: 14026807.
HSL color Cylindrical-coordinate representation of color #3708D6: hue angle of 253.69º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3708D6 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 8 | 214 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.16 |
| HSL | 253.69º | 0.93% | 0.44% | - |
| HSV(B) | 253.69º | 0.96% | 0.84% | - |
| XYZ | 13.8 | 5.84 | 64.02 | - |
| YUV | 45.54 | 223.07 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 8 | 214 | 0.74 | 0.96 | 0 | 0.16 | 253.69 | 0.93 | 0.44 |
| Hex | 37 | 8 | D6 | 4A | 60 | 0 | 10 | FE | 5D | 2C |
| Octal | 67 | 10 | 326 | 112 | 140 | 0 | 20 | 376 | 135 | 54 |
| Binary | 110111 | 1000 | 11010110 | 1001010 | 1100000 | 0 | 10000 | 11111110 | 1011101 | 101100 |
Color Harmonies of #3708D6
Complementary color
Monochromatic Colors of #3708D6
Black with #3708D6
Text Example
Text Example
White with #3708D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3708D6; }
p { color: rgb(55,8,214); }
H1.HeaderClassName
{
color: #3708D6;
}
.AnyTagClassName
{
color: #3708D6;
}
</style>
background-color css
<style>
a { background-color: #3708D6; }
a { background-color: rgb(55,8,214); }
div.DivClassName
{
background-color: #3708D6;
}
.BgClassName
{
background-color: #3708D6;
}
</style>
border-color css
<style>
span { border-color: #3708D6; }
span { border-color: rgb(55,8,214); }
td.TdClassName
{
border-color: #3708D6;
}
.TagClassName
{
border-color: #3708D6;
}
</style>