Shades of Han Purple #3227DD
Tints of Han Purple #3227DD
RGB
CMYK
RGB Variations
Color information
#3227DD (or 0x3227DD) is known color: Han Purple. HEX triplet: 32, 27 and DD. RGB value is (50,39,221). Sum of RGB (Red+Green+Blue) = 50+39+221=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 221 (86.72% from 255 or 71.29% from 310); Max value from RGB is 221 - color contains mainly: blue. Hex color #3227DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3227DD is #CDD822. Grayscale: #3E3E3E. Windows color (decimal): -13490211 or 14493490. OLE color: 14493490.
HSL color Cylindrical-coordinate representation of color #3227DD: hue angle of 243.63º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3227DD is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 39 | 221 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.13 |
| HSL | 243.63º | 0.73% | 0.51% | - |
| HSV(B) | 243.63º | 0.82% | 0.87% | - |
| XYZ | 15.09 | 7.35 | 69.03 | - |
| YUV | 63.04 | 217.14 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 221 | 0.77 | 0.82 | 0 | 0.13 | 243.63 | 0.73 | 0.51 |
| Hex | 32 | 27 | DD | 4D | 52 | 0 | D | F4 | 49 | 33 |
| Octal | 62 | 47 | 335 | 115 | 122 | 0 | 15 | 364 | 111 | 63 |
| Binary | 110010 | 100111 | 11011101 | 1001101 | 1010010 | 0 | 1101 | 11110100 | 1001001 | 110011 |
Color Harmonies of #3227DD
Complementary color
Monochromatic Colors of #3227DD
Black with #3227DD
Text Example
Text Example
White with #3227DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3227DD; }
p { color: rgb(50,39,221); }
H1.HeaderClassName
{
color: #3227DD;
}
.AnyTagClassName
{
color: #3227DD;
}
</style>
background-color css
<style>
a { background-color: #3227DD; }
a { background-color: rgb(50,39,221); }
div.DivClassName
{
background-color: #3227DD;
}
.BgClassName
{
background-color: #3227DD;
}
</style>
border-color css
<style>
span { border-color: #3227DD; }
span { border-color: rgb(50,39,221); }
td.TdClassName
{
border-color: #3227DD;
}
.TagClassName
{
border-color: #3227DD;
}
</style>