#4C008B

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

Shades of Indigo #4C008B

Tints of Indigo #4C008B

Color information

#4C008B (or 0x4C008B) is unknown color: approx Indigo. HEX triplet: 4C, 00 and 8B. RGB value is (76,0,139). Sum of RGB (Red+Green+Blue) = 76+0+139=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C008B is #B3FF74. Grayscale: #262626. Windows color (decimal): -11796341 or 9109580. OLE color: 9109580.

HSL color Cylindrical-coordinate representation of color #4C008B: hue angle of 272.81º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C008B is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB760139-
CMYK0.45100.45
HSL272.81º100%27.25%-
HSV(B)272.81º100%54.51%-
XYZ7.643.424.68-
YUV38.57184.68154.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 64.65%
R=35.35%
G=0%
B=64.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7601390.45100.45272.8110027.25
Hex4C08B2D6402D111641b
Octal11402135514405542114433
Binary100110001000101110110111001000101101100010001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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