Shades of Han Purple #332CED
Tints of Han Purple #332CED
RGB
CMYK
RGB Variations
Color information
#332CED (or 0x332CED) is known color: Han Purple. HEX triplet: 33, 2C and ED. RGB value is (51,44,237). Sum of RGB (Red+Green+Blue) = 51+44+237=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 237 (92.97% from 255 or 71.39% from 332); Max value from RGB is 237 - color contains mainly: blue. Hex color #332CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332CED is #CCD312. Grayscale: #434343. Windows color (decimal): -13423379 or 15543347. OLE color: 15543347.
HSL color Cylindrical-coordinate representation of color #332CED: hue angle of 242.18º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #332CED is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 44 | 237 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.07 |
| HSL | 242.18º | 0.84% | 0.55% | - |
| HSV(B) | 242.18º | 0.81% | 0.93% | - |
| XYZ | 17.55 | 8.62 | 80.86 | - |
| YUV | 68.1 | 223.32 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 237 | 0.78 | 0.81 | 0 | 0.07 | 242.18 | 0.84 | 0.55 |
| Hex | 33 | 2C | ED | 4E | 51 | 0 | 7 | F2 | 54 | 37 |
| Octal | 63 | 54 | 355 | 116 | 121 | 0 | 7 | 362 | 124 | 67 |
| Binary | 110011 | 101100 | 11101101 | 1001110 | 1010001 | 0 | 111 | 11110010 | 1010100 | 110111 |
Color Harmonies of #332CED
Complementary color
Monochromatic Colors of #332CED
Black with #332CED
Text Example
Text Example
White with #332CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332CED; }
p { color: rgb(51,44,237); }
H1.HeaderClassName
{
color: #332CED;
}
.AnyTagClassName
{
color: #332CED;
}
</style>
background-color css
<style>
a { background-color: #332CED; }
a { background-color: rgb(51,44,237); }
div.DivClassName
{
background-color: #332CED;
}
.BgClassName
{
background-color: #332CED;
}
</style>
border-color css
<style>
span { border-color: #332CED; }
span { border-color: rgb(51,44,237); }
td.TdClassName
{
border-color: #332CED;
}
.TagClassName
{
border-color: #332CED;
}
</style>