Shades of Han Purple #360DD5
Tints of Han Purple #360DD5
RGB
CMYK
RGB Variations
Color information
#360DD5 (or 0x360DD5) is known color: Han Purple. HEX triplet: 36, 0D and D5. RGB value is (54,13,213). Sum of RGB (Red+Green+Blue) = 54+13+213=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 213 (83.59% from 255 or 76.07% from 280); Max value from RGB is 213 - color contains mainly: blue. Hex color #360DD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360DD5 is #C9F22A. Grayscale: #2F2F2F. Windows color (decimal): -13234731 or 13962550. OLE color: 13962550.
HSL color Cylindrical-coordinate representation of color #360DD5: hue angle of 252.3º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360DD5 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 13 | 213 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.16 |
| HSL | 252.3º | 0.88% | 0.44% | - |
| HSV(B) | 252.3º | 0.94% | 0.84% | - |
| XYZ | 13.68 | 5.88 | 63.36 | - |
| YUV | 48.06 | 221.08 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 213 | 0.75 | 0.94 | 0 | 0.16 | 252.3 | 0.88 | 0.44 |
| Hex | 36 | D | D5 | 4B | 5E | 0 | 10 | FC | 58 | 2C |
| Octal | 66 | 15 | 325 | 113 | 136 | 0 | 20 | 374 | 130 | 54 |
| Binary | 110110 | 1101 | 11010101 | 1001011 | 1011110 | 0 | 10000 | 11111100 | 1011000 | 101100 |
Color Harmonies of #360DD5
Complementary color
Monochromatic Colors of #360DD5
Black with #360DD5
Text Example
Text Example
White with #360DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360DD5; }
p { color: rgb(54,13,213); }
H1.HeaderClassName
{
color: #360DD5;
}
.AnyTagClassName
{
color: #360DD5;
}
</style>
background-color css
<style>
a { background-color: #360DD5; }
a { background-color: rgb(54,13,213); }
div.DivClassName
{
background-color: #360DD5;
}
.BgClassName
{
background-color: #360DD5;
}
</style>
border-color css
<style>
span { border-color: #360DD5; }
span { border-color: rgb(54,13,213); }
td.TdClassName
{
border-color: #360DD5;
}
.TagClassName
{
border-color: #360DD5;
}
</style>