Shades of Han Purple #360DDD
Tints of Han Purple #360DDD
RGB
CMYK
RGB Variations
Color information
#360DDD (or 0x360DDD) is known color: Han Purple. HEX triplet: 36, 0D and DD. RGB value is (54,13,221). Sum of RGB (Red+Green+Blue) = 54+13+221=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #360DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360DDD is #C9F222. Grayscale: #303030. Windows color (decimal): -13234723 or 14486838. OLE color: 14486838.
HSL color Cylindrical-coordinate representation of color #360DDD: hue angle of 251.83º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360DDD is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 13 | 221 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.13 |
| HSL | 251.83º | 0.89% | 0.46% | - |
| HSV(B) | 251.83º | 0.94% | 0.87% | - |
| XYZ | 14.72 | 6.29 | 68.85 | - |
| YUV | 48.97 | 225.08 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 221 | 0.76 | 0.94 | 0 | 0.13 | 251.83 | 0.89 | 0.46 |
| Hex | 36 | D | DD | 4C | 5E | 0 | D | FC | 59 | 2E |
| Octal | 66 | 15 | 335 | 114 | 136 | 0 | 15 | 374 | 131 | 56 |
| Binary | 110110 | 1101 | 11011101 | 1001100 | 1011110 | 0 | 1101 | 11111100 | 1011001 | 101110 |
Color Harmonies of #360DDD
Complementary color
Monochromatic Colors of #360DDD
Black with #360DDD
Text Example
Text Example
White with #360DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360DDD; }
p { color: rgb(54,13,221); }
H1.HeaderClassName
{
color: #360DDD;
}
.AnyTagClassName
{
color: #360DDD;
}
</style>
background-color css
<style>
a { background-color: #360DDD; }
a { background-color: rgb(54,13,221); }
div.DivClassName
{
background-color: #360DDD;
}
.BgClassName
{
background-color: #360DDD;
}
</style>
border-color css
<style>
span { border-color: #360DDD; }
span { border-color: rgb(54,13,221); }
td.TdClassName
{
border-color: #360DDD;
}
.TagClassName
{
border-color: #360DDD;
}
</style>