#4E0561

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

Shades of Indigo #4E0561

Tints of Indigo #4E0561

Color information

#4E0561 (or 0x4E0561) is unknown color: approx Indigo. HEX triplet: 4E, 05 and 61. RGB value is (78,5,97). Sum of RGB (Red+Green+Blue) = 78+5+97=180 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.33% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E0561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0561 is #B1FA9E. Grayscale: #252525. Windows color (decimal): -11664031 or 6358350. OLE color: 6358350.

HSL color Cylindrical-coordinate representation of color #4E0561: hue angle of 287.61º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E0561 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB78597-
CMYK0.200.9500.62
HSL287.61º90.2%20%-
HSV(B)287.61º94.85%38.04%-
XYZ5.352.5911.53-
YUV37.32161.68157.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 43.33%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 97 (38.28% from 255) = 53.89%
R=43.33%
G=2.78%
B=53.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal785970.200.9500.62287.6190.220
Hex4E561145F03E1205a14
Octal11651412413707644013224
Binary100111010111000011010010111110111110100100000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,5,97); }

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

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

 a { background-color: rgb(78,5,97); }

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

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

 span { border-color: rgb(78,5,97); }

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