Shades of Han Purple #3014DC
Tints of Han Purple #3014DC
RGB
CMYK
RGB Variations
Color information
#3014DC (or 0x3014DC) is known color: Han Purple. HEX triplet: 30, 14 and DC. RGB value is (48,20,220). Sum of RGB (Red+Green+Blue) = 48+20+220=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 220 (86.33% from 255 or 76.39% from 288); Max value from RGB is 220 - color contains mainly: blue. Hex color #3014DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3014DC is #CFEB23. Grayscale: #323232. Windows color (decimal): -13626148 or 14423088. OLE color: 14423088.
HSL color Cylindrical-coordinate representation of color #3014DC: hue angle of 248.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3014DC is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 20 | 220 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.14 |
| HSL | 248.4º | 0.83% | 0.47% | - |
| HSV(B) | 248.4º | 0.91% | 0.86% | - |
| XYZ | 14.39 | 6.3 | 68.17 | - |
| YUV | 51.17 | 223.28 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 20 | 220 | 0.78 | 0.91 | 0 | 0.14 | 248.4 | 0.83 | 0.47 |
| Hex | 30 | 14 | DC | 4E | 5B | 0 | E | F8 | 53 | 2F |
| Octal | 60 | 24 | 334 | 116 | 133 | 0 | 16 | 370 | 123 | 57 |
| Binary | 110000 | 10100 | 11011100 | 1001110 | 1011011 | 0 | 1110 | 11111000 | 1010011 | 101111 |
Color Harmonies of #3014DC
Complementary color
Monochromatic Colors of #3014DC
Black with #3014DC
Text Example
Text Example
White with #3014DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3014DC; }
p { color: rgb(48,20,220); }
H1.HeaderClassName
{
color: #3014DC;
}
.AnyTagClassName
{
color: #3014DC;
}
</style>
background-color css
<style>
a { background-color: #3014DC; }
a { background-color: rgb(48,20,220); }
div.DivClassName
{
background-color: #3014DC;
}
.BgClassName
{
background-color: #3014DC;
}
</style>
border-color css
<style>
span { border-color: #3014DC; }
span { border-color: rgb(48,20,220); }
td.TdClassName
{
border-color: #3014DC;
}
.TagClassName
{
border-color: #3014DC;
}
</style>