Shades of Han Purple #3203FA
Tints of Han Purple #3203FA
RGB
CMYK
RGB Variations
Color information
#3203FA (or 0x3203FA) is known color: Han Purple. HEX triplet: 32, 03 and FA. RGB value is (50,3,250). Sum of RGB (Red+Green+Blue) = 50+3+250=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 250 (98.05% from 255 or 82.51% from 303); Max value from RGB is 250 - color contains mainly: blue. Hex color #3203FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3203FA is #CDFC05. Grayscale: #2C2C2C. Windows color (decimal): -13499398 or 16384818. OLE color: 16384818.
HSL color Cylindrical-coordinate representation of color #3203FA: hue angle of 251.42º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3203FA is Cyan = 0.8, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 3 | 250 | - |
| CMYK | 0.8 | 0.99 | 0 | 0.02 |
| HSL | 251.42º | 0.98% | 0.5% | - |
| HSV(B) | 251.42º | 0.99% | 0.98% | - |
| XYZ | 18.6 | 7.65 | 90.94 | - |
| YUV | 45.21 | 243.57 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 250 | 0.8 | 0.99 | 0 | 0.02 | 251.42 | 0.98 | 0.5 |
| Hex | 32 | 3 | FA | 50 | 63 | 0 | 2 | FB | 62 | 32 |
| Octal | 62 | 3 | 372 | 120 | 143 | 0 | 2 | 373 | 142 | 62 |
| Binary | 110010 | 11 | 11111010 | 1010000 | 1100011 | 0 | 10 | 11111011 | 1100010 | 110010 |
Color Harmonies of #3203FA
Complementary color
Monochromatic Colors of #3203FA
Black with #3203FA
Text Example
Text Example
White with #3203FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3203FA; }
p { color: rgb(50,3,250); }
H1.HeaderClassName
{
color: #3203FA;
}
.AnyTagClassName
{
color: #3203FA;
}
</style>
background-color css
<style>
a { background-color: #3203FA; }
a { background-color: rgb(50,3,250); }
div.DivClassName
{
background-color: #3203FA;
}
.BgClassName
{
background-color: #3203FA;
}
</style>
border-color css
<style>
span { border-color: #3203FA; }
span { border-color: rgb(50,3,250); }
td.TdClassName
{
border-color: #3203FA;
}
.TagClassName
{
border-color: #3203FA;
}
</style>