#4E177C

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

Shades of Indigo #4E177C

Tints of Indigo #4E177C

Color information

#4E177C (or 0x4E177C) is unknown color: approx Indigo. HEX triplet: 4E, 17 and 7C. RGB value is (78,23,124). Sum of RGB (Red+Green+Blue) = 78+23+124=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E177C is #B1E883. Grayscale: #323232. Windows color (decimal): -11659396 or 8132430. OLE color: 8132430.

HSL color Cylindrical-coordinate representation of color #4E177C: hue angle of 272.67º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E177C is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7823124-
CMYK0.370.8100.51
HSL272.67º68.71%28.82%-
HSV(B)272.67º81.45%48.63%-
XYZ7.093.6919.41-
YUV50.96169.22147.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.67%
GREEN value IS 23 (9.38% from 255) = 10.22%
BLUE value IS 124 (48.83% from 255) = 55.11%
R=34.67%
G=10.22%
B=55.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78231240.370.8100.51272.6768.7128.82
Hex4E177C2551033111451d
Octal116271744512106342110535
Binary100111010111111110010010110100010110011100010001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E177C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,23,124); }

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

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

 a { background-color: rgb(78,23,124); }

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

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

 span { border-color: rgb(78,23,124); }

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