#4d1c71

Color #4D1C71 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #4D1C71

Tints of Blue Diamond #4D1C71

Color information

#4D1C71 (or 0x4D1C71) is unknown color: approx Blue Diamond. HEX triplet: 4D, 1C and 71. RGB value is (77,28,113). Sum of RGB (Red+Green+Blue) = 77+28+113=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D1C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1C71 is #B2E38E. Grayscale: #343434. Windows color (decimal): -11723663 or 7412813. OLE color: 7412813.

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

Color convert

RGB7728113-
CMYK0.320.7500.56
HSL274.59º60.28%27.65%-
HSV(B)274.59º75.22%44.31%-
XYZ6.463.615.98-
YUV52.34162.23145.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.32%
GREEN value IS 28 (11.33% from 255) = 12.84%
BLUE value IS 113 (44.53% from 255) = 51.83%
R=35.32%
G=12.84%
B=51.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77281130.320.7500.56274.5960.2827.65
Hex4D1C71204B0381133c1c
Octal11534161401130704237434
Binary10011011110011100011000001001011011100010001001111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d1c71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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