#4c005a

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

Shades of Indigo #4C005A

Tints of Indigo #4C005A

Color information

#4C005A (or 0x4C005A) is unknown color: approx Indigo. HEX triplet: 4C, 00 and 5A. RGB value is (76,0,90). Sum of RGB (Red+Green+Blue) = 76+0+90=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C005A is #B3FFA5. Grayscale: #202020. Windows color (decimal): -11796390 or 5898316. OLE color: 5898316.

HSL color Cylindrical-coordinate representation of color #4C005A: hue angle of 290.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C005A is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB76090-
CMYK0.16100.65
HSL290.67º100%17.65%-
HSV(B)290.67º100%35.29%-
XYZ4.832.279.86-
YUV32.98160.18158.68-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 54.22%
R=45.78%
G=0%
B=54.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal760900.16100.65290.6710017.65
Hex4C05A10640411236412
Octal114013220144010144314422
Binary10011000101101010000110010001000001100100011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c005a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,0,90); }

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

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

 a { background-color: rgb(76,0,90); }

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

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

 span { border-color: rgb(76,0,90); }

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