Shades of Han Purple #3411D7
Tints of Han Purple #3411D7
RGB
CMYK
RGB Variations
Color information
#3411D7 (or 0x3411D7) is known color: Han Purple. HEX triplet: 34, 11 and D7. RGB value is (52,17,215). Sum of RGB (Red+Green+Blue) = 52+17+215=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 215 (84.38% from 255 or 75.70% from 284); Max value from RGB is 215 - color contains mainly: blue. Hex color #3411D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3411D7 is #CBEE28. Grayscale: #313131. Windows color (decimal): -13364777 or 14094644. OLE color: 14094644.
HSL color Cylindrical-coordinate representation of color #3411D7: hue angle of 250.61º 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 #3411D7 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 17 | 215 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.16 |
| HSL | 250.61º | 0.85% | 0.45% | - |
| HSV(B) | 250.61º | 0.92% | 0.84% | - |
| XYZ | 13.88 | 6.04 | 64.72 | - |
| YUV | 50.04 | 221.1 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 17 | 215 | 0.76 | 0.92 | 0 | 0.16 | 250.61 | 0.85 | 0.45 |
| Hex | 34 | 11 | D7 | 4C | 5C | 0 | 10 | FB | 55 | 2D |
| Octal | 64 | 21 | 327 | 114 | 134 | 0 | 20 | 373 | 125 | 55 |
| Binary | 110100 | 10001 | 11010111 | 1001100 | 1011100 | 0 | 10000 | 11111011 | 1010101 | 101101 |
Color Harmonies of #3411D7
Complementary color
Monochromatic Colors of #3411D7
Black with #3411D7
Text Example
Text Example
White with #3411D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3411D7; }
p { color: rgb(52,17,215); }
H1.HeaderClassName
{
color: #3411D7;
}
.AnyTagClassName
{
color: #3411D7;
}
</style>
background-color css
<style>
a { background-color: #3411D7; }
a { background-color: rgb(52,17,215); }
div.DivClassName
{
background-color: #3411D7;
}
.BgClassName
{
background-color: #3411D7;
}
</style>
border-color css
<style>
span { border-color: #3411D7; }
span { border-color: rgb(52,17,215); }
td.TdClassName
{
border-color: #3411D7;
}
.TagClassName
{
border-color: #3411D7;
}
</style>