#4D21DD

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

Shades of Han Purple #4D21DD

Tints of Han Purple #4D21DD

Color information

#4D21DD (or 0x4D21DD) is unknown color: approx Han Purple. HEX triplet: 4D, 21 and DD. RGB value is (77,33,221). Sum of RGB (Red+Green+Blue) = 77+33+221=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D21DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D21DD is #B2DE22. Grayscale: #424242. Windows color (decimal): -11722275 or 14491981. OLE color: 14491981.

HSL color Cylindrical-coordinate representation of color #4D21DD: hue angle of 254.04º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D21DD is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7733221-
CMYK0.650.8500.13
HSL254.04º74.02%49.8%-
HSV(B)254.04º85.07%86.67%-
XYZ16.667.8969.05-
YUV67.59214.58134.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.26%
GREEN value IS 33 (13.28% from 255) = 9.97%
BLUE value IS 221 (86.72% from 255) = 66.77%
R=23.26%
G=9.97%
B=66.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal77332210.650.8500.13254.0474.0249.8
Hex4D21DD41550Dfe4a32
Octal1154133510112501537611262
Binary1001101100001110111011000001101010101101111111101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D21DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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