Shades of Han Purple #360DF1
Tints of Han Purple #360DF1
RGB
CMYK
RGB Variations
Color information
#360DF1 (or 0x360DF1) is known color: Han Purple. HEX triplet: 36, 0D and F1. RGB value is (54,13,241). Sum of RGB (Red+Green+Blue) = 54+13+241=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 241 (94.53% from 255 or 78.25% from 308); Max value from RGB is 241 - color contains mainly: blue. Hex color #360DF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360DF1 is #C9F20E. Grayscale: #323232. Windows color (decimal): -13234703 or 15797558. OLE color: 15797558.
HSL color Cylindrical-coordinate representation of color #360DF1: hue angle of 250.79º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360DF1 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 13 | 241 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.05 |
| HSL | 250.79º | 0.9% | 0.5% | - |
| HSV(B) | 250.79º | 0.95% | 0.95% | - |
| XYZ | 17.54 | 7.42 | 83.73 | - |
| YUV | 51.25 | 235.08 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 241 | 0.78 | 0.95 | 0 | 0.05 | 250.79 | 0.9 | 0.5 |
| Hex | 36 | D | F1 | 4E | 5F | 0 | 5 | FB | 5A | 32 |
| Octal | 66 | 15 | 361 | 116 | 137 | 0 | 5 | 373 | 132 | 62 |
| Binary | 110110 | 1101 | 11110001 | 1001110 | 1011111 | 0 | 101 | 11111011 | 1011010 | 110010 |
Color Harmonies of #360DF1
Complementary color
Monochromatic Colors of #360DF1
Black with #360DF1
Text Example
Text Example
White with #360DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360DF1; }
p { color: rgb(54,13,241); }
H1.HeaderClassName
{
color: #360DF1;
}
.AnyTagClassName
{
color: #360DF1;
}
</style>
background-color css
<style>
a { background-color: #360DF1; }
a { background-color: rgb(54,13,241); }
div.DivClassName
{
background-color: #360DF1;
}
.BgClassName
{
background-color: #360DF1;
}
</style>
border-color css
<style>
span { border-color: #360DF1; }
span { border-color: rgb(54,13,241); }
td.TdClassName
{
border-color: #360DF1;
}
.TagClassName
{
border-color: #360DF1;
}
</style>