Shades of Han Purple #3625DB
Tints of Han Purple #3625DB
RGB
CMYK
RGB Variations
Color information
#3625DB (or 0x3625DB) is known color: Han Purple. HEX triplet: 36, 25 and DB. RGB value is (54,37,219). Sum of RGB (Red+Green+Blue) = 54+37+219=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #3625DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3625DB is #C9DA24. Grayscale: #3E3E3E. Windows color (decimal): -13228581 or 14361910. OLE color: 14361910.
HSL color Cylindrical-coordinate representation of color #3625DB: hue angle of 245.6º 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 #3625DB is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 37 | 219 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.14 |
| HSL | 245.6º | 0.72% | 0.5% | - |
| HSV(B) | 245.6º | 0.83% | 0.86% | - |
| XYZ | 14.97 | 7.22 | 67.62 | - |
| YUV | 62.83 | 216.13 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 37 | 219 | 0.75 | 0.83 | 0 | 0.14 | 245.6 | 0.72 | 0.5 |
| Hex | 36 | 25 | DB | 4B | 53 | 0 | E | F6 | 48 | 32 |
| Octal | 66 | 45 | 333 | 113 | 123 | 0 | 16 | 366 | 110 | 62 |
| Binary | 110110 | 100101 | 11011011 | 1001011 | 1010011 | 0 | 1110 | 11110110 | 1001000 | 110010 |
Color Harmonies of #3625DB
Complementary color
Monochromatic Colors of #3625DB
Black with #3625DB
Text Example
Text Example
White with #3625DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3625DB; }
p { color: rgb(54,37,219); }
H1.HeaderClassName
{
color: #3625DB;
}
.AnyTagClassName
{
color: #3625DB;
}
</style>
background-color css
<style>
a { background-color: #3625DB; }
a { background-color: rgb(54,37,219); }
div.DivClassName
{
background-color: #3625DB;
}
.BgClassName
{
background-color: #3625DB;
}
</style>
border-color css
<style>
span { border-color: #3625DB; }
span { border-color: rgb(54,37,219); }
td.TdClassName
{
border-color: #3625DB;
}
.TagClassName
{
border-color: #3625DB;
}
</style>