#4E0661

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

Shades of Indigo #4E0661

Tints of Indigo #4E0661

Color information

#4E0661 (or 0x4E0661) is unknown color: approx Indigo. HEX triplet: 4E, 06 and 61. RGB value is (78,6,97). Sum of RGB (Red+Green+Blue) = 78+6+97=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E0661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0661 is #B1F99E. Grayscale: #252525. Windows color (decimal): -11663775 or 6358606. OLE color: 6358606.

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

Color convert

RGB78697-
CMYK0.200.9400.62
HSL287.47º88.35%20.2%-
HSV(B)287.47º93.81%38.04%-
XYZ5.362.6111.53-
YUV37.9161.35156.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 43.09%
GREEN value IS 6 (2.73% from 255) = 3.31%
BLUE value IS 97 (38.28% from 255) = 53.59%
R=43.09%
G=3.31%
B=53.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal786970.200.9400.62287.4788.3520.2
Hex4E661145E03E11f5814
Octal11661412413607643713024
Binary100111011011000011010010111100111110100011111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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