#4C0C99

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

Shades of Indigo #4C0C99

Tints of Indigo #4C0C99

Color information

#4C0C99 (or 0x4C0C99) is unknown color: approx Indigo. HEX triplet: 4C, 0C and 99. RGB value is (76,12,153). Sum of RGB (Red+Green+Blue) = 76+12+153=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #4C0C99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0C99 is #B3F366. Grayscale: #2E2E2E. Windows color (decimal): -11793255 or 10030156. OLE color: 10030156.

HSL color Cylindrical-coordinate representation of color #4C0C99: hue angle of 267.23º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C0C99 is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7612153-
CMYK0.500.9200.4
HSL267.23º85.45%32.35%-
HSV(B)267.23º92.16%60%-
XYZ8.864.130.46-
YUV47.21187.7148.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.54%
GREEN value IS 12 (5.08% from 255) = 4.98%
BLUE value IS 153 (60.16% from 255) = 63.49%
R=31.54%
G=4.98%
B=63.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal76121530.500.9200.4267.2385.4532.35
Hex4CC99325C02810b5520
Octal114142316213405041312540
Binary1001100110010011001110010101110001010001000010111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,12,153); }

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

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

 a { background-color: rgb(76,12,153); }

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

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

 span { border-color: rgb(76,12,153); }

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