Shades of Han Purple #3620FF
Tints of Han Purple #3620FF
RGB
CMYK
RGB Variations
Color information
#3620FF (or 0x3620FF) is known color: Han Purple. HEX triplet: 36, 20 and FF. RGB value is (54,32,255). Sum of RGB (Red+Green+Blue) = 54+32+255=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #3620FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3620FF is #C9DF00. Grayscale: #3F3F3F. Windows color (decimal): -13229825 or 16719926. OLE color: 16719926.
HSL color Cylindrical-coordinate representation of color #3620FF: hue angle of 245.92º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3620FF is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 32 | 255 | - |
| CMYK | 0.79 | 0.87 | 0 | 0 |
| HSL | 245.92º | 1% | 0.56% | - |
| HSV(B) | 245.92º | 0.87% | 1% | - |
| XYZ | 20.09 | 9.04 | 95.29 | - |
| YUV | 64 | 235.79 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 255 | 0.79 | 0.87 | 0 | 0 | 245.92 | 1 | 0.56 |
| Hex | 36 | 20 | FF | 4F | 57 | 0 | 0 | F6 | 64 | 38 |
| Octal | 66 | 40 | 377 | 117 | 127 | 0 | 0 | 366 | 144 | 70 |
| Binary | 110110 | 100000 | 11111111 | 1001111 | 1010111 | 0 | 0 | 11110110 | 1100100 | 111000 |
Color Harmonies of #3620FF
Complementary color
Monochromatic Colors of #3620FF
Black with #3620FF
Text Example
Text Example
White with #3620FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3620FF; }
p { color: rgb(54,32,255); }
H1.HeaderClassName
{
color: #3620FF;
}
.AnyTagClassName
{
color: #3620FF;
}
</style>
background-color css
<style>
a { background-color: #3620FF; }
a { background-color: rgb(54,32,255); }
div.DivClassName
{
background-color: #3620FF;
}
.BgClassName
{
background-color: #3620FF;
}
</style>
border-color css
<style>
span { border-color: #3620FF; }
span { border-color: rgb(54,32,255); }
td.TdClassName
{
border-color: #3620FF;
}
.TagClassName
{
border-color: #3620FF;
}
</style>