Shades of Han Purple #360DCE
Tints of Han Purple #360DCE
RGB
CMYK
RGB Variations
Color information
#360DCE (or 0x360DCE) is known color: Han Purple. HEX triplet: 36, 0D and CE. RGB value is (54,13,206). Sum of RGB (Red+Green+Blue) = 54+13+206=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #360DCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360DCE is #C9F231. Grayscale: #2E2E2E. Windows color (decimal): -13234738 or 13503798. OLE color: 13503798.
HSL color Cylindrical-coordinate representation of color #360DCE: hue angle of 252.75º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360DCE is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 13 | 206 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.19 |
| HSL | 252.75º | 0.88% | 0.43% | - |
| HSV(B) | 252.75º | 0.94% | 0.81% | - |
| XYZ | 12.81 | 5.53 | 58.78 | - |
| YUV | 47.26 | 217.58 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 206 | 0.74 | 0.94 | 0 | 0.19 | 252.75 | 0.88 | 0.43 |
| Hex | 36 | D | CE | 4A | 5E | 0 | 13 | FD | 58 | 2B |
| Octal | 66 | 15 | 316 | 112 | 136 | 0 | 23 | 375 | 130 | 53 |
| Binary | 110110 | 1101 | 11001110 | 1001010 | 1011110 | 0 | 10011 | 11111101 | 1011000 | 101011 |
Color Harmonies of #360DCE
Complementary color
Monochromatic Colors of #360DCE
Black with #360DCE
Text Example
Text Example
White with #360DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360DCE; }
p { color: rgb(54,13,206); }
H1.HeaderClassName
{
color: #360DCE;
}
.AnyTagClassName
{
color: #360DCE;
}
</style>
background-color css
<style>
a { background-color: #360DCE; }
a { background-color: rgb(54,13,206); }
div.DivClassName
{
background-color: #360DCE;
}
.BgClassName
{
background-color: #360DCE;
}
</style>
border-color css
<style>
span { border-color: #360DCE; }
span { border-color: rgb(54,13,206); }
td.TdClassName
{
border-color: #360DCE;
}
.TagClassName
{
border-color: #360DCE;
}
</style>