Shades of Han Purple #3017DC
Tints of Han Purple #3017DC
RGB
CMYK
RGB Variations
Color information
#3017DC (or 0x3017DC) is known color: Han Purple. HEX triplet: 30, 17 and DC. RGB value is (48,23,220). Sum of RGB (Red+Green+Blue) = 48+23+220=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 220 (86.33% from 255 or 75.60% from 291); Max value from RGB is 220 - color contains mainly: blue. Hex color #3017DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3017DC is #CFE823. Grayscale: #343434. Windows color (decimal): -13625380 or 14423856. OLE color: 14423856.
HSL color Cylindrical-coordinate representation of color #3017DC: hue angle of 247.61º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3017DC is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 23 | 220 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.14 |
| HSL | 247.61º | 0.81% | 0.48% | - |
| HSV(B) | 247.61º | 0.9% | 0.86% | - |
| XYZ | 14.44 | 6.41 | 68.19 | - |
| YUV | 52.93 | 222.28 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 220 | 0.78 | 0.90 | 0 | 0.14 | 247.61 | 0.81 | 0.48 |
| Hex | 30 | 17 | DC | 4E | 5A | 0 | E | F8 | 51 | 30 |
| Octal | 60 | 27 | 334 | 116 | 132 | 0 | 16 | 370 | 121 | 60 |
| Binary | 110000 | 10111 | 11011100 | 1001110 | 1011010 | 0 | 1110 | 11111000 | 1010001 | 110000 |
Color Harmonies of #3017DC
Complementary color
Monochromatic Colors of #3017DC
Black with #3017DC
Text Example
Text Example
White with #3017DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3017DC; }
p { color: rgb(48,23,220); }
H1.HeaderClassName
{
color: #3017DC;
}
.AnyTagClassName
{
color: #3017DC;
}
</style>
background-color css
<style>
a { background-color: #3017DC; }
a { background-color: rgb(48,23,220); }
div.DivClassName
{
background-color: #3017DC;
}
.BgClassName
{
background-color: #3017DC;
}
</style>
border-color css
<style>
span { border-color: #3017DC; }
span { border-color: rgb(48,23,220); }
td.TdClassName
{
border-color: #3017DC;
}
.TagClassName
{
border-color: #3017DC;
}
</style>