Shades of Han Purple #3620E3
Tints of Han Purple #3620E3
RGB
CMYK
RGB Variations
Color information
#3620E3 (or 0x3620E3) is known color: Han Purple. HEX triplet: 36, 20 and E3. RGB value is (54,32,227). Sum of RGB (Red+Green+Blue) = 54+32+227=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 227 (89.06% from 255 or 72.52% from 313); Max value from RGB is 227 - color contains mainly: blue. Hex color #3620E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3620E3 is #C9DF1C. Grayscale: #3C3C3C. Windows color (decimal): -13229853 or 14884918. OLE color: 14884918.
HSL color Cylindrical-coordinate representation of color #3620E3: hue angle of 246.77º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3620E3 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 32 | 227 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.11 |
| HSL | 246.77º | 0.78% | 0.51% | - |
| HSV(B) | 246.77º | 0.86% | 0.89% | - |
| XYZ | 15.9 | 7.36 | 73.26 | - |
| YUV | 60.81 | 221.79 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 227 | 0.76 | 0.86 | 0 | 0.11 | 246.77 | 0.78 | 0.51 |
| Hex | 36 | 20 | E3 | 4C | 56 | 0 | B | F7 | 4E | 33 |
| Octal | 66 | 40 | 343 | 114 | 126 | 0 | 13 | 367 | 116 | 63 |
| Binary | 110110 | 100000 | 11100011 | 1001100 | 1010110 | 0 | 1011 | 11110111 | 1001110 | 110011 |
Color Harmonies of #3620E3
Complementary color
Monochromatic Colors of #3620E3
Black with #3620E3
Text Example
Text Example
White with #3620E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3620E3; }
p { color: rgb(54,32,227); }
H1.HeaderClassName
{
color: #3620E3;
}
.AnyTagClassName
{
color: #3620E3;
}
</style>
background-color css
<style>
a { background-color: #3620E3; }
a { background-color: rgb(54,32,227); }
div.DivClassName
{
background-color: #3620E3;
}
.BgClassName
{
background-color: #3620E3;
}
</style>
border-color css
<style>
span { border-color: #3620E3; }
span { border-color: rgb(54,32,227); }
td.TdClassName
{
border-color: #3620E3;
}
.TagClassName
{
border-color: #3620E3;
}
</style>