Shades of Han Purple #332CF0
Tints of Han Purple #332CF0
RGB
CMYK
RGB Variations
Color information
#332CF0 (or 0x332CF0) is known color: Han Purple. HEX triplet: 33, 2C and F0. RGB value is (51,44,240). Sum of RGB (Red+Green+Blue) = 51+44+240=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 240 (94.14% from 255 or 71.64% from 335); Max value from RGB is 240 - color contains mainly: blue. Hex color #332CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332CF0 is #CCD30F. Grayscale: #434343. Windows color (decimal): -13423376 or 15739955. OLE color: 15739955.
HSL color Cylindrical-coordinate representation of color #332CF0: hue angle of 242.14º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #332CF0 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 44 | 240 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.06 |
| HSL | 242.14º | 0.87% | 0.56% | - |
| HSV(B) | 242.14º | 0.82% | 0.94% | - |
| XYZ | 17.99 | 8.8 | 83.19 | - |
| YUV | 68.44 | 224.82 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 240 | 0.79 | 0.82 | 0 | 0.06 | 242.14 | 0.87 | 0.56 |
| Hex | 33 | 2C | F0 | 4F | 52 | 0 | 6 | F2 | 57 | 38 |
| Octal | 63 | 54 | 360 | 117 | 122 | 0 | 6 | 362 | 127 | 70 |
| Binary | 110011 | 101100 | 11110000 | 1001111 | 1010010 | 0 | 110 | 11110010 | 1010111 | 111000 |
Color Harmonies of #332CF0
Complementary color
Monochromatic Colors of #332CF0
Black with #332CF0
Text Example
Text Example
White with #332CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332CF0; }
p { color: rgb(51,44,240); }
H1.HeaderClassName
{
color: #332CF0;
}
.AnyTagClassName
{
color: #332CF0;
}
</style>
background-color css
<style>
a { background-color: #332CF0; }
a { background-color: rgb(51,44,240); }
div.DivClassName
{
background-color: #332CF0;
}
.BgClassName
{
background-color: #332CF0;
}
</style>
border-color css
<style>
span { border-color: #332CF0; }
span { border-color: rgb(51,44,240); }
td.TdClassName
{
border-color: #332CF0;
}
.TagClassName
{
border-color: #332CF0;
}
</style>