Shades of Han Purple #361DDA
Tints of Han Purple #361DDA
RGB
CMYK
RGB Variations
Color information
#361DDA (or 0x361DDA) is known color: Han Purple. HEX triplet: 36, 1D and DA. RGB value is (54,29,218). Sum of RGB (Red+Green+Blue) = 54+29+218=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 218 (85.55% from 255 or 72.43% from 301); Max value from RGB is 218 - color contains mainly: blue. Hex color #361DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361DDA is #C9E225. Grayscale: #393939. Windows color (decimal): -13230630 or 14294326. OLE color: 14294326.
HSL color Cylindrical-coordinate representation of color #361DDA: hue angle of 247.94º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #361DDA is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 29 | 218 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.15 |
| HSL | 247.94º | 0.77% | 0.48% | - |
| HSV(B) | 247.94º | 0.87% | 0.85% | - |
| XYZ | 14.62 | 6.72 | 66.86 | - |
| YUV | 58.02 | 218.28 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 218 | 0.75 | 0.87 | 0 | 0.15 | 247.94 | 0.77 | 0.48 |
| Hex | 36 | 1D | DA | 4B | 57 | 0 | F | F8 | 4D | 30 |
| Octal | 66 | 35 | 332 | 113 | 127 | 0 | 17 | 370 | 115 | 60 |
| Binary | 110110 | 11101 | 11011010 | 1001011 | 1010111 | 0 | 1111 | 11111000 | 1001101 | 110000 |
Color Harmonies of #361DDA
Complementary color
Monochromatic Colors of #361DDA
Black with #361DDA
Text Example
Text Example
White with #361DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361DDA; }
p { color: rgb(54,29,218); }
H1.HeaderClassName
{
color: #361DDA;
}
.AnyTagClassName
{
color: #361DDA;
}
</style>
background-color css
<style>
a { background-color: #361DDA; }
a { background-color: rgb(54,29,218); }
div.DivClassName
{
background-color: #361DDA;
}
.BgClassName
{
background-color: #361DDA;
}
</style>
border-color css
<style>
span { border-color: #361DDA; }
span { border-color: rgb(54,29,218); }
td.TdClassName
{
border-color: #361DDA;
}
.TagClassName
{
border-color: #361DDA;
}
</style>