Shades of Han Purple #3203DC
Tints of Han Purple #3203DC
RGB
CMYK
RGB Variations
Color information
#3203DC (or 0x3203DC) is known color: Han Purple. HEX triplet: 32, 03 and DC. RGB value is (50,3,220). Sum of RGB (Red+Green+Blue) = 50+3+220=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 220 (86.33% from 255 or 80.59% from 273); Max value from RGB is 220 - color contains mainly: blue. Hex color #3203DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3203DC is #CDFC23. Grayscale: #282828. Windows color (decimal): -13499428 or 14418738. OLE color: 14418738.
HSL color Cylindrical-coordinate representation of color #3203DC: hue angle of 253º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3203DC is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 3 | 220 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.14 |
| HSL | 253º | 0.97% | 0.44% | - |
| HSV(B) | 253º | 0.99% | 0.86% | - |
| XYZ | 14.27 | 5.91 | 68.1 | - |
| YUV | 41.79 | 228.57 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 220 | 0.77 | 0.99 | 0 | 0.14 | 253 | 0.97 | 0.44 |
| Hex | 32 | 3 | DC | 4D | 63 | 0 | E | FD | 61 | 2C |
| Octal | 62 | 3 | 334 | 115 | 143 | 0 | 16 | 375 | 141 | 54 |
| Binary | 110010 | 11 | 11011100 | 1001101 | 1100011 | 0 | 1110 | 11111101 | 1100001 | 101100 |
Color Harmonies of #3203DC
Complementary color
Monochromatic Colors of #3203DC
Black with #3203DC
Text Example
Text Example
White with #3203DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3203DC; }
p { color: rgb(50,3,220); }
H1.HeaderClassName
{
color: #3203DC;
}
.AnyTagClassName
{
color: #3203DC;
}
</style>
background-color css
<style>
a { background-color: #3203DC; }
a { background-color: rgb(50,3,220); }
div.DivClassName
{
background-color: #3203DC;
}
.BgClassName
{
background-color: #3203DC;
}
</style>
border-color css
<style>
span { border-color: #3203DC; }
span { border-color: rgb(50,3,220); }
td.TdClassName
{
border-color: #3203DC;
}
.TagClassName
{
border-color: #3203DC;
}
</style>