Shades of Han Purple #3203E0
Tints of Han Purple #3203E0
RGB
CMYK
RGB Variations
Color information
#3203E0 (or 0x3203E0) is known color: Han Purple. HEX triplet: 32, 03 and E0. RGB value is (50,3,224). Sum of RGB (Red+Green+Blue) = 50+3+224=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 224 (87.89% from 255 or 80.87% from 277); Max value from RGB is 224 - color contains mainly: blue. Hex color #3203E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3203E0 is #CDFC1F. Grayscale: #292929. Windows color (decimal): -13499424 or 14680882. OLE color: 14680882.
HSL color Cylindrical-coordinate representation of color #3203E0: hue angle of 252.76º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3203E0 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 3 | 224 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.12 |
| HSL | 252.76º | 0.97% | 0.45% | - |
| HSV(B) | 252.76º | 0.99% | 0.88% | - |
| XYZ | 14.8 | 6.13 | 70.92 | - |
| YUV | 42.25 | 230.57 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 224 | 0.78 | 0.99 | 0 | 0.12 | 252.76 | 0.97 | 0.45 |
| Hex | 32 | 3 | E0 | 4E | 63 | 0 | C | FD | 61 | 2D |
| Octal | 62 | 3 | 340 | 116 | 143 | 0 | 14 | 375 | 141 | 55 |
| Binary | 110010 | 11 | 11100000 | 1001110 | 1100011 | 0 | 1100 | 11111101 | 1100001 | 101101 |
Color Harmonies of #3203E0
Complementary color
Monochromatic Colors of #3203E0
Black with #3203E0
Text Example
Text Example
White with #3203E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3203E0; }
p { color: rgb(50,3,224); }
H1.HeaderClassName
{
color: #3203E0;
}
.AnyTagClassName
{
color: #3203E0;
}
</style>
background-color css
<style>
a { background-color: #3203E0; }
a { background-color: rgb(50,3,224); }
div.DivClassName
{
background-color: #3203E0;
}
.BgClassName
{
background-color: #3203E0;
}
</style>
border-color css
<style>
span { border-color: #3203E0; }
span { border-color: rgb(50,3,224); }
td.TdClassName
{
border-color: #3203E0;
}
.TagClassName
{
border-color: #3203E0;
}
</style>