Shades of Han Purple #3018DC
Tints of Han Purple #3018DC
RGB
CMYK
RGB Variations
Color information
#3018DC (or 0x3018DC) is known color: Han Purple. HEX triplet: 30, 18 and DC. RGB value is (48,24,220). Sum of RGB (Red+Green+Blue) = 48+24+220=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 220 (86.33% from 255 or 75.34% from 292); Max value from RGB is 220 - color contains mainly: blue. Hex color #3018DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3018DC is #CFE723. Grayscale: #343434. Windows color (decimal): -13625124 or 14424112. OLE color: 14424112.
HSL color Cylindrical-coordinate representation of color #3018DC: hue angle of 247.35º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3018DC is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 24 | 220 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.14 |
| HSL | 247.35º | 0.8% | 0.48% | - |
| HSV(B) | 247.35º | 0.89% | 0.86% | - |
| XYZ | 14.46 | 6.45 | 68.19 | - |
| YUV | 53.52 | 221.95 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 220 | 0.78 | 0.89 | 0 | 0.14 | 247.35 | 0.8 | 0.48 |
| Hex | 30 | 18 | DC | 4E | 59 | 0 | E | F7 | 50 | 30 |
| Octal | 60 | 30 | 334 | 116 | 131 | 0 | 16 | 367 | 120 | 60 |
| Binary | 110000 | 11000 | 11011100 | 1001110 | 1011001 | 0 | 1110 | 11110111 | 1010000 | 110000 |
Color Harmonies of #3018DC
Complementary color
Monochromatic Colors of #3018DC
Black with #3018DC
Text Example
Text Example
White with #3018DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3018DC; }
p { color: rgb(48,24,220); }
H1.HeaderClassName
{
color: #3018DC;
}
.AnyTagClassName
{
color: #3018DC;
}
</style>
background-color css
<style>
a { background-color: #3018DC; }
a { background-color: rgb(48,24,220); }
div.DivClassName
{
background-color: #3018DC;
}
.BgClassName
{
background-color: #3018DC;
}
</style>
border-color css
<style>
span { border-color: #3018DC; }
span { border-color: rgb(48,24,220); }
td.TdClassName
{
border-color: #3018DC;
}
.TagClassName
{
border-color: #3018DC;
}
</style>