Html Css Color HEX #4C119C Indigo

📋 copy color: '#4C119C'

red 76 ◦ green 17 ◦ blue 156

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

Shades of Indigo #4C119C

Tints of Indigo #4C119C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.83%

 BLUE value IS 156 (61.33% from 255) = 62.65%

R = 30.52%
G = 6.83%
B = 62.65%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4C119C (or 0x4C119C) is known color: Indigo. HEX triplet: 4C, 11 and 9C. RGB value is (76,17,156). Sum of RGB (Red+Green+Blue) = 76+17+156=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C119C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C119C is #B3EE63. Grayscale: #313131. Windows color (decimal): -11791972 or 10228044. OLE color: 10228044.

HSL color Cylindrical-coordinate representation of color #4C119C: hue angle of 265.47º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C119C is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 76 17 156 -
CMYK 0.51 0.89 0 0.39
HSL 265.47º 0.8% 0.34% -
HSV(B) 265.47º 0.89% 0.61% -
XYZ 9.18 4.34 31.81 -
YUV 50.49 187.55 146.2 -
System Red Green Blue C M Y K H S L
Decimal 76 17 156 0.51 0.89 0 0.39 265.47 0.8 0.34
Hex 4C 11 9C 33 59 0 27 109 50 22
Octal 114 21 234 63 131 0 47 411 120 42
Binary 1001100 10001 10011100 110011 1011001 0 100111 100001001 1010000 100010

Color Harmonies of #4C119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C119C

Black with #4C119C

Text Example


Text Example

White with #4C119C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,17,156); }

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

background-color css

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

 a { background-color: rgb(76,17,156); }

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

border-color css

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

 span { border-color: rgb(76,17,156); }

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