Shades of Han Purple #361BFA
Tints of Han Purple #361BFA
RGB
CMYK
RGB Variations
Color information
#361BFA (or 0x361BFA) is known color: Han Purple. HEX triplet: 36, 1B and FA. RGB value is (54,27,250). Sum of RGB (Red+Green+Blue) = 54+27+250=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 250 (98.05% from 255 or 75.53% from 331); Max value from RGB is 250 - color contains mainly: blue. Hex color #361BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361BFA is #C9E405. Grayscale: #3B3B3B. Windows color (decimal): -13231110 or 16390966. OLE color: 16390966.
HSL color Cylindrical-coordinate representation of color #361BFA: hue angle of 247.26º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #361BFA is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 27 | 250 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.02 |
| HSL | 247.26º | 0.96% | 0.54% | - |
| HSV(B) | 247.26º | 0.89% | 0.98% | - |
| XYZ | 19.17 | 8.47 | 91.07 | - |
| YUV | 60.5 | 234.95 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 27 | 250 | 0.78 | 0.89 | 0 | 0.02 | 247.26 | 0.96 | 0.54 |
| Hex | 36 | 1B | FA | 4E | 59 | 0 | 2 | F7 | 60 | 36 |
| Octal | 66 | 33 | 372 | 116 | 131 | 0 | 2 | 367 | 140 | 66 |
| Binary | 110110 | 11011 | 11111010 | 1001110 | 1011001 | 0 | 10 | 11110111 | 1100000 | 110110 |
Color Harmonies of #361BFA
Complementary color
Monochromatic Colors of #361BFA
Black with #361BFA
Text Example
Text Example
White with #361BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361BFA; }
p { color: rgb(54,27,250); }
H1.HeaderClassName
{
color: #361BFA;
}
.AnyTagClassName
{
color: #361BFA;
}
</style>
background-color css
<style>
a { background-color: #361BFA; }
a { background-color: rgb(54,27,250); }
div.DivClassName
{
background-color: #361BFA;
}
.BgClassName
{
background-color: #361BFA;
}
</style>
border-color css
<style>
span { border-color: #361BFA; }
span { border-color: rgb(54,27,250); }
td.TdClassName
{
border-color: #361BFA;
}
.TagClassName
{
border-color: #361BFA;
}
</style>