Shades of Han Purple #3311D6
Tints of Han Purple #3311D6
RGB
CMYK
RGB Variations
Color information
#3311D6 (or 0x3311D6) is known color: Han Purple. HEX triplet: 33, 11 and D6. RGB value is (51,17,214). Sum of RGB (Red+Green+Blue) = 51+17+214=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 214 (83.98% from 255 or 75.89% from 282); Max value from RGB is 214 - color contains mainly: blue. Hex color #3311D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3311D6 is #CCEE29. Grayscale: #303030. Windows color (decimal): -13430314 or 14029107. OLE color: 14029107.
HSL color Cylindrical-coordinate representation of color #3311D6: hue angle of 250.36º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3311D6 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 17 | 214 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.16 |
| HSL | 250.36º | 0.85% | 0.45% | - |
| HSV(B) | 250.36º | 0.92% | 0.84% | - |
| XYZ | 13.7 | 5.96 | 64.05 | - |
| YUV | 49.62 | 220.76 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 214 | 0.76 | 0.92 | 0 | 0.16 | 250.36 | 0.85 | 0.45 |
| Hex | 33 | 11 | D6 | 4C | 5C | 0 | 10 | FA | 55 | 2D |
| Octal | 63 | 21 | 326 | 114 | 134 | 0 | 20 | 372 | 125 | 55 |
| Binary | 110011 | 10001 | 11010110 | 1001100 | 1011100 | 0 | 10000 | 11111010 | 1010101 | 101101 |
Color Harmonies of #3311D6
Complementary color
Monochromatic Colors of #3311D6
Black with #3311D6
Text Example
Text Example
White with #3311D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3311D6; }
p { color: rgb(51,17,214); }
H1.HeaderClassName
{
color: #3311D6;
}
.AnyTagClassName
{
color: #3311D6;
}
</style>
background-color css
<style>
a { background-color: #3311D6; }
a { background-color: rgb(51,17,214); }
div.DivClassName
{
background-color: #3311D6;
}
.BgClassName
{
background-color: #3311D6;
}
</style>
border-color css
<style>
span { border-color: #3311D6; }
span { border-color: rgb(51,17,214); }
td.TdClassName
{
border-color: #3311D6;
}
.TagClassName
{
border-color: #3311D6;
}
</style>