Shades of Han Purple #3620DB
Tints of Han Purple #3620DB
RGB
CMYK
RGB Variations
Color information
#3620DB (or 0x3620DB) is known color: Han Purple. HEX triplet: 36, 20 and DB. RGB value is (54,32,219). Sum of RGB (Red+Green+Blue) = 54+32+219=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #3620DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3620DB is #C9DF24. Grayscale: #3B3B3B. Windows color (decimal): -13229861 or 14360630. OLE color: 14360630.
HSL color Cylindrical-coordinate representation of color #3620DB: hue angle of 247.06º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3620DB is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 32 | 219 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.14 |
| HSL | 247.06º | 0.75% | 0.49% | - |
| HSV(B) | 247.06º | 0.85% | 0.86% | - |
| XYZ | 14.82 | 6.93 | 67.57 | - |
| YUV | 59.9 | 217.79 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 219 | 0.75 | 0.85 | 0 | 0.14 | 247.06 | 0.75 | 0.49 |
| Hex | 36 | 20 | DB | 4B | 55 | 0 | E | F7 | 4B | 31 |
| Octal | 66 | 40 | 333 | 113 | 125 | 0 | 16 | 367 | 113 | 61 |
| Binary | 110110 | 100000 | 11011011 | 1001011 | 1010101 | 0 | 1110 | 11110111 | 1001011 | 110001 |
Color Harmonies of #3620DB
Complementary color
Monochromatic Colors of #3620DB
Black with #3620DB
Text Example
Text Example
White with #3620DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3620DB; }
p { color: rgb(54,32,219); }
H1.HeaderClassName
{
color: #3620DB;
}
.AnyTagClassName
{
color: #3620DB;
}
</style>
background-color css
<style>
a { background-color: #3620DB; }
a { background-color: rgb(54,32,219); }
div.DivClassName
{
background-color: #3620DB;
}
.BgClassName
{
background-color: #3620DB;
}
</style>
border-color css
<style>
span { border-color: #3620DB; }
span { border-color: rgb(54,32,219); }
td.TdClassName
{
border-color: #3620DB;
}
.TagClassName
{
border-color: #3620DB;
}
</style>