Shades of Han Purple #360FD1
Tints of Han Purple #360FD1
RGB
CMYK
RGB Variations
Color information
#360FD1 (or 0x360FD1) is known color: Han Purple. HEX triplet: 36, 0F and D1. RGB value is (54,15,209). Sum of RGB (Red+Green+Blue) = 54+15+209=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 209 (82.03% from 255 or 75.18% from 278); Max value from RGB is 209 - color contains mainly: blue. Hex color #360FD1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360FD1 is #C9F02E. Grayscale: #303030. Windows color (decimal): -13234223 or 13700918. OLE color: 13700918.
HSL color Cylindrical-coordinate representation of color #360FD1: hue angle of 252.06º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360FD1 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 15 | 209 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.18 |
| HSL | 252.06º | 0.87% | 0.44% | - |
| HSV(B) | 252.06º | 0.93% | 0.82% | - |
| XYZ | 13.2 | 5.73 | 60.73 | - |
| YUV | 48.78 | 218.42 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 209 | 0.74 | 0.93 | 0 | 0.18 | 252.06 | 0.87 | 0.44 |
| Hex | 36 | F | D1 | 4A | 5D | 0 | 12 | FC | 57 | 2C |
| Octal | 66 | 17 | 321 | 112 | 135 | 0 | 22 | 374 | 127 | 54 |
| Binary | 110110 | 1111 | 11010001 | 1001010 | 1011101 | 0 | 10010 | 11111100 | 1010111 | 101100 |
Color Harmonies of #360FD1
Complementary color
Monochromatic Colors of #360FD1
Black with #360FD1
Text Example
Text Example
White with #360FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360FD1; }
p { color: rgb(54,15,209); }
H1.HeaderClassName
{
color: #360FD1;
}
.AnyTagClassName
{
color: #360FD1;
}
</style>
background-color css
<style>
a { background-color: #360FD1; }
a { background-color: rgb(54,15,209); }
div.DivClassName
{
background-color: #360FD1;
}
.BgClassName
{
background-color: #360FD1;
}
</style>
border-color css
<style>
span { border-color: #360FD1; }
span { border-color: rgb(54,15,209); }
td.TdClassName
{
border-color: #360FD1;
}
.TagClassName
{
border-color: #360FD1;
}
</style>