Html Css Color HEX #4D216D Blue Diamond

📋 copy color: '#4D216D'

red 77 ◦ green 33 ◦ blue 109

#4D216D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #4D216D

Tints of Blue Diamond #4D216D

RGB

 RED value IS 77 (30.47% from 255) = 35.16%

 GREEN value IS 33 (13.28% from 255) = 15.07%

 BLUE value IS 109 (42.97% from 255) = 49.77%

R = 35.16%
G = 15.07%
B = 49.77%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D216D (or 0x4D216D) is known color: Blue Diamond. HEX triplet: 4D, 21 and 6D. RGB value is (77,33,109). Sum of RGB (Red+Green+Blue) = 77+33+109=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D216D is #B2DE92. Grayscale: #363636. Windows color (decimal): -11722387 or 7151949. OLE color: 7151949.

HSL color Cylindrical-coordinate representation of color #4D216D: hue angle of 274.74º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D216D is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 33 109 -
CMYK 0.29 0.70 0 0.57
HSL 274.74º 0.54% 0.28% -
HSV(B) 274.74º 0.7% 0.43% -
XYZ 6.36 3.77 14.86 -
YUV 54.82 158.58 143.82 -
System Red Green Blue C M Y K H S L
Decimal 77 33 109 0.29 0.70 0 0.57 274.74 0.54 0.28
Hex 4D 21 6D 1D 46 0 39 113 36 1C
Octal 115 41 155 35 106 0 71 423 66 34
Binary 1001101 100001 1101101 11101 1000110 0 111001 100010011 110110 11100

Color Harmonies of #4D216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D216D

Black with #4D216D

Text Example


Text Example

White with #4D216D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D216D;
 }
 .AnyTagClassName
 {
   color: #4D216D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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