#4D029C

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

Shades of Indigo #4D029C

Tints of Indigo #4D029C

Color information

#4D029C (or 0x4D029C) is unknown color: approx Indigo. HEX triplet: 4D, 02 and 9C. RGB value is (77,2,156). Sum of RGB (Red+Green+Blue) = 77+2+156=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 156 (61.33% from 255 or 66.38% from 235); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D029C is #B2FD63. Grayscale: #292929. Windows color (decimal): -11730276 or 10224205. OLE color: 10224205.

HSL color Cylindrical-coordinate representation of color #4D029C: hue angle of 269.22º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D029C is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB772156-
CMYK0.510.9900.39
HSL269.22º97.47%30.98%-
HSV(B)269.22º98.72%61.18%-
XYZ9.084.0231.75-
YUV41.98192.35152.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.77%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 156 (61.33% from 255) = 66.38%
R=32.77%
G=0.85%
B=66.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal7721560.510.9900.39269.2297.4730.98
Hex4D29C336302710d611f
Octal11522346314304741514137
Binary1001101101001110011001111000110100111100001101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,2,156); }

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

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

 a { background-color: rgb(77,2,156); }

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

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

 span { border-color: rgb(77,2,156); }

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