Shades of Han Purple #3020E6
Tints of Han Purple #3020E6
RGB
CMYK
RGB Variations
Color information
#3020E6 (or 0x3020E6) is known color: Han Purple. HEX triplet: 30, 20 and E6. RGB value is (48,32,230). Sum of RGB (Red+Green+Blue) = 48+32+230=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 230 (90.23% from 255 or 74.19% from 310); Max value from RGB is 230 - color contains mainly: blue. Hex color #3020E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3020E6 is #CFDF19. Grayscale: #3A3A3A. Windows color (decimal): -13623066 or 15081520. OLE color: 15081520.
HSL color Cylindrical-coordinate representation of color #3020E6: hue angle of 244.85º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3020E6 is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 32 | 230 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.10 |
| HSL | 244.85º | 0.8% | 0.51% | - |
| HSV(B) | 244.85º | 0.86% | 0.9% | - |
| XYZ | 16.02 | 7.37 | 75.44 | - |
| YUV | 59.36 | 224.3 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 230 | 0.79 | 0.86 | 0 | 0.10 | 244.85 | 0.8 | 0.51 |
| Hex | 30 | 20 | E6 | 4F | 56 | 0 | A | F5 | 50 | 33 |
| Octal | 60 | 40 | 346 | 117 | 126 | 0 | 12 | 365 | 120 | 63 |
| Binary | 110000 | 100000 | 11100110 | 1001111 | 1010110 | 0 | 1010 | 11110101 | 1010000 | 110011 |
Color Harmonies of #3020E6
Complementary color
Monochromatic Colors of #3020E6
Black with #3020E6
Text Example
Text Example
White with #3020E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3020E6; }
p { color: rgb(48,32,230); }
H1.HeaderClassName
{
color: #3020E6;
}
.AnyTagClassName
{
color: #3020E6;
}
</style>
background-color css
<style>
a { background-color: #3020E6; }
a { background-color: rgb(48,32,230); }
div.DivClassName
{
background-color: #3020E6;
}
.BgClassName
{
background-color: #3020E6;
}
</style>
border-color css
<style>
span { border-color: #3020E6; }
span { border-color: rgb(48,32,230); }
td.TdClassName
{
border-color: #3020E6;
}
.TagClassName
{
border-color: #3020E6;
}
</style>