Shades of Han Purple #3202FF
Tints of Han Purple #3202FF
RGB
CMYK
RGB Variations
Color information
#3202FF (or 0x3202FF) is known color: Han Purple. HEX triplet: 32, 02 and FF. RGB value is (50,2,255). Sum of RGB (Red+Green+Blue) = 50+2+255=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 255 (100% from 255 or 83.06% from 307); Max value from RGB is 255 - color contains mainly: blue. Hex color #3202FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3202FF is #CDFD00. Grayscale: #2C2C2C. Windows color (decimal): -13499649 or 16712242. OLE color: 16712242.
HSL color Cylindrical-coordinate representation of color #3202FF: hue angle of 251.38º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3202FF is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 2 | 255 | - |
| CMYK | 0.80 | 0.99 | 0 | 0 |
| HSL | 251.38º | 1% | 0.5% | - |
| HSV(B) | 251.38º | 0.99% | 1% | - |
| XYZ | 19.39 | 7.94 | 95.12 | - |
| YUV | 45.19 | 246.4 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 255 | 0.80 | 0.99 | 0 | 0 | 251.38 | 1 | 0.5 |
| Hex | 32 | 2 | FF | 50 | 63 | 0 | 0 | FB | 64 | 32 |
| Octal | 62 | 2 | 377 | 120 | 143 | 0 | 0 | 373 | 144 | 62 |
| Binary | 110010 | 10 | 11111111 | 1010000 | 1100011 | 0 | 0 | 11111011 | 1100100 | 110010 |
Color Harmonies of #3202FF
Complementary color
Monochromatic Colors of #3202FF
Black with #3202FF
Text Example
Text Example
White with #3202FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3202FF; }
p { color: rgb(50,2,255); }
H1.HeaderClassName
{
color: #3202FF;
}
.AnyTagClassName
{
color: #3202FF;
}
</style>
background-color css
<style>
a { background-color: #3202FF; }
a { background-color: rgb(50,2,255); }
div.DivClassName
{
background-color: #3202FF;
}
.BgClassName
{
background-color: #3202FF;
}
</style>
border-color css
<style>
span { border-color: #3202FF; }
span { border-color: rgb(50,2,255); }
td.TdClassName
{
border-color: #3202FF;
}
.TagClassName
{
border-color: #3202FF;
}
</style>