Shades of Han Purple #3426FF
Tints of Han Purple #3426FF
RGB
CMYK
RGB Variations
Color information
#3426FF (or 0x3426FF) is known color: Han Purple. HEX triplet: 34, 26 and FF. RGB value is (52,38,255). Sum of RGB (Red+Green+Blue) = 52+38+255=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #3426FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3426FF is #CBD900. Grayscale: #424242. Windows color (decimal): -13359361 or 16721460. OLE color: 16721460.
HSL color Cylindrical-coordinate representation of color #3426FF: hue angle of 243.87º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3426FF is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 38 | 255 | - |
| CMYK | 0.80 | 0.85 | 0 | 0 |
| HSL | 243.87º | 1% | 0.57% | - |
| HSV(B) | 243.87º | 0.85% | 1% | - |
| XYZ | 20.16 | 9.34 | 95.35 | - |
| YUV | 66.92 | 234.14 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 38 | 255 | 0.80 | 0.85 | 0 | 0 | 243.87 | 1 | 0.57 |
| Hex | 34 | 26 | FF | 50 | 55 | 0 | 0 | F4 | 64 | 39 |
| Octal | 64 | 46 | 377 | 120 | 125 | 0 | 0 | 364 | 144 | 71 |
| Binary | 110100 | 100110 | 11111111 | 1010000 | 1010101 | 0 | 0 | 11110100 | 1100100 | 111001 |
Color Harmonies of #3426FF
Complementary color
Monochromatic Colors of #3426FF
Black with #3426FF
Text Example
Text Example
White with #3426FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3426FF; }
p { color: rgb(52,38,255); }
H1.HeaderClassName
{
color: #3426FF;
}
.AnyTagClassName
{
color: #3426FF;
}
</style>
background-color css
<style>
a { background-color: #3426FF; }
a { background-color: rgb(52,38,255); }
div.DivClassName
{
background-color: #3426FF;
}
.BgClassName
{
background-color: #3426FF;
}
</style>
border-color css
<style>
span { border-color: #3426FF; }
span { border-color: rgb(52,38,255); }
td.TdClassName
{
border-color: #3426FF;
}
.TagClassName
{
border-color: #3426FF;
}
</style>