Shades of Han Purple #3708DC
Tints of Han Purple #3708DC
RGB
CMYK
RGB Variations
Color information
#3708DC (or 0x3708DC) is known color: Han Purple. HEX triplet: 37, 08 and DC. RGB value is (55,8,220). Sum of RGB (Red+Green+Blue) = 55+8+220=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 220 (86.33% from 255 or 77.74% from 283); Max value from RGB is 220 - color contains mainly: blue. Hex color #3708DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3708DC is #C8F723. Grayscale: #2D2D2D. Windows color (decimal): -13170468 or 14420023. OLE color: 14420023.
HSL color Cylindrical-coordinate representation of color #3708DC: hue angle of 253.3º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3708DC is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 8 | 220 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.14 |
| HSL | 253.3º | 0.93% | 0.45% | - |
| HSV(B) | 253.3º | 0.96% | 0.86% | - |
| XYZ | 14.58 | 6.15 | 68.13 | - |
| YUV | 46.22 | 226.07 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 8 | 220 | 0.75 | 0.96 | 0 | 0.14 | 253.3 | 0.93 | 0.45 |
| Hex | 37 | 8 | DC | 4B | 60 | 0 | E | FD | 5D | 2D |
| Octal | 67 | 10 | 334 | 113 | 140 | 0 | 16 | 375 | 135 | 55 |
| Binary | 110111 | 1000 | 11011100 | 1001011 | 1100000 | 0 | 1110 | 11111101 | 1011101 | 101101 |
Color Harmonies of #3708DC
Complementary color
Monochromatic Colors of #3708DC
Black with #3708DC
Text Example
Text Example
White with #3708DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3708DC; }
p { color: rgb(55,8,220); }
H1.HeaderClassName
{
color: #3708DC;
}
.AnyTagClassName
{
color: #3708DC;
}
</style>
background-color css
<style>
a { background-color: #3708DC; }
a { background-color: rgb(55,8,220); }
div.DivClassName
{
background-color: #3708DC;
}
.BgClassName
{
background-color: #3708DC;
}
</style>
border-color css
<style>
span { border-color: #3708DC; }
span { border-color: rgb(55,8,220); }
td.TdClassName
{
border-color: #3708DC;
}
.TagClassName
{
border-color: #3708DC;
}
</style>