Shades of Han Purple #332CF2
Tints of Han Purple #332CF2
RGB
CMYK
RGB Variations
Color information
#332CF2 (or 0x332CF2) is known color: Han Purple. HEX triplet: 33, 2C and F2. RGB value is (51,44,242). Sum of RGB (Red+Green+Blue) = 51+44+242=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 242 (94.92% from 255 or 71.81% from 337); Max value from RGB is 242 - color contains mainly: blue. Hex color #332CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332CF2 is #CCD30D. Grayscale: #434343. Windows color (decimal): -13423374 or 15871027. OLE color: 15871027.
HSL color Cylindrical-coordinate representation of color #332CF2: hue angle of 242.12º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #332CF2 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 44 | 242 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.05 |
| HSL | 242.12º | 0.88% | 0.56% | - |
| HSV(B) | 242.12º | 0.82% | 0.95% | - |
| XYZ | 18.29 | 8.92 | 84.76 | - |
| YUV | 68.67 | 225.82 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 242 | 0.79 | 0.82 | 0 | 0.05 | 242.12 | 0.88 | 0.56 |
| Hex | 33 | 2C | F2 | 4F | 52 | 0 | 5 | F2 | 58 | 38 |
| Octal | 63 | 54 | 362 | 117 | 122 | 0 | 5 | 362 | 130 | 70 |
| Binary | 110011 | 101100 | 11110010 | 1001111 | 1010010 | 0 | 101 | 11110010 | 1011000 | 111000 |
Color Harmonies of #332CF2
Complementary color
Monochromatic Colors of #332CF2
Black with #332CF2
Text Example
Text Example
White with #332CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332CF2; }
p { color: rgb(51,44,242); }
H1.HeaderClassName
{
color: #332CF2;
}
.AnyTagClassName
{
color: #332CF2;
}
</style>
background-color css
<style>
a { background-color: #332CF2; }
a { background-color: rgb(51,44,242); }
div.DivClassName
{
background-color: #332CF2;
}
.BgClassName
{
background-color: #332CF2;
}
</style>
border-color css
<style>
span { border-color: #332CF2; }
span { border-color: rgb(51,44,242); }
td.TdClassName
{
border-color: #332CF2;
}
.TagClassName
{
border-color: #332CF2;
}
</style>