Shades of Han Purple #3626DB
Tints of Han Purple #3626DB
RGB
CMYK
RGB Variations
Color information
#3626DB (or 0x3626DB) is known color: Han Purple. HEX triplet: 36, 26 and DB. RGB value is (54,38,219). Sum of RGB (Red+Green+Blue) = 54+38+219=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 38 (15.23% from 255 or 12.22% 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 #3626DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3626DB is #C9D924. Grayscale: #3E3E3E. Windows color (decimal): -13228325 or 14362166. OLE color: 14362166.
HSL color Cylindrical-coordinate representation of color #3626DB: hue angle of 245.3º 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 #3626DB is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 38 | 219 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.14 |
| HSL | 245.3º | 0.72% | 0.5% | - |
| HSV(B) | 245.3º | 0.83% | 0.86% | - |
| XYZ | 15 | 7.28 | 67.63 | - |
| YUV | 63.42 | 215.8 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 38 | 219 | 0.75 | 0.83 | 0 | 0.14 | 245.3 | 0.72 | 0.5 |
| Hex | 36 | 26 | DB | 4B | 53 | 0 | E | F5 | 48 | 32 |
| Octal | 66 | 46 | 333 | 113 | 123 | 0 | 16 | 365 | 110 | 62 |
| Binary | 110110 | 100110 | 11011011 | 1001011 | 1010011 | 0 | 1110 | 11110101 | 1001000 | 110010 |
Color Harmonies of #3626DB
Complementary color
Monochromatic Colors of #3626DB
Black with #3626DB
Text Example
Text Example
White with #3626DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3626DB; }
p { color: rgb(54,38,219); }
H1.HeaderClassName
{
color: #3626DB;
}
.AnyTagClassName
{
color: #3626DB;
}
</style>
background-color css
<style>
a { background-color: #3626DB; }
a { background-color: rgb(54,38,219); }
div.DivClassName
{
background-color: #3626DB;
}
.BgClassName
{
background-color: #3626DB;
}
</style>
border-color css
<style>
span { border-color: #3626DB; }
span { border-color: rgb(54,38,219); }
td.TdClassName
{
border-color: #3626DB;
}
.TagClassName
{
border-color: #3626DB;
}
</style>