Shades of Han Purple #3203D9
Tints of Han Purple #3203D9
RGB
CMYK
RGB Variations
Color information
#3203D9 (or 0x3203D9) is known color: Han Purple. HEX triplet: 32, 03 and D9. RGB value is (50,3,217). Sum of RGB (Red+Green+Blue) = 50+3+217=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 217 (85.16% from 255 or 80.37% from 270); Max value from RGB is 217 - color contains mainly: blue. Hex color #3203D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3203D9 is #CDFC26. Grayscale: #282828. Windows color (decimal): -13499431 or 14222130. OLE color: 14222130.
HSL color Cylindrical-coordinate representation of color #3203D9: hue angle of 253.18º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3203D9 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 3 | 217 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.15 |
| HSL | 253.18º | 0.97% | 0.43% | - |
| HSV(B) | 253.18º | 0.99% | 0.85% | - |
| XYZ | 13.87 | 5.75 | 66.02 | - |
| YUV | 41.45 | 227.07 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 217 | 0.77 | 0.99 | 0 | 0.15 | 253.18 | 0.97 | 0.43 |
| Hex | 32 | 3 | D9 | 4D | 63 | 0 | F | FD | 61 | 2B |
| Octal | 62 | 3 | 331 | 115 | 143 | 0 | 17 | 375 | 141 | 53 |
| Binary | 110010 | 11 | 11011001 | 1001101 | 1100011 | 0 | 1111 | 11111101 | 1100001 | 101011 |
Color Harmonies of #3203D9
Complementary color
Monochromatic Colors of #3203D9
Black with #3203D9
Text Example
Text Example
White with #3203D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3203D9; }
p { color: rgb(50,3,217); }
H1.HeaderClassName
{
color: #3203D9;
}
.AnyTagClassName
{
color: #3203D9;
}
</style>
background-color css
<style>
a { background-color: #3203D9; }
a { background-color: rgb(50,3,217); }
div.DivClassName
{
background-color: #3203D9;
}
.BgClassName
{
background-color: #3203D9;
}
</style>
border-color css
<style>
span { border-color: #3203D9; }
span { border-color: rgb(50,3,217); }
td.TdClassName
{
border-color: #3203D9;
}
.TagClassName
{
border-color: #3203D9;
}
</style>