Shades of Han Purple #3620FB
Tints of Han Purple #3620FB
RGB
CMYK
RGB Variations
Color information
#3620FB (or 0x3620FB) is known color: Han Purple. HEX triplet: 36, 20 and FB. RGB value is (54,32,251). Sum of RGB (Red+Green+Blue) = 54+32+251=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 251 (98.44% from 255 or 74.48% from 337); Max value from RGB is 251 - color contains mainly: blue. Hex color #3620FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3620FB is #C9DF04. Grayscale: #3E3E3E. Windows color (decimal): -13229829 or 16457782. OLE color: 16457782.
HSL color Cylindrical-coordinate representation of color #3620FB: hue angle of 246.03º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3620FB is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 32 | 251 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.02 |
| HSL | 246.03º | 0.96% | 0.55% | - |
| HSV(B) | 246.03º | 0.87% | 0.98% | - |
| XYZ | 19.45 | 8.78 | 91.94 | - |
| YUV | 63.54 | 233.79 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 251 | 0.78 | 0.87 | 0 | 0.02 | 246.03 | 0.96 | 0.55 |
| Hex | 36 | 20 | FB | 4E | 57 | 0 | 2 | F6 | 60 | 37 |
| Octal | 66 | 40 | 373 | 116 | 127 | 0 | 2 | 366 | 140 | 67 |
| Binary | 110110 | 100000 | 11111011 | 1001110 | 1010111 | 0 | 10 | 11110110 | 1100000 | 110111 |
Color Harmonies of #3620FB
Complementary color
Monochromatic Colors of #3620FB
Black with #3620FB
Text Example
Text Example
White with #3620FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3620FB; }
p { color: rgb(54,32,251); }
H1.HeaderClassName
{
color: #3620FB;
}
.AnyTagClassName
{
color: #3620FB;
}
</style>
background-color css
<style>
a { background-color: #3620FB; }
a { background-color: rgb(54,32,251); }
div.DivClassName
{
background-color: #3620FB;
}
.BgClassName
{
background-color: #3620FB;
}
</style>
border-color css
<style>
span { border-color: #3620FB; }
span { border-color: rgb(54,32,251); }
td.TdClassName
{
border-color: #3620FB;
}
.TagClassName
{
border-color: #3620FB;
}
</style>