Shades of Han Purple #3620D7
Tints of Han Purple #3620D7
RGB
CMYK
RGB Variations
Color information
#3620D7 (or 0x3620D7) is known color: Han Purple. HEX triplet: 36, 20 and D7. RGB value is (54,32,215). Sum of RGB (Red+Green+Blue) = 54+32+215=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 215 (84.38% from 255 or 71.43% from 301); Max value from RGB is 215 - color contains mainly: blue. Hex color #3620D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3620D7 is #C9DF28. Grayscale: #3A3A3A. Windows color (decimal): -13229865 or 14098486. OLE color: 14098486.
HSL color Cylindrical-coordinate representation of color #3620D7: hue angle of 247.21º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3620D7 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 32 | 215 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.16 |
| HSL | 247.21º | 0.74% | 0.48% | - |
| HSV(B) | 247.21º | 0.85% | 0.84% | - |
| XYZ | 14.3 | 6.72 | 64.83 | - |
| YUV | 59.44 | 215.79 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 215 | 0.75 | 0.85 | 0 | 0.16 | 247.21 | 0.74 | 0.48 |
| Hex | 36 | 20 | D7 | 4B | 55 | 0 | 10 | F7 | 4A | 30 |
| Octal | 66 | 40 | 327 | 113 | 125 | 0 | 20 | 367 | 112 | 60 |
| Binary | 110110 | 100000 | 11010111 | 1001011 | 1010101 | 0 | 10000 | 11110111 | 1001010 | 110000 |
Color Harmonies of #3620D7
Complementary color
Monochromatic Colors of #3620D7
Black with #3620D7
Text Example
Text Example
White with #3620D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3620D7; }
p { color: rgb(54,32,215); }
H1.HeaderClassName
{
color: #3620D7;
}
.AnyTagClassName
{
color: #3620D7;
}
</style>
background-color css
<style>
a { background-color: #3620D7; }
a { background-color: rgb(54,32,215); }
div.DivClassName
{
background-color: #3620D7;
}
.BgClassName
{
background-color: #3620D7;
}
</style>
border-color css
<style>
span { border-color: #3620D7; }
span { border-color: rgb(54,32,215); }
td.TdClassName
{
border-color: #3620D7;
}
.TagClassName
{
border-color: #3620D7;
}
</style>