#4E0061

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

Shades of Indigo #4E0061

Tints of Indigo #4E0061

Color information

#4E0061 (or 0x4E0061) is unknown color: approx Indigo. HEX triplet: 4E, 00 and 61. RGB value is (78,0,97). Sum of RGB (Red+Green+Blue) = 78+0+97=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E0061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0061 is #B1FF9E. Grayscale: #222222. Windows color (decimal): -11665311 or 6357070. OLE color: 6357070.

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

Color convert

RGB78097-
CMYK0.20100.62
HSL288.25º100%19.02%-
HSV(B)288.25º100%38.04%-
XYZ5.32.4811.51-
YUV34.38163.34159.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 55.43%
R=44.57%
G=0%
B=55.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal780970.20100.62288.2510019.02
Hex4E061146403E1206413
Octal11601412414407644014423
Binary1001110011000011010011001000111110100100000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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