Shades of Han Purple #361ADF
Tints of Han Purple #361ADF
RGB
CMYK
RGB Variations
Color information
#361ADF (or 0x361ADF) is known color: Han Purple. HEX triplet: 36, 1A and DF. RGB value is (54,26,223). Sum of RGB (Red+Green+Blue) = 54+26+223=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #361ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361ADF is #C9E520. Grayscale: #383838. Windows color (decimal): -13231393 or 14621238. OLE color: 14621238.
HSL color Cylindrical-coordinate representation of color #361ADF: hue angle of 248.53º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #361ADF is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 26 | 223 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.13 |
| HSL | 248.53º | 0.79% | 0.49% | - |
| HSV(B) | 248.53º | 0.88% | 0.87% | - |
| XYZ | 15.21 | 6.85 | 70.33 | - |
| YUV | 56.83 | 221.78 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 26 | 223 | 0.76 | 0.88 | 0 | 0.13 | 248.53 | 0.79 | 0.49 |
| Hex | 36 | 1A | DF | 4C | 58 | 0 | D | F9 | 4F | 31 |
| Octal | 66 | 32 | 337 | 114 | 130 | 0 | 15 | 371 | 117 | 61 |
| Binary | 110110 | 11010 | 11011111 | 1001100 | 1011000 | 0 | 1101 | 11111001 | 1001111 | 110001 |
Color Harmonies of #361ADF
Complementary color
Monochromatic Colors of #361ADF
Black with #361ADF
Text Example
Text Example
White with #361ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361ADF; }
p { color: rgb(54,26,223); }
H1.HeaderClassName
{
color: #361ADF;
}
.AnyTagClassName
{
color: #361ADF;
}
</style>
background-color css
<style>
a { background-color: #361ADF; }
a { background-color: rgb(54,26,223); }
div.DivClassName
{
background-color: #361ADF;
}
.BgClassName
{
background-color: #361ADF;
}
</style>
border-color css
<style>
span { border-color: #361ADF; }
span { border-color: rgb(54,26,223); }
td.TdClassName
{
border-color: #361ADF;
}
.TagClassName
{
border-color: #361ADF;
}
</style>