#4D33DD

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

Shades of Han Purple #4D33DD

Tints of Han Purple #4D33DD

Color information

#4D33DD (or 0x4D33DD) is unknown color: approx Han Purple. HEX triplet: 4D, 33 and DD. RGB value is (77,51,221). Sum of RGB (Red+Green+Blue) = 77+51+221=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D33DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D33DD is #B2CC22. Grayscale: #4D4D4D. Windows color (decimal): -11717667 or 14496589. OLE color: 14496589.

HSL color Cylindrical-coordinate representation of color #4D33DD: hue angle of 249.18º 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 #4D33DD is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7751221-
CMYK0.650.7700.13
HSL249.18º71.43%53.33%-
HSV(B)249.18º76.92%86.67%-
XYZ17.39.1769.26-
YUV78.15208.61127.18-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.06%
GREEN value IS 51 (20.31% from 255) = 14.61%
BLUE value IS 221 (86.72% from 255) = 63.32%
R=22.06%
G=14.61%
B=63.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal77512210.650.7700.13249.1871.4353.33
Hex4D33DD414D0Df94735
Octal1156333510111501537110765
Binary1001101110011110111011000001100110101101111110011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D33DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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