Shades of Han Purple #360DCC
Tints of Han Purple #360DCC
RGB
CMYK
RGB Variations
Color information
#360DCC (or 0x360DCC) is known color: Han Purple. HEX triplet: 36, 0D and CC. RGB value is (54,13,204). Sum of RGB (Red+Green+Blue) = 54+13+204=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #360DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360DCC is #C9F233. Grayscale: #2E2E2E. Windows color (decimal): -13234740 or 13372726. OLE color: 13372726.
HSL color Cylindrical-coordinate representation of color #360DCC: hue angle of 252.88º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360DCC is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 13 | 204 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.2 |
| HSL | 252.88º | 0.88% | 0.43% | - |
| HSV(B) | 252.88º | 0.94% | 0.8% | - |
| XYZ | 12.56 | 5.43 | 57.51 | - |
| YUV | 47.03 | 216.58 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 204 | 0.74 | 0.94 | 0 | 0.2 | 252.88 | 0.88 | 0.43 |
| Hex | 36 | D | CC | 4A | 5E | 0 | 14 | FD | 58 | 2B |
| Octal | 66 | 15 | 314 | 112 | 136 | 0 | 24 | 375 | 130 | 53 |
| Binary | 110110 | 1101 | 11001100 | 1001010 | 1011110 | 0 | 10100 | 11111101 | 1011000 | 101011 |
Color Harmonies of #360DCC
Complementary color
Monochromatic Colors of #360DCC
Black with #360DCC
Text Example
Text Example
White with #360DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360DCC; }
p { color: rgb(54,13,204); }
H1.HeaderClassName
{
color: #360DCC;
}
.AnyTagClassName
{
color: #360DCC;
}
</style>
background-color css
<style>
a { background-color: #360DCC; }
a { background-color: rgb(54,13,204); }
div.DivClassName
{
background-color: #360DCC;
}
.BgClassName
{
background-color: #360DCC;
}
</style>
border-color css
<style>
span { border-color: #360DCC; }
span { border-color: rgb(54,13,204); }
td.TdClassName
{
border-color: #360DCC;
}
.TagClassName
{
border-color: #360DCC;
}
</style>