Shades of Han Purple #3428F8
Tints of Han Purple #3428F8
RGB
CMYK
RGB Variations
Color information
#3428F8 (or 0x3428F8) is known color: Han Purple. HEX triplet: 34, 28 and F8. RGB value is (52,40,248). Sum of RGB (Red+Green+Blue) = 52+40+248=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 248 (97.27% from 255 or 72.94% from 340); Max value from RGB is 248 - color contains mainly: blue. Hex color #3428F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3428F8 is #CBD707. Grayscale: #424242. Windows color (decimal): -13358856 or 16263220. OLE color: 16263220.
HSL color Cylindrical-coordinate representation of color #3428F8: hue angle of 243.46º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3428F8 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 52 | 40 | 248 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.03 |
| HSL | 243.46º | 0.94% | 0.56% | - |
| HSV(B) | 243.46º | 0.84% | 0.97% | - |
| XYZ | 19.12 | 9.02 | 89.54 | - |
| YUV | 67.3 | 229.98 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 40 | 248 | 0.79 | 0.84 | 0 | 0.03 | 243.46 | 0.94 | 0.56 |
| Hex | 34 | 28 | F8 | 4F | 54 | 0 | 3 | F3 | 5E | 38 |
| Octal | 64 | 50 | 370 | 117 | 124 | 0 | 3 | 363 | 136 | 70 |
| Binary | 110100 | 101000 | 11111000 | 1001111 | 1010100 | 0 | 11 | 11110011 | 1011110 | 111000 |
Color Harmonies of #3428F8
Complementary color
Monochromatic Colors of #3428F8
Black with #3428F8
Text Example
Text Example
White with #3428F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3428F8; }
p { color: rgb(52,40,248); }
H1.HeaderClassName
{
color: #3428F8;
}
.AnyTagClassName
{
color: #3428F8;
}
</style>
background-color css
<style>
a { background-color: #3428F8; }
a { background-color: rgb(52,40,248); }
div.DivClassName
{
background-color: #3428F8;
}
.BgClassName
{
background-color: #3428F8;
}
</style>
border-color css
<style>
span { border-color: #3428F8; }
span { border-color: rgb(52,40,248); }
td.TdClassName
{
border-color: #3428F8;
}
.TagClassName
{
border-color: #3428F8;
}
</style>