#4C00AB

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

Shades of Indigo #4C00AB

Tints of Indigo #4C00AB

Color information

#4C00AB (or 0x4C00AB) is unknown color: approx Indigo. HEX triplet: 4C, 00 and AB. RGB value is (76,0,171). Sum of RGB (Red+Green+Blue) = 76+0+171=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C00AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C00AB is #B3FF54. Grayscale: #292929. Windows color (decimal): -11796309 or 11206732. OLE color: 11206732.

HSL color Cylindrical-coordinate representation of color #4C00AB: hue angle of 266.67º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C00AB is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB760171-
CMYK0.56100.33
HSL266.67º100%33.53%-
HSV(B)266.67º100%67.06%-
XYZ10.334.4838.85-
YUV42.22200.68152.1-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 69.23%
R=30.77%
G=0%
B=69.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7601710.56100.33266.6710033.53
Hex4C0AB386402110b6422
Octal11402537014404141314442
Binary1001100010101011111000110010001000011000010111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C00AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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