Shades of Han Purple #3B20ED
Tints of Han Purple #3B20ED
RGB
CMYK
RGB Variations
Color information
#3B20ED (or 0x3B20ED) is known color: Han Purple. HEX triplet: 3B, 20 and ED. RGB value is (59,32,237). Sum of RGB (Red+Green+Blue) = 59+32+237=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 237 (92.97% from 255 or 72.26% from 328); Max value from RGB is 237 - color contains mainly: blue. Hex color #3B20ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B20ED is #C4DF12. Grayscale: #3E3E3E. Windows color (decimal): -12902163 or 15540283. OLE color: 15540283.
HSL color Cylindrical-coordinate representation of color #3B20ED: hue angle of 247.9º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B20ED is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 32 | 237 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.07 |
| HSL | 247.9º | 0.85% | 0.53% | - |
| HSV(B) | 247.9º | 0.86% | 0.93% | - |
| XYZ | 17.61 | 8.08 | 80.75 | - |
| YUV | 63.44 | 225.95 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 237 | 0.75 | 0.86 | 0 | 0.07 | 247.9 | 0.85 | 0.53 |
| Hex | 3B | 20 | ED | 4B | 56 | 0 | 7 | F8 | 55 | 35 |
| Octal | 73 | 40 | 355 | 113 | 126 | 0 | 7 | 370 | 125 | 65 |
| Binary | 111011 | 100000 | 11101101 | 1001011 | 1010110 | 0 | 111 | 11111000 | 1010101 | 110101 |
Color Harmonies of #3B20ED
Complementary color
Monochromatic Colors of #3B20ED
Black with #3B20ED
Text Example
Text Example
White with #3B20ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B20ED; }
p { color: rgb(59,32,237); }
H1.HeaderClassName
{
color: #3B20ED;
}
.AnyTagClassName
{
color: #3B20ED;
}
</style>
background-color css
<style>
a { background-color: #3B20ED; }
a { background-color: rgb(59,32,237); }
div.DivClassName
{
background-color: #3B20ED;
}
.BgClassName
{
background-color: #3B20ED;
}
</style>
border-color css
<style>
span { border-color: #3B20ED; }
span { border-color: rgb(59,32,237); }
td.TdClassName
{
border-color: #3B20ED;
}
.TagClassName
{
border-color: #3B20ED;
}
</style>