#4E2771

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

Shades of Blue Diamond #4E2771

Tints of Blue Diamond #4E2771

Color information

#4E2771 (or 0x4E2771) is unknown color: approx Blue Diamond. HEX triplet: 4E, 27 and 71. RGB value is (78,39,113). Sum of RGB (Red+Green+Blue) = 78+39+113=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E2771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2771 is #B1D88E. Grayscale: #3A3A3A. Windows color (decimal): -11655311 or 7415630. OLE color: 7415630.

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

Color convert

RGB7839113-
CMYK0.310.6500.56
HSL271.62º48.68%29.8%-
HSV(B)271.62º65.49%44.31%-
XYZ6.854.2616.08-
YUV59.1158.42141.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.91%
GREEN value IS 39 (15.62% from 255) = 16.96%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=33.91%
G=16.96%
B=49.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78391130.310.6500.56271.6248.6829.8
Hex4E27711F41038110311e
Octal11647161371010704206136
Binary10011101001111110001111111000001011100010001000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,39,113); }

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

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

 a { background-color: rgb(78,39,113); }

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

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

 span { border-color: rgb(78,39,113); }

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