Shades of Han Purple #3407CF
Tints of Han Purple #3407CF
RGB
CMYK
RGB Variations
Color information
#3407CF (or 0x3407CF) is known color: Han Purple. HEX triplet: 34, 07 and CF. RGB value is (52,7,207). Sum of RGB (Red+Green+Blue) = 52+7+207=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 207 (81.25% from 255 or 77.82% from 266); Max value from RGB is 207 - color contains mainly: blue. Hex color #3407CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3407CF is #CBF830. Grayscale: #2A2A2A. Windows color (decimal): -13367345 or 13567796. OLE color: 13567796.
HSL color Cylindrical-coordinate representation of color #3407CF: hue angle of 253.5º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3407CF is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 7 | 207 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.19 |
| HSL | 253.5º | 0.93% | 0.42% | - |
| HSV(B) | 253.5º | 0.97% | 0.81% | - |
| XYZ | 12.75 | 5.39 | 59.4 | - |
| YUV | 43.26 | 220.41 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 207 | 0.75 | 0.97 | 0 | 0.19 | 253.5 | 0.93 | 0.42 |
| Hex | 34 | 7 | CF | 4B | 61 | 0 | 13 | FE | 5D | 2A |
| Octal | 64 | 7 | 317 | 113 | 141 | 0 | 23 | 376 | 135 | 52 |
| Binary | 110100 | 111 | 11001111 | 1001011 | 1100001 | 0 | 10011 | 11111110 | 1011101 | 101010 |
Color Harmonies of #3407CF
Complementary color
Monochromatic Colors of #3407CF
Black with #3407CF
Text Example
Text Example
White with #3407CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3407CF; }
p { color: rgb(52,7,207); }
H1.HeaderClassName
{
color: #3407CF;
}
.AnyTagClassName
{
color: #3407CF;
}
</style>
background-color css
<style>
a { background-color: #3407CF; }
a { background-color: rgb(52,7,207); }
div.DivClassName
{
background-color: #3407CF;
}
.BgClassName
{
background-color: #3407CF;
}
</style>
border-color css
<style>
span { border-color: #3407CF; }
span { border-color: rgb(52,7,207); }
td.TdClassName
{
border-color: #3407CF;
}
.TagClassName
{
border-color: #3407CF;
}
</style>