Shades of Han Purple #3707DB
Tints of Han Purple #3707DB
RGB
CMYK
RGB Variations
Color information
#3707DB (or 0x3707DB) is known color: Han Purple. HEX triplet: 37, 07 and DB. RGB value is (55,7,219). Sum of RGB (Red+Green+Blue) = 55+7+219=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #3707DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3707DB is #C8F824. Grayscale: #2C2C2C. Windows color (decimal): -13170725 or 14354231. OLE color: 14354231.
HSL color Cylindrical-coordinate representation of color #3707DB: hue angle of 253.58º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3707DB is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 7 | 219 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.14 |
| HSL | 253.58º | 0.94% | 0.44% | - |
| HSV(B) | 253.58º | 0.97% | 0.86% | - |
| XYZ | 14.44 | 6.08 | 67.43 | - |
| YUV | 45.52 | 225.9 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 7 | 219 | 0.75 | 0.97 | 0 | 0.14 | 253.58 | 0.94 | 0.44 |
| Hex | 37 | 7 | DB | 4B | 61 | 0 | E | FE | 5E | 2C |
| Octal | 67 | 7 | 333 | 113 | 141 | 0 | 16 | 376 | 136 | 54 |
| Binary | 110111 | 111 | 11011011 | 1001011 | 1100001 | 0 | 1110 | 11111110 | 1011110 | 101100 |
Color Harmonies of #3707DB
Complementary color
Monochromatic Colors of #3707DB
Black with #3707DB
Text Example
Text Example
White with #3707DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3707DB; }
p { color: rgb(55,7,219); }
H1.HeaderClassName
{
color: #3707DB;
}
.AnyTagClassName
{
color: #3707DB;
}
</style>
background-color css
<style>
a { background-color: #3707DB; }
a { background-color: rgb(55,7,219); }
div.DivClassName
{
background-color: #3707DB;
}
.BgClassName
{
background-color: #3707DB;
}
</style>
border-color css
<style>
span { border-color: #3707DB; }
span { border-color: rgb(55,7,219); }
td.TdClassName
{
border-color: #3707DB;
}
.TagClassName
{
border-color: #3707DB;
}
</style>