Shades of Han Purple #3605DB
Tints of Han Purple #3605DB
RGB
CMYK
RGB Variations
Color information
#3605DB (or 0x3605DB) is known color: Han Purple. HEX triplet: 36, 05 and DB. RGB value is (54,5,219). Sum of RGB (Red+Green+Blue) = 54+5+219=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 219 (85.94% from 255 or 78.78% from 278); Max value from RGB is 219 - color contains mainly: blue. Hex color #3605DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3605DB is #C9FA24. Grayscale: #2B2B2B. Windows color (decimal): -13236773 or 14353718. OLE color: 14353718.
HSL color Cylindrical-coordinate representation of color #3605DB: hue angle of 253.74º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3605DB is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 5 | 219 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.14 |
| HSL | 253.74º | 0.96% | 0.44% | - |
| HSV(B) | 253.74º | 0.98% | 0.86% | - |
| XYZ | 14.36 | 6.01 | 67.42 | - |
| YUV | 44.05 | 226.73 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 219 | 0.75 | 0.98 | 0 | 0.14 | 253.74 | 0.96 | 0.44 |
| Hex | 36 | 5 | DB | 4B | 62 | 0 | E | FE | 60 | 2C |
| Octal | 66 | 5 | 333 | 113 | 142 | 0 | 16 | 376 | 140 | 54 |
| Binary | 110110 | 101 | 11011011 | 1001011 | 1100010 | 0 | 1110 | 11111110 | 1100000 | 101100 |
Color Harmonies of #3605DB
Complementary color
Monochromatic Colors of #3605DB
Black with #3605DB
Text Example
Text Example
White with #3605DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3605DB; }
p { color: rgb(54,5,219); }
H1.HeaderClassName
{
color: #3605DB;
}
.AnyTagClassName
{
color: #3605DB;
}
</style>
background-color css
<style>
a { background-color: #3605DB; }
a { background-color: rgb(54,5,219); }
div.DivClassName
{
background-color: #3605DB;
}
.BgClassName
{
background-color: #3605DB;
}
</style>
border-color css
<style>
span { border-color: #3605DB; }
span { border-color: rgb(54,5,219); }
td.TdClassName
{
border-color: #3605DB;
}
.TagClassName
{
border-color: #3605DB;
}
</style>