Shades of Han Purple #3010DC
Tints of Han Purple #3010DC
RGB
CMYK
RGB Variations
Color information
#3010DC (or 0x3010DC) is known color: Han Purple. HEX triplet: 30, 10 and DC. RGB value is (48,16,220). Sum of RGB (Red+Green+Blue) = 48+16+220=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 220 (86.33% from 255 or 77.46% from 284); Max value from RGB is 220 - color contains mainly: blue. Hex color #3010DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3010DC is #CFEF23. Grayscale: #303030. Windows color (decimal): -13627172 or 14422064. OLE color: 14422064.
HSL color Cylindrical-coordinate representation of color #3010DC: hue angle of 249.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3010DC is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 16 | 220 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.14 |
| HSL | 249.41º | 0.86% | 0.46% | - |
| HSV(B) | 249.41º | 0.93% | 0.86% | - |
| XYZ | 14.32 | 6.17 | 68.15 | - |
| YUV | 48.82 | 224.6 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 16 | 220 | 0.78 | 0.93 | 0 | 0.14 | 249.41 | 0.86 | 0.46 |
| Hex | 30 | 10 | DC | 4E | 5D | 0 | E | F9 | 56 | 2E |
| Octal | 60 | 20 | 334 | 116 | 135 | 0 | 16 | 371 | 126 | 56 |
| Binary | 110000 | 10000 | 11011100 | 1001110 | 1011101 | 0 | 1110 | 11111001 | 1010110 | 101110 |
Color Harmonies of #3010DC
Complementary color
Monochromatic Colors of #3010DC
Black with #3010DC
Text Example
Text Example
White with #3010DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3010DC; }
p { color: rgb(48,16,220); }
H1.HeaderClassName
{
color: #3010DC;
}
.AnyTagClassName
{
color: #3010DC;
}
</style>
background-color css
<style>
a { background-color: #3010DC; }
a { background-color: rgb(48,16,220); }
div.DivClassName
{
background-color: #3010DC;
}
.BgClassName
{
background-color: #3010DC;
}
</style>
border-color css
<style>
span { border-color: #3010DC; }
span { border-color: rgb(48,16,220); }
td.TdClassName
{
border-color: #3010DC;
}
.TagClassName
{
border-color: #3010DC;
}
</style>