Html Css Color HEX #4C078D Indigo

📋 copy color: '#4C078D'

red 76 ◦ green 7 ◦ blue 141

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

Shades of Indigo #4C078D

Tints of Indigo #4C078D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 62.95%

R = 33.93%
G = 3.13%
B = 62.95%

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

#4C078D (or 0x4C078D) is known color: Indigo. HEX triplet: 4C, 07 and 8D. RGB value is (76,7,141). Sum of RGB (Red+Green+Blue) = 76+7+141=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C078D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C078D is #B3F872. Grayscale: #2A2A2A. Windows color (decimal): -11794547 or 9242444. OLE color: 9242444.

HSL color Cylindrical-coordinate representation of color #4C078D: hue angle of 270.9º degrees, saturation: 0.91, 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 #4C078D is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 7 141 -
CMYK 0.46 0.95 0 0.45
HSL 270.9º 0.91% 0.29% -
HSV(B) 270.9º 0.95% 0.55% -
XYZ 7.86 3.61 25.48 -
YUV 42.91 183.36 151.6 -
System Red Green Blue C M Y K H S L
Decimal 76 7 141 0.46 0.95 0 0.45 270.9 0.91 0.29
Hex 4C 7 8D 2E 5F 0 2D 10F 5B 1D
Octal 114 7 215 56 137 0 55 417 133 35
Binary 1001100 111 10001101 101110 1011111 0 101101 100001111 1011011 11101

Color Harmonies of #4C078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C078D

Black with #4C078D

Text Example


Text Example

White with #4C078D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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