Shades of Han Purple #3203FD
Tints of Han Purple #3203FD
RGB
CMYK
RGB Variations
Color information
#3203FD (or 0x3203FD) is known color: Han Purple. HEX triplet: 32, 03 and FD. RGB value is (50,3,253). Sum of RGB (Red+Green+Blue) = 50+3+253=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 253 (99.22% from 255 or 82.68% from 306); Max value from RGB is 253 - color contains mainly: blue. Hex color #3203FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3203FD is #CDFC02. Grayscale: #2C2C2C. Windows color (decimal): -13499395 or 16581426. OLE color: 16581426.
HSL color Cylindrical-coordinate representation of color #3203FD: hue angle of 251.28º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3203FD is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 3 | 253 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.01 |
| HSL | 251.28º | 0.98% | 0.5% | - |
| HSV(B) | 251.28º | 0.99% | 0.99% | - |
| XYZ | 19.08 | 7.84 | 93.44 | - |
| YUV | 45.55 | 245.07 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 253 | 0.80 | 0.99 | 0 | 0.01 | 251.28 | 0.98 | 0.5 |
| Hex | 32 | 3 | FD | 50 | 63 | 0 | 1 | FB | 62 | 32 |
| Octal | 62 | 3 | 375 | 120 | 143 | 0 | 1 | 373 | 142 | 62 |
| Binary | 110010 | 11 | 11111101 | 1010000 | 1100011 | 0 | 1 | 11111011 | 1100010 | 110010 |
Color Harmonies of #3203FD
Complementary color
Monochromatic Colors of #3203FD
Black with #3203FD
Text Example
Text Example
White with #3203FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3203FD; }
p { color: rgb(50,3,253); }
H1.HeaderClassName
{
color: #3203FD;
}
.AnyTagClassName
{
color: #3203FD;
}
</style>
background-color css
<style>
a { background-color: #3203FD; }
a { background-color: rgb(50,3,253); }
div.DivClassName
{
background-color: #3203FD;
}
.BgClassName
{
background-color: #3203FD;
}
</style>
border-color css
<style>
span { border-color: #3203FD; }
span { border-color: rgb(50,3,253); }
td.TdClassName
{
border-color: #3203FD;
}
.TagClassName
{
border-color: #3203FD;
}
</style>