Shades of Han Purple #360ADF
Tints of Han Purple #360ADF
RGB
CMYK
RGB Variations
Color information
#360ADF (or 0x360ADF) is known color: Han Purple. HEX triplet: 36, 0A and DF. RGB value is (54,10,223). Sum of RGB (Red+Green+Blue) = 54+10+223=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 223 (87.5% from 255 or 77.70% from 287); Max value from RGB is 223 - color contains mainly: blue. Hex color #360ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360ADF is #C9F520. Grayscale: #2E2E2E. Windows color (decimal): -13235489 or 14617142. OLE color: 14617142.
HSL color Cylindrical-coordinate representation of color #360ADF: hue angle of 252.39º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360ADF is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 10 | 223 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.13 |
| HSL | 252.39º | 0.91% | 0.46% | - |
| HSV(B) | 252.39º | 0.96% | 0.87% | - |
| XYZ | 14.95 | 6.33 | 70.25 | - |
| YUV | 47.44 | 227.08 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 223 | 0.76 | 0.96 | 0 | 0.13 | 252.39 | 0.91 | 0.46 |
| Hex | 36 | A | DF | 4C | 60 | 0 | D | FC | 5B | 2E |
| Octal | 66 | 12 | 337 | 114 | 140 | 0 | 15 | 374 | 133 | 56 |
| Binary | 110110 | 1010 | 11011111 | 1001100 | 1100000 | 0 | 1101 | 11111100 | 1011011 | 101110 |
Color Harmonies of #360ADF
Complementary color
Monochromatic Colors of #360ADF
Black with #360ADF
Text Example
Text Example
White with #360ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360ADF; }
p { color: rgb(54,10,223); }
H1.HeaderClassName
{
color: #360ADF;
}
.AnyTagClassName
{
color: #360ADF;
}
</style>
background-color css
<style>
a { background-color: #360ADF; }
a { background-color: rgb(54,10,223); }
div.DivClassName
{
background-color: #360ADF;
}
.BgClassName
{
background-color: #360ADF;
}
</style>
border-color css
<style>
span { border-color: #360ADF; }
span { border-color: rgb(54,10,223); }
td.TdClassName
{
border-color: #360ADF;
}
.TagClassName
{
border-color: #360ADF;
}
</style>