Html Css Color HEX #4D3271 Blue Diamond

📋 copy color: '#4D3271'

red 77 ◦ green 50 ◦ blue 113

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

Shades of Blue Diamond #4D3271

Tints of Blue Diamond #4D3271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.83%

 BLUE value IS 113 (44.53% from 255) = 47.08%

R = 32.08%
G = 20.83%
B = 47.08%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D3271 (or 0x4D3271) is known color: Blue Diamond. HEX triplet: 4D, 32 and 71. RGB value is (77,50,113). Sum of RGB (Red+Green+Blue) = 77+50+113=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D3271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3271 is #B2CD8E. Grayscale: #414141. Windows color (decimal): -11718031 or 7418445. OLE color: 7418445.

HSL color Cylindrical-coordinate representation of color #4D3271: hue angle of 265.71º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D3271 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 50 113 -
CMYK 0.32 0.56 0 0.56
HSL 265.71º 0.39% 0.32% -
HSV(B) 265.71º 0.56% 0.44% -
XYZ 7.18 5.05 16.22 -
YUV 65.26 154.95 136.38 -
System Red Green Blue C M Y K H S L
Decimal 77 50 113 0.32 0.56 0 0.56 265.71 0.39 0.32
Hex 4D 32 71 20 38 0 38 10A 27 20
Octal 115 62 161 40 70 0 70 412 47 40
Binary 1001101 110010 1110001 100000 111000 0 111000 100001010 100111 100000

Color Harmonies of #4D3271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3271

Black with #4D3271

Text Example


Text Example

White with #4D3271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,50,113); }

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

background-color css

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

 a { background-color: rgb(77,50,113); }

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

border-color css

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

 span { border-color: rgb(77,50,113); }

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