Shades of Han Purple #361DFB
Tints of Han Purple #361DFB
RGB
CMYK
RGB Variations
Color information
#361DFB (or 0x361DFB) is known color: Han Purple. HEX triplet: 36, 1D and FB. RGB value is (54,29,251). Sum of RGB (Red+Green+Blue) = 54+29+251=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #361DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361DFB is #C9E204. Grayscale: #3C3C3C. Windows color (decimal): -13230597 or 16457014. OLE color: 16457014.
HSL color Cylindrical-coordinate representation of color #361DFB: hue angle of 246.76º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #361DFB is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 29 | 251 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.02 |
| HSL | 246.76º | 0.97% | 0.55% | - |
| HSV(B) | 246.76º | 0.88% | 0.98% | - |
| XYZ | 19.37 | 8.63 | 91.91 | - |
| YUV | 61.78 | 234.78 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 251 | 0.78 | 0.88 | 0 | 0.02 | 246.76 | 0.97 | 0.55 |
| Hex | 36 | 1D | FB | 4E | 58 | 0 | 2 | F7 | 61 | 37 |
| Octal | 66 | 35 | 373 | 116 | 130 | 0 | 2 | 367 | 141 | 67 |
| Binary | 110110 | 11101 | 11111011 | 1001110 | 1011000 | 0 | 10 | 11110111 | 1100001 | 110111 |
Color Harmonies of #361DFB
Complementary color
Monochromatic Colors of #361DFB
Black with #361DFB
Text Example
Text Example
White with #361DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361DFB; }
p { color: rgb(54,29,251); }
H1.HeaderClassName
{
color: #361DFB;
}
.AnyTagClassName
{
color: #361DFB;
}
</style>
background-color css
<style>
a { background-color: #361DFB; }
a { background-color: rgb(54,29,251); }
div.DivClassName
{
background-color: #361DFB;
}
.BgClassName
{
background-color: #361DFB;
}
</style>
border-color css
<style>
span { border-color: #361DFB; }
span { border-color: rgb(54,29,251); }
td.TdClassName
{
border-color: #361DFB;
}
.TagClassName
{
border-color: #361DFB;
}
</style>