Shades of Han Purple #3012DD
Tints of Han Purple #3012DD
RGB
CMYK
RGB Variations
Color information
#3012DD (or 0x3012DD) is known color: Han Purple. HEX triplet: 30, 12 and DD. RGB value is (48,18,221). Sum of RGB (Red+Green+Blue) = 48+18+221=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #3012DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3012DD is #CFED22. Grayscale: #313131. Windows color (decimal): -13626659 or 14488112. OLE color: 14488112.
HSL color Cylindrical-coordinate representation of color #3012DD: hue angle of 248.87º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3012DD is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 18 | 221 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.13 |
| HSL | 248.87º | 0.85% | 0.47% | - |
| HSV(B) | 248.87º | 0.92% | 0.87% | - |
| XYZ | 14.49 | 6.28 | 68.86 | - |
| YUV | 50.11 | 224.44 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 18 | 221 | 0.78 | 0.92 | 0 | 0.13 | 248.87 | 0.85 | 0.47 |
| Hex | 30 | 12 | DD | 4E | 5C | 0 | D | F9 | 55 | 2F |
| Octal | 60 | 22 | 335 | 116 | 134 | 0 | 15 | 371 | 125 | 57 |
| Binary | 110000 | 10010 | 11011101 | 1001110 | 1011100 | 0 | 1101 | 11111001 | 1010101 | 101111 |
Color Harmonies of #3012DD
Complementary color
Monochromatic Colors of #3012DD
Black with #3012DD
Text Example
Text Example
White with #3012DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3012DD; }
p { color: rgb(48,18,221); }
H1.HeaderClassName
{
color: #3012DD;
}
.AnyTagClassName
{
color: #3012DD;
}
</style>
background-color css
<style>
a { background-color: #3012DD; }
a { background-color: rgb(48,18,221); }
div.DivClassName
{
background-color: #3012DD;
}
.BgClassName
{
background-color: #3012DD;
}
</style>
border-color css
<style>
span { border-color: #3012DD; }
span { border-color: rgb(48,18,221); }
td.TdClassName
{
border-color: #3012DD;
}
.TagClassName
{
border-color: #3012DD;
}
</style>