Shades of Han Purple #360BD6
Tints of Han Purple #360BD6
RGB
CMYK
RGB Variations
Color information
#360BD6 (or 0x360BD6) is known color: Han Purple. HEX triplet: 36, 0B and D6. RGB value is (54,11,214). Sum of RGB (Red+Green+Blue) = 54+11+214=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 214 (83.98% from 255 or 76.70% from 279); Max value from RGB is 214 - color contains mainly: blue. Hex color #360BD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360BD6 is #C9F429. Grayscale: #2E2E2E. Windows color (decimal): -13235242 or 14027574. OLE color: 14027574.
HSL color Cylindrical-coordinate representation of color #360BD6: hue angle of 252.71º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360BD6 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 11 | 214 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.16 |
| HSL | 252.71º | 0.9% | 0.44% | - |
| HSV(B) | 252.71º | 0.95% | 0.84% | - |
| XYZ | 13.78 | 5.88 | 64.03 | - |
| YUV | 47 | 222.25 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 214 | 0.75 | 0.95 | 0 | 0.16 | 252.71 | 0.9 | 0.44 |
| Hex | 36 | B | D6 | 4B | 5F | 0 | 10 | FD | 5A | 2C |
| Octal | 66 | 13 | 326 | 113 | 137 | 0 | 20 | 375 | 132 | 54 |
| Binary | 110110 | 1011 | 11010110 | 1001011 | 1011111 | 0 | 10000 | 11111101 | 1011010 | 101100 |
Color Harmonies of #360BD6
Complementary color
Monochromatic Colors of #360BD6
Black with #360BD6
Text Example
Text Example
White with #360BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360BD6; }
p { color: rgb(54,11,214); }
H1.HeaderClassName
{
color: #360BD6;
}
.AnyTagClassName
{
color: #360BD6;
}
</style>
background-color css
<style>
a { background-color: #360BD6; }
a { background-color: rgb(54,11,214); }
div.DivClassName
{
background-color: #360BD6;
}
.BgClassName
{
background-color: #360BD6;
}
</style>
border-color css
<style>
span { border-color: #360BD6; }
span { border-color: rgb(54,11,214); }
td.TdClassName
{
border-color: #360BD6;
}
.TagClassName
{
border-color: #360BD6;
}
</style>