Shades of Han Purple #3223F8
Tints of Han Purple #3223F8
RGB
CMYK
RGB Variations
Color information
#3223F8 (or 0x3223F8) is known color: Han Purple. HEX triplet: 32, 23 and F8. RGB value is (50,35,248). Sum of RGB (Red+Green+Blue) = 50+35+248=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 248 (97.27% from 255 or 74.47% from 333); Max value from RGB is 248 - color contains mainly: blue. Hex color #3223F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3223F8 is #CDDC07. Grayscale: #3E3E3E. Windows color (decimal): -13491208 or 16261938. OLE color: 16261938.
HSL color Cylindrical-coordinate representation of color #3223F8: hue angle of 244.23º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3223F8 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 35 | 248 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.03 |
| HSL | 244.23º | 0.94% | 0.55% | - |
| HSV(B) | 244.23º | 0.86% | 0.97% | - |
| XYZ | 18.86 | 8.66 | 89.48 | - |
| YUV | 63.77 | 231.97 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 248 | 0.80 | 0.86 | 0 | 0.03 | 244.23 | 0.94 | 0.55 |
| Hex | 32 | 23 | F8 | 50 | 56 | 0 | 3 | F4 | 5E | 37 |
| Octal | 62 | 43 | 370 | 120 | 126 | 0 | 3 | 364 | 136 | 67 |
| Binary | 110010 | 100011 | 11111000 | 1010000 | 1010110 | 0 | 11 | 11110100 | 1011110 | 110111 |
Color Harmonies of #3223F8
Complementary color
Monochromatic Colors of #3223F8
Black with #3223F8
Text Example
Text Example
White with #3223F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3223F8; }
p { color: rgb(50,35,248); }
H1.HeaderClassName
{
color: #3223F8;
}
.AnyTagClassName
{
color: #3223F8;
}
</style>
background-color css
<style>
a { background-color: #3223F8; }
a { background-color: rgb(50,35,248); }
div.DivClassName
{
background-color: #3223F8;
}
.BgClassName
{
background-color: #3223F8;
}
</style>
border-color css
<style>
span { border-color: #3223F8; }
span { border-color: rgb(50,35,248); }
td.TdClassName
{
border-color: #3223F8;
}
.TagClassName
{
border-color: #3223F8;
}
</style>