Shades of Han Purple #3225FF
Tints of Han Purple #3225FF
RGB
CMYK
RGB Variations
Color information
#3225FF (or 0x3225FF) is known color: Han Purple. HEX triplet: 32, 25 and FF. RGB value is (50,37,255). Sum of RGB (Red+Green+Blue) = 50+37+255=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #3225FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3225FF is #CDDA00. Grayscale: #404040. Windows color (decimal): -13490689 or 16721202. OLE color: 16721202.
HSL color Cylindrical-coordinate representation of color #3225FF: hue angle of 243.58º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3225FF is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 37 | 255 | - |
| CMYK | 0.80 | 0.85 | 0 | 0 |
| HSL | 243.58º | 1% | 0.57% | - |
| HSV(B) | 243.58º | 0.85% | 1% | - |
| XYZ | 20.03 | 9.22 | 95.33 | - |
| YUV | 65.74 | 234.81 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 255 | 0.80 | 0.85 | 0 | 0 | 243.58 | 1 | 0.57 |
| Hex | 32 | 25 | FF | 50 | 55 | 0 | 0 | F4 | 64 | 39 |
| Octal | 62 | 45 | 377 | 120 | 125 | 0 | 0 | 364 | 144 | 71 |
| Binary | 110010 | 100101 | 11111111 | 1010000 | 1010101 | 0 | 0 | 11110100 | 1100100 | 111001 |
Color Harmonies of #3225FF
Complementary color
Monochromatic Colors of #3225FF
Black with #3225FF
Text Example
Text Example
White with #3225FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3225FF; }
p { color: rgb(50,37,255); }
H1.HeaderClassName
{
color: #3225FF;
}
.AnyTagClassName
{
color: #3225FF;
}
</style>
background-color css
<style>
a { background-color: #3225FF; }
a { background-color: rgb(50,37,255); }
div.DivClassName
{
background-color: #3225FF;
}
.BgClassName
{
background-color: #3225FF;
}
</style>
border-color css
<style>
span { border-color: #3225FF; }
span { border-color: rgb(50,37,255); }
td.TdClassName
{
border-color: #3225FF;
}
.TagClassName
{
border-color: #3225FF;
}
</style>