#4C005B

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

Shades of Indigo #4C005B

Tints of Indigo #4C005B

Color information

#4C005B (or 0x4C005B) is unknown color: approx Indigo. HEX triplet: 4C, 00 and 5B. RGB value is (76,0,91). Sum of RGB (Red+Green+Blue) = 76+0+91=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C005B is #B3FFA4. Grayscale: #202020. Windows color (decimal): -11796389 or 5963852. OLE color: 5963852.

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

Color convert

RGB76091-
CMYK0.16100.64
HSL290.11º100%17.84%-
HSV(B)290.11º100%35.69%-
XYZ4.872.2910.08-
YUV33.1160.68158.6-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 54.49%
R=45.51%
G=0%
B=54.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal760910.16100.64290.1110017.84
Hex4C05B10640401226412
Octal114013320144010044214422
Binary10011000101101110000110010001000000100100010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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