Shades of Han Purple #3020DF
Tints of Han Purple #3020DF
RGB
CMYK
RGB Variations
Color information
#3020DF (or 0x3020DF) is known color: Han Purple. HEX triplet: 30, 20 and DF. RGB value is (48,32,223). Sum of RGB (Red+Green+Blue) = 48+32+223=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #3020DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3020DF is #CFDF20. Grayscale: #393939. Windows color (decimal): -13623073 or 14622768. OLE color: 14622768.
HSL color Cylindrical-coordinate representation of color #3020DF: hue angle of 245.03º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3020DF is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 32 | 223 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.13 |
| HSL | 245.03º | 0.75% | 0.5% | - |
| HSV(B) | 245.03º | 0.86% | 0.87% | - |
| XYZ | 15.05 | 6.99 | 70.37 | - |
| YUV | 58.56 | 220.8 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 223 | 0.78 | 0.86 | 0 | 0.13 | 245.03 | 0.75 | 0.5 |
| Hex | 30 | 20 | DF | 4E | 56 | 0 | D | F5 | 4B | 32 |
| Octal | 60 | 40 | 337 | 116 | 126 | 0 | 15 | 365 | 113 | 62 |
| Binary | 110000 | 100000 | 11011111 | 1001110 | 1010110 | 0 | 1101 | 11110101 | 1001011 | 110010 |
Color Harmonies of #3020DF
Complementary color
Monochromatic Colors of #3020DF
Black with #3020DF
Text Example
Text Example
White with #3020DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3020DF; }
p { color: rgb(48,32,223); }
H1.HeaderClassName
{
color: #3020DF;
}
.AnyTagClassName
{
color: #3020DF;
}
</style>
background-color css
<style>
a { background-color: #3020DF; }
a { background-color: rgb(48,32,223); }
div.DivClassName
{
background-color: #3020DF;
}
.BgClassName
{
background-color: #3020DF;
}
</style>
border-color css
<style>
span { border-color: #3020DF; }
span { border-color: rgb(48,32,223); }
td.TdClassName
{
border-color: #3020DF;
}
.TagClassName
{
border-color: #3020DF;
}
</style>