Shades of Han Purple #3708DB
Tints of Han Purple #3708DB
RGB
CMYK
RGB Variations
Color information
#3708DB (or 0x3708DB) is known color: Han Purple. HEX triplet: 37, 08 and DB. RGB value is (55,8,219). Sum of RGB (Red+Green+Blue) = 55+8+219=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #3708DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3708DB is #C8F724. Grayscale: #2D2D2D. Windows color (decimal): -13170469 or 14354487. OLE color: 14354487.
HSL color Cylindrical-coordinate representation of color #3708DB: hue angle of 253.36º 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 #3708DB is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 8 | 219 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.14 |
| HSL | 253.36º | 0.93% | 0.45% | - |
| HSV(B) | 253.36º | 0.96% | 0.86% | - |
| XYZ | 14.45 | 6.1 | 67.43 | - |
| YUV | 46.11 | 225.57 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 8 | 219 | 0.75 | 0.96 | 0 | 0.14 | 253.36 | 0.93 | 0.45 |
| Hex | 37 | 8 | DB | 4B | 60 | 0 | E | FD | 5D | 2D |
| Octal | 67 | 10 | 333 | 113 | 140 | 0 | 16 | 375 | 135 | 55 |
| Binary | 110111 | 1000 | 11011011 | 1001011 | 1100000 | 0 | 1110 | 11111101 | 1011101 | 101101 |
Color Harmonies of #3708DB
Complementary color
Monochromatic Colors of #3708DB
Black with #3708DB
Text Example
Text Example
White with #3708DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3708DB; }
p { color: rgb(55,8,219); }
H1.HeaderClassName
{
color: #3708DB;
}
.AnyTagClassName
{
color: #3708DB;
}
</style>
background-color css
<style>
a { background-color: #3708DB; }
a { background-color: rgb(55,8,219); }
div.DivClassName
{
background-color: #3708DB;
}
.BgClassName
{
background-color: #3708DB;
}
</style>
border-color css
<style>
span { border-color: #3708DB; }
span { border-color: rgb(55,8,219); }
td.TdClassName
{
border-color: #3708DB;
}
.TagClassName
{
border-color: #3708DB;
}
</style>