Shades of Han Purple #361AFB
Tints of Han Purple #361AFB
RGB
CMYK
RGB Variations
Color information
#361AFB (or 0x361AFB) is known color: Han Purple. HEX triplet: 36, 1A and FB. RGB value is (54,26,251). Sum of RGB (Red+Green+Blue) = 54+26+251=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 251 (98.44% from 255 or 75.83% from 331); Max value from RGB is 251 - color contains mainly: blue. Hex color #361AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361AFB is #C9E504. Grayscale: #3B3B3B. Windows color (decimal): -13231365 or 16456246. OLE color: 16456246.
HSL color Cylindrical-coordinate representation of color #361AFB: hue angle of 247.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #361AFB is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 26 | 251 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.02 |
| HSL | 247.47º | 0.97% | 0.54% | - |
| HSV(B) | 247.47º | 0.9% | 0.98% | - |
| XYZ | 19.3 | 8.49 | 91.89 | - |
| YUV | 60.02 | 235.78 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 26 | 251 | 0.78 | 0.90 | 0 | 0.02 | 247.47 | 0.97 | 0.54 |
| Hex | 36 | 1A | FB | 4E | 5A | 0 | 2 | F7 | 61 | 36 |
| Octal | 66 | 32 | 373 | 116 | 132 | 0 | 2 | 367 | 141 | 66 |
| Binary | 110110 | 11010 | 11111011 | 1001110 | 1011010 | 0 | 10 | 11110111 | 1100001 | 110110 |
Color Harmonies of #361AFB
Complementary color
Monochromatic Colors of #361AFB
Black with #361AFB
Text Example
Text Example
White with #361AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361AFB; }
p { color: rgb(54,26,251); }
H1.HeaderClassName
{
color: #361AFB;
}
.AnyTagClassName
{
color: #361AFB;
}
</style>
background-color css
<style>
a { background-color: #361AFB; }
a { background-color: rgb(54,26,251); }
div.DivClassName
{
background-color: #361AFB;
}
.BgClassName
{
background-color: #361AFB;
}
</style>
border-color css
<style>
span { border-color: #361AFB; }
span { border-color: rgb(54,26,251); }
td.TdClassName
{
border-color: #361AFB;
}
.TagClassName
{
border-color: #361AFB;
}
</style>