Html Css Color HEX #4C078C Indigo

📋 copy color: '#4C078C'

red 76 ◦ green 7 ◦ blue 140

#4C078C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #4C078C

Tints of Indigo #4C078C

RGB

 RED value IS 76 (30.08% from 255) = 34.08%

 GREEN value IS 7 (3.13% from 255) = 3.14%

 BLUE value IS 140 (55.08% from 255) = 62.78%

R = 34.08%
G = 3.14%
B = 62.78%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C078C (or 0x4C078C) is known color: Indigo. HEX triplet: 4C, 07 and 8C. RGB value is (76,7,140). Sum of RGB (Red+Green+Blue) = 76+7+140=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #4C078C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C078C is #B3F873. Grayscale: #2A2A2A. Windows color (decimal): -11794548 or 9176908. OLE color: 9176908.

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

Color convert

RGB 76 7 140 -
CMYK 0.46 0.95 0 0.45
HSL 271.13º 0.9% 0.29% -
HSV(B) 271.13º 0.95% 0.55% -
XYZ 7.79 3.58 25.09 -
YUV 42.79 182.86 151.69 -
System Red Green Blue C M Y K H S L
Decimal 76 7 140 0.46 0.95 0 0.45 271.13 0.9 0.29
Hex 4C 7 8C 2E 5F 0 2D 10F 5A 1D
Octal 114 7 214 56 137 0 55 417 132 35
Binary 1001100 111 10001100 101110 1011111 0 101101 100001111 1011010 11101

Color Harmonies of #4C078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C078C

Black with #4C078C

Text Example


Text Example

White with #4C078C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,7,140); }

 H1.HeaderClassName
 {
   color: #4C078C;
 }
 .AnyTagClassName
 {
   color: #4C078C;
 }
</style>

background-color css

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

 a { background-color: rgb(76,7,140); }

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

border-color css

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

 span { border-color: rgb(76,7,140); }

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