#4C036A

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

Shades of Indigo #4C036A

Tints of Indigo #4C036A

Color information

#4C036A (or 0x4C036A) is unknown color: approx Indigo. HEX triplet: 4C, 03 and 6A. RGB value is (76,3,106). Sum of RGB (Red+Green+Blue) = 76+3+106=185 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.08% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 106 (41.80% from 255 or 57.30% from 185); Max value from RGB is 106 - color contains mainly: blue. Hex color #4C036A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C036A is #B3FC95. Grayscale: #242424. Windows color (decimal): -11795606 or 6947660. OLE color: 6947660.

HSL color Cylindrical-coordinate representation of color #4C036A: hue angle of 282.52º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C036A is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB763106-
CMYK0.280.9700.58
HSL282.52º94.5%21.37%-
HSV(B)282.52º97.17%41.57%-
XYZ5.612.6413.85-
YUV36.57167.18156.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.08%
GREEN value IS 3 (1.56% from 255) = 1.62%
BLUE value IS 106 (41.80% from 255) = 57.30%
R=41.08%
G=1.62%
B=57.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7631060.280.9700.58282.5294.521.37
Hex4C36A1C6103A11b5e15
Octal11431523414107243313625
Binary10011001111010101110011000010111010100011011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C036A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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