Shades of Han Purple #361FFF
Tints of Han Purple #361FFF
RGB
CMYK
RGB Variations
Color information
#361FFF (or 0x361FFF) is known color: Han Purple. HEX triplet: 36, 1F and FF. RGB value is (54,31,255). Sum of RGB (Red+Green+Blue) = 54+31+255=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #361FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361FFF is #C9E000. Grayscale: #3E3E3E. Windows color (decimal): -13230081 or 16719670. OLE color: 16719670.
HSL color Cylindrical-coordinate representation of color #361FFF: hue angle of 246.16º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #361FFF is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 31 | 255 | - |
| CMYK | 0.79 | 0.88 | 0 | 0 |
| HSL | 246.16º | 1% | 0.56% | - |
| HSV(B) | 246.16º | 0.88% | 1% | - |
| XYZ | 20.06 | 8.98 | 95.28 | - |
| YUV | 63.41 | 236.12 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 31 | 255 | 0.79 | 0.88 | 0 | 0 | 246.16 | 1 | 0.56 |
| Hex | 36 | 1F | FF | 4F | 58 | 0 | 0 | F6 | 64 | 38 |
| Octal | 66 | 37 | 377 | 117 | 130 | 0 | 0 | 366 | 144 | 70 |
| Binary | 110110 | 11111 | 11111111 | 1001111 | 1011000 | 0 | 0 | 11110110 | 1100100 | 111000 |
Color Harmonies of #361FFF
Complementary color
Monochromatic Colors of #361FFF
Black with #361FFF
Text Example
Text Example
White with #361FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361FFF; }
p { color: rgb(54,31,255); }
H1.HeaderClassName
{
color: #361FFF;
}
.AnyTagClassName
{
color: #361FFF;
}
</style>
background-color css
<style>
a { background-color: #361FFF; }
a { background-color: rgb(54,31,255); }
div.DivClassName
{
background-color: #361FFF;
}
.BgClassName
{
background-color: #361FFF;
}
</style>
border-color css
<style>
span { border-color: #361FFF; }
span { border-color: rgb(54,31,255); }
td.TdClassName
{
border-color: #361FFF;
}
.TagClassName
{
border-color: #361FFF;
}
</style>