Shades of Han Purple #3400FB
Tints of Han Purple #3400FB
RGB
CMYK
RGB Variations
Color information
#3400FB (or 0x3400FB) is known color: Han Purple. HEX triplet: 34, 00 and FB. RGB value is (52,0,251). Sum of RGB (Red+Green+Blue) = 52+0+251=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 251 (98.44% from 255 or 82.84% from 303); Max value from RGB is 251 - color contains mainly: blue. Hex color #3400FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3400FB is #CBFF04. Grayscale: #2B2B2B. Windows color (decimal): -13369093 or 16449588. OLE color: 16449588.
HSL color Cylindrical-coordinate representation of color #3400FB: hue angle of 252.43º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3400FB is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 0 | 251 | - |
| CMYK | 0.79 | 1 | 0 | 0.02 |
| HSL | 252.43º | 1% | 0.49% | - |
| HSV(B) | 252.43º | 1% | 0.98% | - |
| XYZ | 18.83 | 7.7 | 91.76 | - |
| YUV | 44.16 | 244.73 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 251 | 0.79 | 1 | 0 | 0.02 | 252.43 | 1 | 0.49 |
| Hex | 34 | 0 | FB | 4F | 64 | 0 | 2 | FC | 64 | 31 |
| Octal | 64 | 0 | 373 | 117 | 144 | 0 | 2 | 374 | 144 | 61 |
| Binary | 110100 | 0 | 11111011 | 1001111 | 1100100 | 0 | 10 | 11111100 | 1100100 | 110001 |
Color Harmonies of #3400FB
Complementary color
Monochromatic Colors of #3400FB
Black with #3400FB
Text Example
Text Example
White with #3400FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3400FB; }
p { color: rgb(52,0,251); }
H1.HeaderClassName
{
color: #3400FB;
}
.AnyTagClassName
{
color: #3400FB;
}
</style>
background-color css
<style>
a { background-color: #3400FB; }
a { background-color: rgb(52,0,251); }
div.DivClassName
{
background-color: #3400FB;
}
.BgClassName
{
background-color: #3400FB;
}
</style>
border-color css
<style>
span { border-color: #3400FB; }
span { border-color: rgb(52,0,251); }
td.TdClassName
{
border-color: #3400FB;
}
.TagClassName
{
border-color: #3400FB;
}
</style>