#4C098A

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

Shades of Indigo #4C098A

Tints of Indigo #4C098A

Color information

#4C098A (or 0x4C098A) is unknown color: approx Indigo. HEX triplet: 4C, 09 and 8A. RGB value is (76,9,138). Sum of RGB (Red+Green+Blue) = 76+9+138=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 138 (54.30% from 255 or 61.88% from 223); Max value from RGB is 138 - color contains mainly: blue. Hex color #4C098A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C098A is #B3F675. Grayscale: #2B2B2B. Windows color (decimal): -11794038 or 9046348. OLE color: 9046348.

HSL color Cylindrical-coordinate representation of color #4C098A: hue angle of 271.16º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C098A is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB769138-
CMYK0.450.9300.46
HSL271.16º87.76%28.82%-
HSV(B)271.16º93.48%54.12%-
XYZ7.673.5724.33-
YUV43.74181.2151.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.08%
GREEN value IS 9 (3.91% from 255) = 4.04%
BLUE value IS 138 (54.30% from 255) = 61.88%
R=34.08%
G=4.04%
B=61.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7691380.450.9300.46271.1687.7628.82
Hex4C98A2D5D02E10f581d
Octal114112125513505641713035
Binary100110010011000101010110110111010101110100001111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,9,138); }

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

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

 a { background-color: rgb(76,9,138); }

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

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

 span { border-color: rgb(76,9,138); }

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