Shades of Han Purple #3426FD
Tints of Han Purple #3426FD
RGB
CMYK
RGB Variations
Color information
#3426FD (or 0x3426FD) is known color: Han Purple. HEX triplet: 34, 26 and FD. RGB value is (52,38,253). Sum of RGB (Red+Green+Blue) = 52+38+253=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 253 (99.22% from 255 or 73.76% from 343); Max value from RGB is 253 - color contains mainly: blue. Hex color #3426FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3426FD is #CBD902. Grayscale: #414141. Windows color (decimal): -13359363 or 16590388. OLE color: 16590388.
HSL color Cylindrical-coordinate representation of color #3426FD: hue angle of 243.91º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3426FD is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 38 | 253 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.01 |
| HSL | 243.91º | 0.98% | 0.57% | - |
| HSV(B) | 243.91º | 0.85% | 0.99% | - |
| XYZ | 19.84 | 9.21 | 93.66 | - |
| YUV | 66.7 | 233.14 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 38 | 253 | 0.79 | 0.85 | 0 | 0.01 | 243.91 | 0.98 | 0.57 |
| Hex | 34 | 26 | FD | 4F | 55 | 0 | 1 | F4 | 62 | 39 |
| Octal | 64 | 46 | 375 | 117 | 125 | 0 | 1 | 364 | 142 | 71 |
| Binary | 110100 | 100110 | 11111101 | 1001111 | 1010101 | 0 | 1 | 11110100 | 1100010 | 111001 |
Color Harmonies of #3426FD
Complementary color
Monochromatic Colors of #3426FD
Black with #3426FD
Text Example
Text Example
White with #3426FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3426FD; }
p { color: rgb(52,38,253); }
H1.HeaderClassName
{
color: #3426FD;
}
.AnyTagClassName
{
color: #3426FD;
}
</style>
background-color css
<style>
a { background-color: #3426FD; }
a { background-color: rgb(52,38,253); }
div.DivClassName
{
background-color: #3426FD;
}
.BgClassName
{
background-color: #3426FD;
}
</style>
border-color css
<style>
span { border-color: #3426FD; }
span { border-color: rgb(52,38,253); }
td.TdClassName
{
border-color: #3426FD;
}
.TagClassName
{
border-color: #3426FD;
}
</style>