Shades of Han Purple #3227FC
Tints of Han Purple #3227FC
RGB
CMYK
RGB Variations
Color information
#3227FC (or 0x3227FC) is known color: Han Purple. HEX triplet: 32, 27 and FC. RGB value is (50,39,252). Sum of RGB (Red+Green+Blue) = 50+39+252=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 252 (98.83% from 255 or 73.90% from 341); Max value from RGB is 252 - color contains mainly: blue. Hex color #3227FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3227FC is #CDD803. Grayscale: #414141. Windows color (decimal): -13490180 or 16525106. OLE color: 16525106.
HSL color Cylindrical-coordinate representation of color #3227FC: hue angle of 243.1º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3227FC is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 39 | 252 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.01 |
| HSL | 243.1º | 0.97% | 0.57% | - |
| HSV(B) | 243.1º | 0.85% | 0.99% | - |
| XYZ | 19.61 | 9.16 | 92.83 | - |
| YUV | 66.57 | 232.64 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 252 | 0.80 | 0.85 | 0 | 0.01 | 243.1 | 0.97 | 0.57 |
| Hex | 32 | 27 | FC | 50 | 55 | 0 | 1 | F3 | 61 | 39 |
| Octal | 62 | 47 | 374 | 120 | 125 | 0 | 1 | 363 | 141 | 71 |
| Binary | 110010 | 100111 | 11111100 | 1010000 | 1010101 | 0 | 1 | 11110011 | 1100001 | 111001 |
Color Harmonies of #3227FC
Complementary color
Monochromatic Colors of #3227FC
Black with #3227FC
Text Example
Text Example
White with #3227FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3227FC; }
p { color: rgb(50,39,252); }
H1.HeaderClassName
{
color: #3227FC;
}
.AnyTagClassName
{
color: #3227FC;
}
</style>
background-color css
<style>
a { background-color: #3227FC; }
a { background-color: rgb(50,39,252); }
div.DivClassName
{
background-color: #3227FC;
}
.BgClassName
{
background-color: #3227FC;
}
</style>
border-color css
<style>
span { border-color: #3227FC; }
span { border-color: rgb(50,39,252); }
td.TdClassName
{
border-color: #3227FC;
}
.TagClassName
{
border-color: #3227FC;
}
</style>