Shades of Han Purple #3408F5
Tints of Han Purple #3408F5
RGB
CMYK
RGB Variations
Color information
#3408F5 (or 0x3408F5) is known color: Han Purple. HEX triplet: 34, 08 and F5. RGB value is (52,8,245). Sum of RGB (Red+Green+Blue) = 52+8+245=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 245 (96.09% from 255 or 80.33% from 305); Max value from RGB is 245 - color contains mainly: blue. Hex color #3408F5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3408F5 is #CBF70A. Grayscale: #2F2F2F. Windows color (decimal): -13367051 or 16058420. OLE color: 16058420.
HSL color Cylindrical-coordinate representation of color #3408F5: hue angle of 251.14º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3408F5 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 8 | 245 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.04 |
| HSL | 251.14º | 0.94% | 0.5% | - |
| HSV(B) | 251.14º | 0.97% | 0.96% | - |
| XYZ | 17.98 | 7.5 | 86.89 | - |
| YUV | 48.17 | 239.08 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 8 | 245 | 0.79 | 0.97 | 0 | 0.04 | 251.14 | 0.94 | 0.5 |
| Hex | 34 | 8 | F5 | 4F | 61 | 0 | 4 | FB | 5E | 32 |
| Octal | 64 | 10 | 365 | 117 | 141 | 0 | 4 | 373 | 136 | 62 |
| Binary | 110100 | 1000 | 11110101 | 1001111 | 1100001 | 0 | 100 | 11111011 | 1011110 | 110010 |
Color Harmonies of #3408F5
Complementary color
Monochromatic Colors of #3408F5
Black with #3408F5
Text Example
Text Example
White with #3408F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3408F5; }
p { color: rgb(52,8,245); }
H1.HeaderClassName
{
color: #3408F5;
}
.AnyTagClassName
{
color: #3408F5;
}
</style>
background-color css
<style>
a { background-color: #3408F5; }
a { background-color: rgb(52,8,245); }
div.DivClassName
{
background-color: #3408F5;
}
.BgClassName
{
background-color: #3408F5;
}
</style>
border-color css
<style>
span { border-color: #3408F5; }
span { border-color: rgb(52,8,245); }
td.TdClassName
{
border-color: #3408F5;
}
.TagClassName
{
border-color: #3408F5;
}
</style>