Shades of Han Purple #361DDB
Tints of Han Purple #361DDB
RGB
CMYK
RGB Variations
Color information
#361DDB (or 0x361DDB) is known color: Han Purple. HEX triplet: 36, 1D and DB. RGB value is (54,29,219). Sum of RGB (Red+Green+Blue) = 54+29+219=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #361DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361DDB is #C9E224. Grayscale: #393939. Windows color (decimal): -13230629 or 14359862. OLE color: 14359862.
HSL color Cylindrical-coordinate representation of color #361DDB: hue angle of 247.89º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #361DDB is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 29 | 219 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.14 |
| HSL | 247.89º | 0.77% | 0.49% | - |
| HSV(B) | 247.89º | 0.87% | 0.86% | - |
| XYZ | 14.75 | 6.78 | 67.55 | - |
| YUV | 58.14 | 218.78 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 219 | 0.75 | 0.87 | 0 | 0.14 | 247.89 | 0.77 | 0.49 |
| Hex | 36 | 1D | DB | 4B | 57 | 0 | E | F8 | 4D | 31 |
| Octal | 66 | 35 | 333 | 113 | 127 | 0 | 16 | 370 | 115 | 61 |
| Binary | 110110 | 11101 | 11011011 | 1001011 | 1010111 | 0 | 1110 | 11111000 | 1001101 | 110001 |
Color Harmonies of #361DDB
Complementary color
Monochromatic Colors of #361DDB
Black with #361DDB
Text Example
Text Example
White with #361DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361DDB; }
p { color: rgb(54,29,219); }
H1.HeaderClassName
{
color: #361DDB;
}
.AnyTagClassName
{
color: #361DDB;
}
</style>
background-color css
<style>
a { background-color: #361DDB; }
a { background-color: rgb(54,29,219); }
div.DivClassName
{
background-color: #361DDB;
}
.BgClassName
{
background-color: #361DDB;
}
</style>
border-color css
<style>
span { border-color: #361DDB; }
span { border-color: rgb(54,29,219); }
td.TdClassName
{
border-color: #361DDB;
}
.TagClassName
{
border-color: #361DDB;
}
</style>