Shades of Han Purple #3407EF
Tints of Han Purple #3407EF
RGB
CMYK
RGB Variations
Color information
#3407EF (or 0x3407EF) is known color: Han Purple. HEX triplet: 34, 07 and EF. RGB value is (52,7,239). Sum of RGB (Red+Green+Blue) = 52+7+239=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 239 (93.75% from 255 or 80.20% from 298); Max value from RGB is 239 - color contains mainly: blue. Hex color #3407EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3407EF is #CBF810. Grayscale: #2E2E2E. Windows color (decimal): -13367313 or 15664948. OLE color: 15664948.
HSL color Cylindrical-coordinate representation of color #3407EF: hue angle of 251.64º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3407EF is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 7 | 239 | - |
| CMYK | 0.78 | 0.97 | 0 | 0.06 |
| HSL | 251.64º | 0.94% | 0.48% | - |
| HSV(B) | 251.64º | 0.97% | 0.94% | - |
| XYZ | 17.07 | 7.11 | 82.13 | - |
| YUV | 46.9 | 236.41 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 239 | 0.78 | 0.97 | 0 | 0.06 | 251.64 | 0.94 | 0.48 |
| Hex | 34 | 7 | EF | 4E | 61 | 0 | 6 | FC | 5E | 30 |
| Octal | 64 | 7 | 357 | 116 | 141 | 0 | 6 | 374 | 136 | 60 |
| Binary | 110100 | 111 | 11101111 | 1001110 | 1100001 | 0 | 110 | 11111100 | 1011110 | 110000 |
Color Harmonies of #3407EF
Complementary color
Monochromatic Colors of #3407EF
Black with #3407EF
Text Example
Text Example
White with #3407EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3407EF; }
p { color: rgb(52,7,239); }
H1.HeaderClassName
{
color: #3407EF;
}
.AnyTagClassName
{
color: #3407EF;
}
</style>
background-color css
<style>
a { background-color: #3407EF; }
a { background-color: rgb(52,7,239); }
div.DivClassName
{
background-color: #3407EF;
}
.BgClassName
{
background-color: #3407EF;
}
</style>
border-color css
<style>
span { border-color: #3407EF; }
span { border-color: rgb(52,7,239); }
td.TdClassName
{
border-color: #3407EF;
}
.TagClassName
{
border-color: #3407EF;
}
</style>