Shades of Han Purple #3205F8
Tints of Han Purple #3205F8
RGB
CMYK
RGB Variations
Color information
#3205F8 (or 0x3205F8) is known color: Han Purple. HEX triplet: 32, 05 and F8. RGB value is (50,5,248). Sum of RGB (Red+Green+Blue) = 50+5+248=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 248 (97.27% from 255 or 81.85% from 303); Max value from RGB is 248 - color contains mainly: blue. Hex color #3205F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3205F8 is #CDFA07. Grayscale: #2D2D2D. Windows color (decimal): -13498888 or 16254258. OLE color: 16254258.
HSL color Cylindrical-coordinate representation of color #3205F8: hue angle of 251.11º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3205F8 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 5 | 248 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.03 |
| HSL | 251.11º | 0.96% | 0.5% | - |
| HSV(B) | 251.11º | 0.98% | 0.97% | - |
| XYZ | 18.31 | 7.56 | 89.3 | - |
| YUV | 46.16 | 241.91 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 248 | 0.80 | 0.98 | 0 | 0.03 | 251.11 | 0.96 | 0.5 |
| Hex | 32 | 5 | F8 | 50 | 62 | 0 | 3 | FB | 60 | 32 |
| Octal | 62 | 5 | 370 | 120 | 142 | 0 | 3 | 373 | 140 | 62 |
| Binary | 110010 | 101 | 11111000 | 1010000 | 1100010 | 0 | 11 | 11111011 | 1100000 | 110010 |
Color Harmonies of #3205F8
Complementary color
Monochromatic Colors of #3205F8
Black with #3205F8
Text Example
Text Example
White with #3205F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3205F8; }
p { color: rgb(50,5,248); }
H1.HeaderClassName
{
color: #3205F8;
}
.AnyTagClassName
{
color: #3205F8;
}
</style>
background-color css
<style>
a { background-color: #3205F8; }
a { background-color: rgb(50,5,248); }
div.DivClassName
{
background-color: #3205F8;
}
.BgClassName
{
background-color: #3205F8;
}
</style>
border-color css
<style>
span { border-color: #3205F8; }
span { border-color: rgb(50,5,248); }
td.TdClassName
{
border-color: #3205F8;
}
.TagClassName
{
border-color: #3205F8;
}
</style>