Shades of Han Purple #3315D4
Tints of Han Purple #3315D4
RGB
CMYK
RGB Variations
Color information
#3315D4 (or 0x3315D4) is known color: Han Purple. HEX triplet: 33, 15 and D4. RGB value is (51,21,212). Sum of RGB (Red+Green+Blue) = 51+21+212=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 212 (83.20% from 255 or 74.65% from 284); Max value from RGB is 212 - color contains mainly: blue. Hex color #3315D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3315D4 is #CCEA2B. Grayscale: #333333. Windows color (decimal): -13429292 or 13899059. OLE color: 13899059.
HSL color Cylindrical-coordinate representation of color #3315D4: hue angle of 249.42º 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 #3315D4 is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 21 | 212 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.17 |
| HSL | 249.42º | 0.82% | 0.46% | - |
| HSV(B) | 249.42º | 0.9% | 0.83% | - |
| XYZ | 13.52 | 5.99 | 62.73 | - |
| YUV | 51.74 | 218.44 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 212 | 0.76 | 0.90 | 0 | 0.17 | 249.42 | 0.82 | 0.46 |
| Hex | 33 | 15 | D4 | 4C | 5A | 0 | 11 | F9 | 52 | 2E |
| Octal | 63 | 25 | 324 | 114 | 132 | 0 | 21 | 371 | 122 | 56 |
| Binary | 110011 | 10101 | 11010100 | 1001100 | 1011010 | 0 | 10001 | 11111001 | 1010010 | 101110 |
Color Harmonies of #3315D4
Complementary color
Monochromatic Colors of #3315D4
Black with #3315D4
Text Example
Text Example
White with #3315D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3315D4; }
p { color: rgb(51,21,212); }
H1.HeaderClassName
{
color: #3315D4;
}
.AnyTagClassName
{
color: #3315D4;
}
</style>
background-color css
<style>
a { background-color: #3315D4; }
a { background-color: rgb(51,21,212); }
div.DivClassName
{
background-color: #3315D4;
}
.BgClassName
{
background-color: #3315D4;
}
</style>
border-color css
<style>
span { border-color: #3315D4; }
span { border-color: rgb(51,21,212); }
td.TdClassName
{
border-color: #3315D4;
}
.TagClassName
{
border-color: #3315D4;
}
</style>