Shades of Han Purple #361FEB
Tints of Han Purple #361FEB
RGB
CMYK
RGB Variations
Color information
#361FEB (or 0x361FEB) is known color: Han Purple. HEX triplet: 36, 1F and EB. RGB value is (54,31,235). Sum of RGB (Red+Green+Blue) = 54+31+235=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 235 (92.19% from 255 or 73.44% from 320); Max value from RGB is 235 - color contains mainly: blue. Hex color #361FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361FEB is #C9E014. Grayscale: #3C3C3C. Windows color (decimal): -13230101 or 15408950. OLE color: 15408950.
HSL color Cylindrical-coordinate representation of color #361FEB: hue angle of 246.76º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #361FEB is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 31 | 235 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.08 |
| HSL | 246.76º | 0.84% | 0.52% | - |
| HSV(B) | 246.76º | 0.87% | 0.92% | - |
| XYZ | 17.01 | 7.76 | 79.2 | - |
| YUV | 61.13 | 226.12 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 31 | 235 | 0.77 | 0.87 | 0 | 0.08 | 246.76 | 0.84 | 0.52 |
| Hex | 36 | 1F | EB | 4D | 57 | 0 | 8 | F7 | 54 | 34 |
| Octal | 66 | 37 | 353 | 115 | 127 | 0 | 10 | 367 | 124 | 64 |
| Binary | 110110 | 11111 | 11101011 | 1001101 | 1010111 | 0 | 1000 | 11110111 | 1010100 | 110100 |
Color Harmonies of #361FEB
Complementary color
Monochromatic Colors of #361FEB
Black with #361FEB
Text Example
Text Example
White with #361FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361FEB; }
p { color: rgb(54,31,235); }
H1.HeaderClassName
{
color: #361FEB;
}
.AnyTagClassName
{
color: #361FEB;
}
</style>
background-color css
<style>
a { background-color: #361FEB; }
a { background-color: rgb(54,31,235); }
div.DivClassName
{
background-color: #361FEB;
}
.BgClassName
{
background-color: #361FEB;
}
</style>
border-color css
<style>
span { border-color: #361FEB; }
span { border-color: rgb(54,31,235); }
td.TdClassName
{
border-color: #361FEB;
}
.TagClassName
{
border-color: #361FEB;
}
</style>