Shades of Han Purple #361EFE
Tints of Han Purple #361EFE
RGB
CMYK
RGB Variations
Color information
#361EFE (or 0x361EFE) is known color: Han Purple. HEX triplet: 36, 1E and FE. RGB value is (54,30,254). Sum of RGB (Red+Green+Blue) = 54+30+254=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 254 (99.61% from 255 or 75.15% from 338); Max value from RGB is 254 - color contains mainly: blue. Hex color #361EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361EFE is #C9E101. Grayscale: #3D3D3D. Windows color (decimal): -13230338 or 16653878. OLE color: 16653878.
HSL color Cylindrical-coordinate representation of color #361EFE: hue angle of 246.43º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #361EFE is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 30 | 254 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.00 |
| HSL | 246.43º | 0.99% | 0.56% | - |
| HSV(B) | 246.43º | 0.88% | 1% | - |
| XYZ | 19.87 | 8.87 | 94.43 | - |
| YUV | 62.71 | 235.95 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 254 | 0.79 | 0.88 | 0 | 0.00 | 246.43 | 0.99 | 0.56 |
| Hex | 36 | 1E | FE | 4F | 58 | 0 | 0 | F6 | 63 | 38 |
| Octal | 66 | 36 | 376 | 117 | 130 | 0 | 0 | 366 | 143 | 70 |
| Binary | 110110 | 11110 | 11111110 | 1001111 | 1011000 | 0 | 0 | 11110110 | 1100011 | 111000 |
Color Harmonies of #361EFE
Complementary color
Monochromatic Colors of #361EFE
Black with #361EFE
Text Example
Text Example
White with #361EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361EFE; }
p { color: rgb(54,30,254); }
H1.HeaderClassName
{
color: #361EFE;
}
.AnyTagClassName
{
color: #361EFE;
}
</style>
background-color css
<style>
a { background-color: #361EFE; }
a { background-color: rgb(54,30,254); }
div.DivClassName
{
background-color: #361EFE;
}
.BgClassName
{
background-color: #361EFE;
}
</style>
border-color css
<style>
span { border-color: #361EFE; }
span { border-color: rgb(54,30,254); }
td.TdClassName
{
border-color: #361EFE;
}
.TagClassName
{
border-color: #361EFE;
}
</style>