Shades of Han Purple #3426F4
Tints of Han Purple #3426F4
RGB
CMYK
RGB Variations
Color information
#3426F4 (or 0x3426F4) is known color: Han Purple. HEX triplet: 34, 26 and F4. RGB value is (52,38,244). Sum of RGB (Red+Green+Blue) = 52+38+244=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 244 (95.70% from 255 or 73.05% from 334); Max value from RGB is 244 - color contains mainly: blue. Hex color #3426F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3426F4 is #CBD90B. Grayscale: #404040. Windows color (decimal): -13359372 or 16000564. OLE color: 16000564.
HSL color Cylindrical-coordinate representation of color #3426F4: hue angle of 244.08º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3426F4 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 38 | 244 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.04 |
| HSL | 244.08º | 0.9% | 0.55% | - |
| HSV(B) | 244.08º | 0.84% | 0.96% | - |
| XYZ | 18.44 | 8.65 | 86.29 | - |
| YUV | 65.67 | 228.64 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 38 | 244 | 0.79 | 0.84 | 0 | 0.04 | 244.08 | 0.9 | 0.55 |
| Hex | 34 | 26 | F4 | 4F | 54 | 0 | 4 | F4 | 5A | 37 |
| Octal | 64 | 46 | 364 | 117 | 124 | 0 | 4 | 364 | 132 | 67 |
| Binary | 110100 | 100110 | 11110100 | 1001111 | 1010100 | 0 | 100 | 11110100 | 1011010 | 110111 |
Color Harmonies of #3426F4
Complementary color
Monochromatic Colors of #3426F4
Black with #3426F4
Text Example
Text Example
White with #3426F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3426F4; }
p { color: rgb(52,38,244); }
H1.HeaderClassName
{
color: #3426F4;
}
.AnyTagClassName
{
color: #3426F4;
}
</style>
background-color css
<style>
a { background-color: #3426F4; }
a { background-color: rgb(52,38,244); }
div.DivClassName
{
background-color: #3426F4;
}
.BgClassName
{
background-color: #3426F4;
}
</style>
border-color css
<style>
span { border-color: #3426F4; }
span { border-color: rgb(52,38,244); }
td.TdClassName
{
border-color: #3426F4;
}
.TagClassName
{
border-color: #3426F4;
}
</style>