#4C026A

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

Shades of Indigo #4C026A

Tints of Indigo #4C026A

Color information

#4C026A (or 0x4C026A) is unknown color: approx Indigo. HEX triplet: 4C, 02 and 6A. RGB value is (76,2,106). Sum of RGB (Red+Green+Blue) = 76+2+106=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 106 (41.80% from 255 or 57.61% from 184); Max value from RGB is 106 - color contains mainly: blue. Hex color #4C026A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C026A is #B3FD95. Grayscale: #232323. Windows color (decimal): -11795862 or 6947404. OLE color: 6947404.

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

Color convert

RGB762106-
CMYK0.280.9800.58
HSL282.69º96.3%21.18%-
HSV(B)282.69º98.11%41.57%-
XYZ5.62.6213.85-
YUV35.98167.52156.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.30%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 106 (41.80% from 255) = 57.61%
R=41.30%
G=1.09%
B=57.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7621060.280.9800.58282.6996.321.18
Hex4C26A1C6203A11b6015
Octal11421523414207243314025
Binary10011001011010101110011000100111010100011011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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