Shades of Han Purple #322AFC
Tints of Han Purple #322AFC
RGB
CMYK
RGB Variations
Color information
#322AFC (or 0x322AFC) is known color: Han Purple. HEX triplet: 32, 2A and FC. RGB value is (50,42,252). Sum of RGB (Red+Green+Blue) = 50+42+252=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #322AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #322AFC is #CDD503. Grayscale: #434343. Windows color (decimal): -13489412 or 16525874. OLE color: 16525874.
HSL color Cylindrical-coordinate representation of color #322AFC: hue angle of 242.29º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #322AFC is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 42 | 252 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.01 |
| HSL | 242.29º | 0.97% | 0.58% | - |
| HSV(B) | 242.29º | 0.83% | 0.99% | - |
| XYZ | 19.71 | 9.36 | 92.86 | - |
| YUV | 68.33 | 231.65 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 252 | 0.80 | 0.83 | 0 | 0.01 | 242.29 | 0.97 | 0.58 |
| Hex | 32 | 2A | FC | 50 | 53 | 0 | 1 | F2 | 61 | 3A |
| Octal | 62 | 52 | 374 | 120 | 123 | 0 | 1 | 362 | 141 | 72 |
| Binary | 110010 | 101010 | 11111100 | 1010000 | 1010011 | 0 | 1 | 11110010 | 1100001 | 111010 |
Color Harmonies of #322AFC
Complementary color
Monochromatic Colors of #322AFC
Black with #322AFC
Text Example
Text Example
White with #322AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322AFC; }
p { color: rgb(50,42,252); }
H1.HeaderClassName
{
color: #322AFC;
}
.AnyTagClassName
{
color: #322AFC;
}
</style>
background-color css
<style>
a { background-color: #322AFC; }
a { background-color: rgb(50,42,252); }
div.DivClassName
{
background-color: #322AFC;
}
.BgClassName
{
background-color: #322AFC;
}
</style>
border-color css
<style>
span { border-color: #322AFC; }
span { border-color: rgb(50,42,252); }
td.TdClassName
{
border-color: #322AFC;
}
.TagClassName
{
border-color: #322AFC;
}
</style>