Shades of Han Purple #360DD8
Tints of Han Purple #360DD8
RGB
CMYK
RGB Variations
Color information
#360DD8 (or 0x360DD8) is known color: Han Purple. HEX triplet: 36, 0D and D8. RGB value is (54,13,216). Sum of RGB (Red+Green+Blue) = 54+13+216=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 216 (84.77% from 255 or 76.33% from 283); Max value from RGB is 216 - color contains mainly: blue. Hex color #360DD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360DD8 is #C9F227. Grayscale: #2F2F2F. Windows color (decimal): -13234728 or 14159158. OLE color: 14159158.
HSL color Cylindrical-coordinate representation of color #360DD8: hue angle of 252.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360DD8 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 13 | 216 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.15 |
| HSL | 252.12º | 0.89% | 0.45% | - |
| HSV(B) | 252.12º | 0.94% | 0.85% | - |
| XYZ | 14.06 | 6.03 | 65.39 | - |
| YUV | 48.4 | 222.58 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 216 | 0.75 | 0.94 | 0 | 0.15 | 252.12 | 0.89 | 0.45 |
| Hex | 36 | D | D8 | 4B | 5E | 0 | F | FC | 59 | 2D |
| Octal | 66 | 15 | 330 | 113 | 136 | 0 | 17 | 374 | 131 | 55 |
| Binary | 110110 | 1101 | 11011000 | 1001011 | 1011110 | 0 | 1111 | 11111100 | 1011001 | 101101 |
Color Harmonies of #360DD8
Complementary color
Monochromatic Colors of #360DD8
Black with #360DD8
Text Example
Text Example
White with #360DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360DD8; }
p { color: rgb(54,13,216); }
H1.HeaderClassName
{
color: #360DD8;
}
.AnyTagClassName
{
color: #360DD8;
}
</style>
background-color css
<style>
a { background-color: #360DD8; }
a { background-color: rgb(54,13,216); }
div.DivClassName
{
background-color: #360DD8;
}
.BgClassName
{
background-color: #360DD8;
}
</style>
border-color css
<style>
span { border-color: #360DD8; }
span { border-color: rgb(54,13,216); }
td.TdClassName
{
border-color: #360DD8;
}
.TagClassName
{
border-color: #360DD8;
}
</style>