Shades of Han Purple #322AF9
Tints of Han Purple #322AF9
RGB
CMYK
RGB Variations
Color information
#322AF9 (or 0x322AF9) is known color: Han Purple. HEX triplet: 32, 2A and F9. RGB value is (50,42,249). Sum of RGB (Red+Green+Blue) = 50+42+249=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 249 (97.66% from 255 or 73.02% from 341); Max value from RGB is 249 - color contains mainly: blue. Hex color #322AF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #322AF9 is #CDD506. Grayscale: #434343. Windows color (decimal): -13489415 or 16329266. OLE color: 16329266.
HSL color Cylindrical-coordinate representation of color #322AF9: hue angle of 242.32º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #322AF9 is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 42 | 249 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.02 |
| HSL | 242.32º | 0.95% | 0.57% | - |
| HSV(B) | 242.32º | 0.83% | 0.98% | - |
| XYZ | 19.24 | 9.17 | 90.38 | - |
| YUV | 67.99 | 230.15 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 249 | 0.80 | 0.83 | 0 | 0.02 | 242.32 | 0.95 | 0.57 |
| Hex | 32 | 2A | F9 | 50 | 53 | 0 | 2 | F2 | 5F | 39 |
| Octal | 62 | 52 | 371 | 120 | 123 | 0 | 2 | 362 | 137 | 71 |
| Binary | 110010 | 101010 | 11111001 | 1010000 | 1010011 | 0 | 10 | 11110010 | 1011111 | 111001 |
Color Harmonies of #322AF9
Complementary color
Monochromatic Colors of #322AF9
Black with #322AF9
Text Example
Text Example
White with #322AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322AF9; }
p { color: rgb(50,42,249); }
H1.HeaderClassName
{
color: #322AF9;
}
.AnyTagClassName
{
color: #322AF9;
}
</style>
background-color css
<style>
a { background-color: #322AF9; }
a { background-color: rgb(50,42,249); }
div.DivClassName
{
background-color: #322AF9;
}
.BgClassName
{
background-color: #322AF9;
}
</style>
border-color css
<style>
span { border-color: #322AF9; }
span { border-color: rgb(50,42,249); }
td.TdClassName
{
border-color: #322AF9;
}
.TagClassName
{
border-color: #322AF9;
}
</style>