Shades of Han Purple #3205FA
Tints of Han Purple #3205FA
RGB
CMYK
RGB Variations
Color information
#3205FA (or 0x3205FA) is known color: Han Purple. HEX triplet: 32, 05 and FA. RGB value is (50,5,250). Sum of RGB (Red+Green+Blue) = 50+5+250=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 250 (98.05% from 255 or 81.97% from 305); Max value from RGB is 250 - color contains mainly: blue. Hex color #3205FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3205FA is #CDFA05. Grayscale: #2D2D2D. Windows color (decimal): -13498886 or 16385330. OLE color: 16385330.
HSL color Cylindrical-coordinate representation of color #3205FA: hue angle of 251.02º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3205FA is Cyan = 0.8, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 5 | 250 | - |
| CMYK | 0.8 | 0.98 | 0 | 0.02 |
| HSL | 251.02º | 0.96% | 0.5% | - |
| HSV(B) | 251.02º | 0.98% | 0.98% | - |
| XYZ | 18.62 | 7.69 | 90.94 | - |
| YUV | 46.39 | 242.91 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 250 | 0.8 | 0.98 | 0 | 0.02 | 251.02 | 0.96 | 0.5 |
| Hex | 32 | 5 | FA | 50 | 62 | 0 | 2 | FB | 60 | 32 |
| Octal | 62 | 5 | 372 | 120 | 142 | 0 | 2 | 373 | 140 | 62 |
| Binary | 110010 | 101 | 11111010 | 1010000 | 1100010 | 0 | 10 | 11111011 | 1100000 | 110010 |
Color Harmonies of #3205FA
Complementary color
Monochromatic Colors of #3205FA
Black with #3205FA
Text Example
Text Example
White with #3205FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3205FA; }
p { color: rgb(50,5,250); }
H1.HeaderClassName
{
color: #3205FA;
}
.AnyTagClassName
{
color: #3205FA;
}
</style>
background-color css
<style>
a { background-color: #3205FA; }
a { background-color: rgb(50,5,250); }
div.DivClassName
{
background-color: #3205FA;
}
.BgClassName
{
background-color: #3205FA;
}
</style>
border-color css
<style>
span { border-color: #3205FA; }
span { border-color: rgb(50,5,250); }
td.TdClassName
{
border-color: #3205FA;
}
.TagClassName
{
border-color: #3205FA;
}
</style>