Shades of Han Purple #3226F8
Tints of Han Purple #3226F8
RGB
CMYK
RGB Variations
Color information
#3226F8 (or 0x3226F8) is known color: Han Purple. HEX triplet: 32, 26 and F8. RGB value is (50,38,248). Sum of RGB (Red+Green+Blue) = 50+38+248=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 248 (97.27% from 255 or 73.81% from 336); Max value from RGB is 248 - color contains mainly: blue. Hex color #3226F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3226F8 is #CDD907. Grayscale: #404040. Windows color (decimal): -13490440 or 16262706. OLE color: 16262706.
HSL color Cylindrical-coordinate representation of color #3226F8: hue angle of 243.43º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3226F8 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 38 | 248 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.03 |
| HSL | 243.43º | 0.94% | 0.56% | - |
| HSV(B) | 243.43º | 0.85% | 0.97% | - |
| XYZ | 18.95 | 8.84 | 89.51 | - |
| YUV | 65.53 | 230.98 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 248 | 0.80 | 0.85 | 0 | 0.03 | 243.43 | 0.94 | 0.56 |
| Hex | 32 | 26 | F8 | 50 | 55 | 0 | 3 | F3 | 5E | 38 |
| Octal | 62 | 46 | 370 | 120 | 125 | 0 | 3 | 363 | 136 | 70 |
| Binary | 110010 | 100110 | 11111000 | 1010000 | 1010101 | 0 | 11 | 11110011 | 1011110 | 111000 |
Color Harmonies of #3226F8
Complementary color
Monochromatic Colors of #3226F8
Black with #3226F8
Text Example
Text Example
White with #3226F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3226F8; }
p { color: rgb(50,38,248); }
H1.HeaderClassName
{
color: #3226F8;
}
.AnyTagClassName
{
color: #3226F8;
}
</style>
background-color css
<style>
a { background-color: #3226F8; }
a { background-color: rgb(50,38,248); }
div.DivClassName
{
background-color: #3226F8;
}
.BgClassName
{
background-color: #3226F8;
}
</style>
border-color css
<style>
span { border-color: #3226F8; }
span { border-color: rgb(50,38,248); }
td.TdClassName
{
border-color: #3226F8;
}
.TagClassName
{
border-color: #3226F8;
}
</style>