Shades of Han Purple #3225FA
Tints of Han Purple #3225FA
RGB
CMYK
RGB Variations
Color information
#3225FA (or 0x3225FA) is known color: Han Purple. HEX triplet: 32, 25 and FA. RGB value is (50,37,250). Sum of RGB (Red+Green+Blue) = 50+37+250=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #3225FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3225FA is #CDDA05. Grayscale: #404040. Windows color (decimal): -13490694 or 16393522. OLE color: 16393522.
HSL color Cylindrical-coordinate representation of color #3225FA: hue angle of 243.66º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3225FA is Cyan = 0.8, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 37 | 250 | - |
| CMYK | 0.8 | 0.85 | 0 | 0.02 |
| HSL | 243.66º | 0.96% | 0.56% | - |
| HSV(B) | 243.66º | 0.85% | 0.98% | - |
| XYZ | 19.23 | 8.9 | 91.15 | - |
| YUV | 65.17 | 232.31 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 250 | 0.8 | 0.85 | 0 | 0.02 | 243.66 | 0.96 | 0.56 |
| Hex | 32 | 25 | FA | 50 | 55 | 0 | 2 | F4 | 60 | 38 |
| Octal | 62 | 45 | 372 | 120 | 125 | 0 | 2 | 364 | 140 | 70 |
| Binary | 110010 | 100101 | 11111010 | 1010000 | 1010101 | 0 | 10 | 11110100 | 1100000 | 111000 |
Color Harmonies of #3225FA
Complementary color
Monochromatic Colors of #3225FA
Black with #3225FA
Text Example
Text Example
White with #3225FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3225FA; }
p { color: rgb(50,37,250); }
H1.HeaderClassName
{
color: #3225FA;
}
.AnyTagClassName
{
color: #3225FA;
}
</style>
background-color css
<style>
a { background-color: #3225FA; }
a { background-color: rgb(50,37,250); }
div.DivClassName
{
background-color: #3225FA;
}
.BgClassName
{
background-color: #3225FA;
}
</style>
border-color css
<style>
span { border-color: #3225FA; }
span { border-color: rgb(50,37,250); }
td.TdClassName
{
border-color: #3225FA;
}
.TagClassName
{
border-color: #3225FA;
}
</style>