Shades of Han Purple #360CCC
Tints of Han Purple #360CCC
RGB
CMYK
RGB Variations
Color information
#360CCC (or 0x360CCC) is known color: Han Purple. HEX triplet: 36, 0C and CC. RGB value is (54,12,204). Sum of RGB (Red+Green+Blue) = 54+12+204=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #360CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CCC is #C9F333. Grayscale: #2D2D2D. Windows color (decimal): -13234996 or 13372470. OLE color: 13372470.
HSL color Cylindrical-coordinate representation of color #360CCC: hue angle of 253.12º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360CCC is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 12 | 204 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.2 |
| HSL | 253.13º | 0.89% | 0.42% | - |
| HSV(B) | 253.13º | 0.94% | 0.8% | - |
| XYZ | 12.55 | 5.41 | 57.51 | - |
| YUV | 46.45 | 216.91 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 204 | 0.74 | 0.94 | 0 | 0.2 | 253.13 | 0.89 | 0.42 |
| Hex | 36 | C | CC | 4A | 5E | 0 | 14 | FD | 59 | 2A |
| Octal | 66 | 14 | 314 | 112 | 136 | 0 | 24 | 375 | 131 | 52 |
| Binary | 110110 | 1100 | 11001100 | 1001010 | 1011110 | 0 | 10100 | 11111101 | 1011001 | 101010 |
Color Harmonies of #360CCC
Complementary color
Monochromatic Colors of #360CCC
Black with #360CCC
Text Example
Text Example
White with #360CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CCC; }
p { color: rgb(54,12,204); }
H1.HeaderClassName
{
color: #360CCC;
}
.AnyTagClassName
{
color: #360CCC;
}
</style>
background-color css
<style>
a { background-color: #360CCC; }
a { background-color: rgb(54,12,204); }
div.DivClassName
{
background-color: #360CCC;
}
.BgClassName
{
background-color: #360CCC;
}
</style>
border-color css
<style>
span { border-color: #360CCC; }
span { border-color: rgb(54,12,204); }
td.TdClassName
{
border-color: #360CCC;
}
.TagClassName
{
border-color: #360CCC;
}
</style>