Shades of Han Purple #3725DB
Tints of Han Purple #3725DB
RGB
CMYK
RGB Variations
Color information
#3725DB (or 0x3725DB) is known color: Han Purple. HEX triplet: 37, 25 and DB. RGB value is (55,37,219). Sum of RGB (Red+Green+Blue) = 55+37+219=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #3725DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3725DB is #C8DA24. Grayscale: #3E3E3E. Windows color (decimal): -13163045 or 14361911. OLE color: 14361911.
HSL color Cylindrical-coordinate representation of color #3725DB: hue angle of 245.93º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3725DB is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 37 | 219 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.14 |
| HSL | 245.93º | 0.72% | 0.5% | - |
| HSV(B) | 245.93º | 0.83% | 0.86% | - |
| XYZ | 15.02 | 7.25 | 67.63 | - |
| YUV | 63.13 | 215.96 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 219 | 0.75 | 0.83 | 0 | 0.14 | 245.93 | 0.72 | 0.5 |
| Hex | 37 | 25 | DB | 4B | 53 | 0 | E | F6 | 48 | 32 |
| Octal | 67 | 45 | 333 | 113 | 123 | 0 | 16 | 366 | 110 | 62 |
| Binary | 110111 | 100101 | 11011011 | 1001011 | 1010011 | 0 | 1110 | 11110110 | 1001000 | 110010 |
Color Harmonies of #3725DB
Complementary color
Monochromatic Colors of #3725DB
Black with #3725DB
Text Example
Text Example
White with #3725DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3725DB; }
p { color: rgb(55,37,219); }
H1.HeaderClassName
{
color: #3725DB;
}
.AnyTagClassName
{
color: #3725DB;
}
</style>
background-color css
<style>
a { background-color: #3725DB; }
a { background-color: rgb(55,37,219); }
div.DivClassName
{
background-color: #3725DB;
}
.BgClassName
{
background-color: #3725DB;
}
</style>
border-color css
<style>
span { border-color: #3725DB; }
span { border-color: rgb(55,37,219); }
td.TdClassName
{
border-color: #3725DB;
}
.TagClassName
{
border-color: #3725DB;
}
</style>