Shades of Han Purple #361CFA
Tints of Han Purple #361CFA
RGB
CMYK
RGB Variations
Color information
#361CFA (or 0x361CFA) is known color: Han Purple. HEX triplet: 36, 1C and FA. RGB value is (54,28,250). Sum of RGB (Red+Green+Blue) = 54+28+250=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 250 (98.05% from 255 or 75.30% from 332); Max value from RGB is 250 - color contains mainly: blue. Hex color #361CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361CFA is #C9E305. Grayscale: #3C3C3C. Windows color (decimal): -13230854 or 16391222. OLE color: 16391222.
HSL color Cylindrical-coordinate representation of color #361CFA: hue angle of 247.03º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #361CFA is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 28 | 250 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.02 |
| HSL | 247.03º | 0.96% | 0.55% | - |
| HSV(B) | 247.03º | 0.89% | 0.98% | - |
| XYZ | 19.19 | 8.52 | 91.07 | - |
| YUV | 61.08 | 234.61 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 250 | 0.78 | 0.89 | 0 | 0.02 | 247.03 | 0.96 | 0.55 |
| Hex | 36 | 1C | FA | 4E | 59 | 0 | 2 | F7 | 60 | 37 |
| Octal | 66 | 34 | 372 | 116 | 131 | 0 | 2 | 367 | 140 | 67 |
| Binary | 110110 | 11100 | 11111010 | 1001110 | 1011001 | 0 | 10 | 11110111 | 1100000 | 110111 |
Color Harmonies of #361CFA
Complementary color
Monochromatic Colors of #361CFA
Black with #361CFA
Text Example
Text Example
White with #361CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361CFA; }
p { color: rgb(54,28,250); }
H1.HeaderClassName
{
color: #361CFA;
}
.AnyTagClassName
{
color: #361CFA;
}
</style>
background-color css
<style>
a { background-color: #361CFA; }
a { background-color: rgb(54,28,250); }
div.DivClassName
{
background-color: #361CFA;
}
.BgClassName
{
background-color: #361CFA;
}
</style>
border-color css
<style>
span { border-color: #361CFA; }
span { border-color: rgb(54,28,250); }
td.TdClassName
{
border-color: #361CFA;
}
.TagClassName
{
border-color: #361CFA;
}
</style>