Shades of Han Purple #3228DF
Tints of Han Purple #3228DF
RGB
CMYK
RGB Variations
Color information
#3228DF (or 0x3228DF) is known color: Han Purple. HEX triplet: 32, 28 and DF. RGB value is (50,40,223). Sum of RGB (Red+Green+Blue) = 50+40+223=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #3228DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3228DF is #CDD720. Grayscale: #3F3F3F. Windows color (decimal): -13489953 or 14624818. OLE color: 14624818.
HSL color Cylindrical-coordinate representation of color #3228DF: hue angle of 243.28º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3228DF is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 40 | 223 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.13 |
| HSL | 243.28º | 0.74% | 0.52% | - |
| HSV(B) | 243.28º | 0.82% | 0.87% | - |
| XYZ | 15.39 | 7.52 | 70.45 | - |
| YUV | 63.85 | 217.81 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 223 | 0.78 | 0.82 | 0 | 0.13 | 243.28 | 0.74 | 0.52 |
| Hex | 32 | 28 | DF | 4E | 52 | 0 | D | F3 | 4A | 34 |
| Octal | 62 | 50 | 337 | 116 | 122 | 0 | 15 | 363 | 112 | 64 |
| Binary | 110010 | 101000 | 11011111 | 1001110 | 1010010 | 0 | 1101 | 11110011 | 1001010 | 110100 |
Color Harmonies of #3228DF
Complementary color
Monochromatic Colors of #3228DF
Black with #3228DF
Text Example
Text Example
White with #3228DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3228DF; }
p { color: rgb(50,40,223); }
H1.HeaderClassName
{
color: #3228DF;
}
.AnyTagClassName
{
color: #3228DF;
}
</style>
background-color css
<style>
a { background-color: #3228DF; }
a { background-color: rgb(50,40,223); }
div.DivClassName
{
background-color: #3228DF;
}
.BgClassName
{
background-color: #3228DF;
}
</style>
border-color css
<style>
span { border-color: #3228DF; }
span { border-color: rgb(50,40,223); }
td.TdClassName
{
border-color: #3228DF;
}
.TagClassName
{
border-color: #3228DF;
}
</style>