Shades of Han Purple #332AFC
Tints of Han Purple #332AFC
RGB
CMYK
RGB Variations
Color information
#332AFC (or 0x332AFC) is known color: Han Purple. HEX triplet: 33, 2A and FC. RGB value is (51,42,252). Sum of RGB (Red+Green+Blue) = 51+42+252=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 252 (98.83% from 255 or 73.04% from 345); Max value from RGB is 252 - color contains mainly: blue. Hex color #332AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332AFC is #CCD503. Grayscale: #434343. Windows color (decimal): -13423876 or 16525875. OLE color: 16525875.
HSL color Cylindrical-coordinate representation of color #332AFC: hue angle of 242.57º 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 #332AFC is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 42 | 252 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.01 |
| HSL | 242.57º | 0.97% | 0.58% | - |
| HSV(B) | 242.57º | 0.83% | 0.99% | - |
| XYZ | 19.76 | 9.39 | 92.87 | - |
| YUV | 68.63 | 231.48 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 252 | 0.80 | 0.83 | 0 | 0.01 | 242.57 | 0.97 | 0.58 |
| Hex | 33 | 2A | FC | 50 | 53 | 0 | 1 | F3 | 61 | 3A |
| Octal | 63 | 52 | 374 | 120 | 123 | 0 | 1 | 363 | 141 | 72 |
| Binary | 110011 | 101010 | 11111100 | 1010000 | 1010011 | 0 | 1 | 11110011 | 1100001 | 111010 |
Color Harmonies of #332AFC
Complementary color
Monochromatic Colors of #332AFC
Black with #332AFC
Text Example
Text Example
White with #332AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332AFC; }
p { color: rgb(51,42,252); }
H1.HeaderClassName
{
color: #332AFC;
}
.AnyTagClassName
{
color: #332AFC;
}
</style>
background-color css
<style>
a { background-color: #332AFC; }
a { background-color: rgb(51,42,252); }
div.DivClassName
{
background-color: #332AFC;
}
.BgClassName
{
background-color: #332AFC;
}
</style>
border-color css
<style>
span { border-color: #332AFC; }
span { border-color: rgb(51,42,252); }
td.TdClassName
{
border-color: #332AFC;
}
.TagClassName
{
border-color: #332AFC;
}
</style>