Shades of Han Purple #3202FD
Tints of Han Purple #3202FD
RGB
CMYK
RGB Variations
Color information
#3202FD (or 0x3202FD) is known color: Han Purple. HEX triplet: 32, 02 and FD. RGB value is (50,2,253). Sum of RGB (Red+Green+Blue) = 50+2+253=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 253 (99.22% from 255 or 82.95% from 305); Max value from RGB is 253 - color contains mainly: blue. Hex color #3202FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3202FD is #CDFD02. Grayscale: #2C2C2C. Windows color (decimal): -13499651 or 16581170. OLE color: 16581170.
HSL color Cylindrical-coordinate representation of color #3202FD: hue angle of 251.47º 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 #3202FD is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 2 | 253 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.01 |
| HSL | 251.47º | 0.98% | 0.5% | - |
| HSV(B) | 251.47º | 0.99% | 0.99% | - |
| XYZ | 19.07 | 7.81 | 93.43 | - |
| YUV | 44.97 | 245.4 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 253 | 0.80 | 0.99 | 0 | 0.01 | 251.47 | 0.98 | 0.5 |
| Hex | 32 | 2 | FD | 50 | 63 | 0 | 1 | FB | 62 | 32 |
| Octal | 62 | 2 | 375 | 120 | 143 | 0 | 1 | 373 | 142 | 62 |
| Binary | 110010 | 10 | 11111101 | 1010000 | 1100011 | 0 | 1 | 11111011 | 1100010 | 110010 |
Color Harmonies of #3202FD
Complementary color
Monochromatic Colors of #3202FD
Black with #3202FD
Text Example
Text Example
White with #3202FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3202FD; }
p { color: rgb(50,2,253); }
H1.HeaderClassName
{
color: #3202FD;
}
.AnyTagClassName
{
color: #3202FD;
}
</style>
background-color css
<style>
a { background-color: #3202FD; }
a { background-color: rgb(50,2,253); }
div.DivClassName
{
background-color: #3202FD;
}
.BgClassName
{
background-color: #3202FD;
}
</style>
border-color css
<style>
span { border-color: #3202FD; }
span { border-color: rgb(50,2,253); }
td.TdClassName
{
border-color: #3202FD;
}
.TagClassName
{
border-color: #3202FD;
}
</style>