Shades of Han Purple #3A20F6
Tints of Han Purple #3A20F6
RGB
CMYK
RGB Variations
Color information
#3A20F6 (or 0x3A20F6) is known color: Han Purple. HEX triplet: 3A, 20 and F6. RGB value is (58,32,246). Sum of RGB (Red+Green+Blue) = 58+32+246=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 246 (96.48% from 255 or 73.21% from 336); Max value from RGB is 246 - color contains mainly: blue. Hex color #3A20F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A20F6 is #C5DF09. Grayscale: #3F3F3F. Windows color (decimal): -12967690 or 16130106. OLE color: 16130106.
HSL color Cylindrical-coordinate representation of color #3A20F6: hue angle of 247.29º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A20F6 is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 32 | 246 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.04 |
| HSL | 247.29º | 0.92% | 0.55% | - |
| HSV(B) | 247.29º | 0.87% | 0.96% | - |
| XYZ | 18.9 | 8.59 | 87.85 | - |
| YUV | 64.17 | 230.61 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 246 | 0.76 | 0.87 | 0 | 0.04 | 247.29 | 0.92 | 0.55 |
| Hex | 3A | 20 | F6 | 4C | 57 | 0 | 4 | F7 | 5C | 37 |
| Octal | 72 | 40 | 366 | 114 | 127 | 0 | 4 | 367 | 134 | 67 |
| Binary | 111010 | 100000 | 11110110 | 1001100 | 1010111 | 0 | 100 | 11110111 | 1011100 | 110111 |
Color Harmonies of #3A20F6
Complementary color
Monochromatic Colors of #3A20F6
Black with #3A20F6
Text Example
Text Example
White with #3A20F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A20F6; }
p { color: rgb(58,32,246); }
H1.HeaderClassName
{
color: #3A20F6;
}
.AnyTagClassName
{
color: #3A20F6;
}
</style>
background-color css
<style>
a { background-color: #3A20F6; }
a { background-color: rgb(58,32,246); }
div.DivClassName
{
background-color: #3A20F6;
}
.BgClassName
{
background-color: #3A20F6;
}
</style>
border-color css
<style>
span { border-color: #3A20F6; }
span { border-color: rgb(58,32,246); }
td.TdClassName
{
border-color: #3A20F6;
}
.TagClassName
{
border-color: #3A20F6;
}
</style>