#4C33DD

Color #4C33DD Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4C33DD

Tints of Han Purple #4C33DD

Color information

#4C33DD (or 0x4C33DD) is unknown color: approx Han Purple. HEX triplet: 4C, 33 and DD. RGB value is (76,51,221). Sum of RGB (Red+Green+Blue) = 76+51+221=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C33DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C33DD is #B3CC22. Grayscale: #4D4D4D. Windows color (decimal): -11783203 or 14496588. OLE color: 14496588.

HSL color Cylindrical-coordinate representation of color #4C33DD: hue angle of 248.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C33DD is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7651221-
CMYK0.660.7700.13
HSL248.82º71.43%53.33%-
HSV(B)248.82º76.92%86.67%-
XYZ17.229.1269.26-
YUV77.86208.78126.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 21.84%
GREEN value IS 51 (20.31% from 255) = 14.66%
BLUE value IS 221 (86.72% from 255) = 63.51%
R=21.84%
G=14.66%
B=63.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal76512210.660.7700.13248.8271.4353.33
Hex4C33DD424D0Df94735
Octal1146333510211501537110765
Binary1001100110011110111011000010100110101101111110011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C33DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C33DD; }

 p { color: rgb(76,51,221); }

 H1.HeaderClassName
 {
   color: #4C33DD;
 }
 .AnyTagClassName
 {
   color: #4C33DD;
 }
</style>
background-color css

<style>
 a { background-color: #4C33DD; }

 a { background-color: rgb(76,51,221); }

 div.DivClassName
 {
   background-color: #4C33DD;
 }
 .BgClassName
 {
   background-color: #4C33DD;
 }
</style>
border-color css

<style>
 span { border-color: #4C33DD; }

 span { border-color: rgb(76,51,221); }

 td.TdClassName
 {
   border-color: #4C33DD;
 }
 .TagClassName
 {
   border-color: #4C33DD;
 }
</style>