#4D0788

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

Shades of Indigo #4D0788

Tints of Indigo #4D0788

Color information

#4D0788 (or 0x4D0788) is unknown color: approx Indigo. HEX triplet: 4D, 07 and 88. RGB value is (77,7,136). Sum of RGB (Red+Green+Blue) = 77+7+136=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D0788 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0788 is #B2F877. Grayscale: #2A2A2A. Windows color (decimal): -11729016 or 8914765. OLE color: 8914765.

HSL color Cylindrical-coordinate representation of color #4D0788: hue angle of 272.56º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0788 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB777136-
CMYK0.430.9500.47
HSL272.56º90.21%28.04%-
HSV(B)272.56º94.85%53.33%-
XYZ7.583.5123.57-
YUV42.64180.69152.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35%
GREEN value IS 7 (3.12% from 255) = 3.18%
BLUE value IS 136 (53.52% from 255) = 61.82%
R=35%
G=3.18%
B=61.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7771360.430.9500.47272.5690.2128.04
Hex4D7882B5F02F1115a1c
Octal11572105313705742113234
Binary10011011111000100010101110111110101111100010001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,7,136); }

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

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

 a { background-color: rgb(77,7,136); }

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

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

 span { border-color: rgb(77,7,136); }

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