Shades of Han Purple #3211CF
Tints of Han Purple #3211CF
RGB
CMYK
RGB Variations
Color information
#3211CF (or 0x3211CF) is known color: Han Purple. HEX triplet: 32, 11 and CF. RGB value is (50,17,207). Sum of RGB (Red+Green+Blue) = 50+17+207=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 207 (81.25% from 255 or 75.55% from 274); Max value from RGB is 207 - color contains mainly: blue. Hex color #3211CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3211CF is #CDEE30. Grayscale: #2F2F2F. Windows color (decimal): -13495857 or 13570354. OLE color: 13570354.
HSL color Cylindrical-coordinate representation of color #3211CF: hue angle of 250.42º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3211CF is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 17 | 207 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.19 |
| HSL | 250.42º | 0.85% | 0.44% | - |
| HSV(B) | 250.42º | 0.92% | 0.81% | - |
| XYZ | 12.78 | 5.58 | 59.44 | - |
| YUV | 48.53 | 217.43 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 207 | 0.76 | 0.92 | 0 | 0.19 | 250.42 | 0.85 | 0.44 |
| Hex | 32 | 11 | CF | 4C | 5C | 0 | 13 | FA | 55 | 2C |
| Octal | 62 | 21 | 317 | 114 | 134 | 0 | 23 | 372 | 125 | 54 |
| Binary | 110010 | 10001 | 11001111 | 1001100 | 1011100 | 0 | 10011 | 11111010 | 1010101 | 101100 |
Color Harmonies of #3211CF
Complementary color
Monochromatic Colors of #3211CF
Black with #3211CF
Text Example
Text Example
White with #3211CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3211CF; }
p { color: rgb(50,17,207); }
H1.HeaderClassName
{
color: #3211CF;
}
.AnyTagClassName
{
color: #3211CF;
}
</style>
background-color css
<style>
a { background-color: #3211CF; }
a { background-color: rgb(50,17,207); }
div.DivClassName
{
background-color: #3211CF;
}
.BgClassName
{
background-color: #3211CF;
}
</style>
border-color css
<style>
span { border-color: #3211CF; }
span { border-color: rgb(50,17,207); }
td.TdClassName
{
border-color: #3211CF;
}
.TagClassName
{
border-color: #3211CF;
}
</style>