Shades of Han Purple #3015D4
Tints of Han Purple #3015D4
RGB
CMYK
RGB Variations
Color information
#3015D4 (or 0x3015D4) is known color: Han Purple. HEX triplet: 30, 15 and D4. RGB value is (48,21,212). Sum of RGB (Red+Green+Blue) = 48+21+212=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 212 (83.20% from 255 or 75.44% from 281); Max value from RGB is 212 - color contains mainly: blue. Hex color #3015D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3015D4 is #CFEA2B. Grayscale: #323232. Windows color (decimal): -13625900 or 13899056. OLE color: 13899056.
HSL color Cylindrical-coordinate representation of color #3015D4: hue angle of 248.48º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3015D4 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 21 | 212 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.17 |
| HSL | 248.48º | 0.82% | 0.46% | - |
| HSV(B) | 248.48º | 0.9% | 0.83% | - |
| XYZ | 13.37 | 5.92 | 62.72 | - |
| YUV | 50.85 | 218.95 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 21 | 212 | 0.77 | 0.90 | 0 | 0.17 | 248.48 | 0.82 | 0.46 |
| Hex | 30 | 15 | D4 | 4D | 5A | 0 | 11 | F8 | 52 | 2E |
| Octal | 60 | 25 | 324 | 115 | 132 | 0 | 21 | 370 | 122 | 56 |
| Binary | 110000 | 10101 | 11010100 | 1001101 | 1011010 | 0 | 10001 | 11111000 | 1010010 | 101110 |
Color Harmonies of #3015D4
Complementary color
Monochromatic Colors of #3015D4
Black with #3015D4
Text Example
Text Example
White with #3015D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3015D4; }
p { color: rgb(48,21,212); }
H1.HeaderClassName
{
color: #3015D4;
}
.AnyTagClassName
{
color: #3015D4;
}
</style>
background-color css
<style>
a { background-color: #3015D4; }
a { background-color: rgb(48,21,212); }
div.DivClassName
{
background-color: #3015D4;
}
.BgClassName
{
background-color: #3015D4;
}
</style>
border-color css
<style>
span { border-color: #3015D4; }
span { border-color: rgb(48,21,212); }
td.TdClassName
{
border-color: #3015D4;
}
.TagClassName
{
border-color: #3015D4;
}
</style>