Shades of Han Purple #360DCD
Tints of Han Purple #360DCD
RGB
CMYK
RGB Variations
Color information
#360DCD (or 0x360DCD) is known color: Han Purple. HEX triplet: 36, 0D and CD. RGB value is (54,13,205). Sum of RGB (Red+Green+Blue) = 54+13+205=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 205 (80.47% from 255 or 75.37% from 272); Max value from RGB is 205 - color contains mainly: blue. Hex color #360DCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360DCD is #C9F232. Grayscale: #2E2E2E. Windows color (decimal): -13234739 or 13438262. OLE color: 13438262.
HSL color Cylindrical-coordinate representation of color #360DCD: hue angle of 252.81º 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 #360DCD is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 13 | 205 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.20 |
| HSL | 252.81º | 0.88% | 0.43% | - |
| HSV(B) | 252.81º | 0.94% | 0.8% | - |
| XYZ | 12.68 | 5.48 | 58.15 | - |
| YUV | 47.15 | 217.08 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 205 | 0.74 | 0.94 | 0 | 0.20 | 252.81 | 0.88 | 0.43 |
| Hex | 36 | D | CD | 4A | 5E | 0 | 14 | FD | 58 | 2B |
| Octal | 66 | 15 | 315 | 112 | 136 | 0 | 24 | 375 | 130 | 53 |
| Binary | 110110 | 1101 | 11001101 | 1001010 | 1011110 | 0 | 10100 | 11111101 | 1011000 | 101011 |
Color Harmonies of #360DCD
Complementary color
Monochromatic Colors of #360DCD
Black with #360DCD
Text Example
Text Example
White with #360DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360DCD; }
p { color: rgb(54,13,205); }
H1.HeaderClassName
{
color: #360DCD;
}
.AnyTagClassName
{
color: #360DCD;
}
</style>
background-color css
<style>
a { background-color: #360DCD; }
a { background-color: rgb(54,13,205); }
div.DivClassName
{
background-color: #360DCD;
}
.BgClassName
{
background-color: #360DCD;
}
</style>
border-color css
<style>
span { border-color: #360DCD; }
span { border-color: rgb(54,13,205); }
td.TdClassName
{
border-color: #360DCD;
}
.TagClassName
{
border-color: #360DCD;
}
</style>