Shades of Han Purple #361BDD
Tints of Han Purple #361BDD
RGB
CMYK
RGB Variations
Color information
#361BDD (or 0x361BDD) is known color: Han Purple. HEX triplet: 36, 1B and DD. RGB value is (54,27,221). Sum of RGB (Red+Green+Blue) = 54+27+221=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #361BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361BDD is #C9E422. Grayscale: #383838. Windows color (decimal): -13231139 or 14490422. OLE color: 14490422.
HSL color Cylindrical-coordinate representation of color #361BDD: hue angle of 248.35º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #361BDD is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 27 | 221 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.13 |
| HSL | 248.35º | 0.78% | 0.49% | - |
| HSV(B) | 248.35º | 0.88% | 0.87% | - |
| XYZ | 14.96 | 6.79 | 68.93 | - |
| YUV | 57.19 | 220.45 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 27 | 221 | 0.76 | 0.88 | 0 | 0.13 | 248.35 | 0.78 | 0.49 |
| Hex | 36 | 1B | DD | 4C | 58 | 0 | D | F8 | 4E | 31 |
| Octal | 66 | 33 | 335 | 114 | 130 | 0 | 15 | 370 | 116 | 61 |
| Binary | 110110 | 11011 | 11011101 | 1001100 | 1011000 | 0 | 1101 | 11111000 | 1001110 | 110001 |
Color Harmonies of #361BDD
Complementary color
Monochromatic Colors of #361BDD
Black with #361BDD
Text Example
Text Example
White with #361BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361BDD; }
p { color: rgb(54,27,221); }
H1.HeaderClassName
{
color: #361BDD;
}
.AnyTagClassName
{
color: #361BDD;
}
</style>
background-color css
<style>
a { background-color: #361BDD; }
a { background-color: rgb(54,27,221); }
div.DivClassName
{
background-color: #361BDD;
}
.BgClassName
{
background-color: #361BDD;
}
</style>
border-color css
<style>
span { border-color: #361BDD; }
span { border-color: rgb(54,27,221); }
td.TdClassName
{
border-color: #361BDD;
}
.TagClassName
{
border-color: #361BDD;
}
</style>