#4C036E

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

Shades of Indigo #4C036E

Tints of Indigo #4C036E

Color information

#4C036E (or 0x4C036E) is unknown color: approx Indigo. HEX triplet: 4C, 03 and 6E. RGB value is (76,3,110). Sum of RGB (Red+Green+Blue) = 76+3+110=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C036E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C036E is #B3FC91. Grayscale: #242424. Windows color (decimal): -11795602 or 7209804. OLE color: 7209804.

HSL color Cylindrical-coordinate representation of color #4C036E: hue angle of 280.93º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C036E is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB763110-
CMYK0.310.9700.57
HSL280.93º94.69%22.16%-
HSV(B)280.93º97.27%43.14%-
XYZ5.832.7314.97-
YUV37.02169.18155.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40.21%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 110 (43.36% from 255) = 58.20%
R=40.21%
G=1.59%
B=58.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7631100.310.9700.57280.9394.6922.16
Hex4C36E1F610391195f16
Octal11431563714107143113726
Binary10011001111011101111111000010111001100011001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,3,110); }

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

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

 a { background-color: rgb(76,3,110); }

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

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

 span { border-color: rgb(76,3,110); }

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