Shades of Han Purple #360AD1
Tints of Han Purple #360AD1
RGB
CMYK
RGB Variations
Color information
#360AD1 (or 0x360AD1) is known color: Han Purple. HEX triplet: 36, 0A and D1. RGB value is (54,10,209). Sum of RGB (Red+Green+Blue) = 54+10+209=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 209 (82.03% from 255 or 76.56% from 273); Max value from RGB is 209 - color contains mainly: blue. Hex color #360AD1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360AD1 is #C9F52E. Grayscale: #2D2D2D. Windows color (decimal): -13235503 or 13699638. OLE color: 13699638.
HSL color Cylindrical-coordinate representation of color #360AD1: hue angle of 253.27º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360AD1 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 10 | 209 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.18 |
| HSL | 253.27º | 0.91% | 0.43% | - |
| HSV(B) | 253.27º | 0.95% | 0.82% | - |
| XYZ | 13.14 | 5.6 | 60.71 | - |
| YUV | 45.84 | 220.08 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 209 | 0.74 | 0.95 | 0 | 0.18 | 253.27 | 0.91 | 0.43 |
| Hex | 36 | A | D1 | 4A | 5F | 0 | 12 | FD | 5B | 2B |
| Octal | 66 | 12 | 321 | 112 | 137 | 0 | 22 | 375 | 133 | 53 |
| Binary | 110110 | 1010 | 11010001 | 1001010 | 1011111 | 0 | 10010 | 11111101 | 1011011 | 101011 |
Color Harmonies of #360AD1
Complementary color
Monochromatic Colors of #360AD1
Black with #360AD1
Text Example
Text Example
White with #360AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360AD1; }
p { color: rgb(54,10,209); }
H1.HeaderClassName
{
color: #360AD1;
}
.AnyTagClassName
{
color: #360AD1;
}
</style>
background-color css
<style>
a { background-color: #360AD1; }
a { background-color: rgb(54,10,209); }
div.DivClassName
{
background-color: #360AD1;
}
.BgClassName
{
background-color: #360AD1;
}
</style>
border-color css
<style>
span { border-color: #360AD1; }
span { border-color: rgb(54,10,209); }
td.TdClassName
{
border-color: #360AD1;
}
.TagClassName
{
border-color: #360AD1;
}
</style>