Shades of Han Purple #3410FF
Tints of Han Purple #3410FF
RGB
CMYK
RGB Variations
Color information
#3410FF (or 0x3410FF) is known color: Han Purple. HEX triplet: 34, 10 and FF. RGB value is (52,16,255). Sum of RGB (Red+Green+Blue) = 52+16+255=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 255 (100% from 255 or 78.95% from 323); Max value from RGB is 255 - color contains mainly: blue. Hex color #3410FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3410FF is #CBEF00. Grayscale: #353535. Windows color (decimal): -13364993 or 16715828. OLE color: 16715828.
HSL color Cylindrical-coordinate representation of color #3410FF: hue angle of 249.04º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3410FF is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 16 | 255 | - |
| CMYK | 0.80 | 0.94 | 0 | 0 |
| HSL | 249.04º | 1% | 0.53% | - |
| HSV(B) | 249.04º | 0.94% | 1% | - |
| XYZ | 19.65 | 8.32 | 95.18 | - |
| YUV | 54.01 | 241.43 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 16 | 255 | 0.80 | 0.94 | 0 | 0 | 249.04 | 1 | 0.53 |
| Hex | 34 | 10 | FF | 50 | 5E | 0 | 0 | F9 | 64 | 35 |
| Octal | 64 | 20 | 377 | 120 | 136 | 0 | 0 | 371 | 144 | 65 |
| Binary | 110100 | 10000 | 11111111 | 1010000 | 1011110 | 0 | 0 | 11111001 | 1100100 | 110101 |
Color Harmonies of #3410FF
Complementary color
Monochromatic Colors of #3410FF
Black with #3410FF
Text Example
Text Example
White with #3410FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3410FF; }
p { color: rgb(52,16,255); }
H1.HeaderClassName
{
color: #3410FF;
}
.AnyTagClassName
{
color: #3410FF;
}
</style>
background-color css
<style>
a { background-color: #3410FF; }
a { background-color: rgb(52,16,255); }
div.DivClassName
{
background-color: #3410FF;
}
.BgClassName
{
background-color: #3410FF;
}
</style>
border-color css
<style>
span { border-color: #3410FF; }
span { border-color: rgb(52,16,255); }
td.TdClassName
{
border-color: #3410FF;
}
.TagClassName
{
border-color: #3410FF;
}
</style>