Html Css Color HEX #4C117E Indigo

📋 copy color: '#4C117E'

red 76 ◦ green 17 ◦ blue 126

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

Shades of Indigo #4C117E

Tints of Indigo #4C117E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 57.53%

R = 34.7%
G = 7.76%
B = 57.53%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C117E (or 0x4C117E) is known color: Indigo. HEX triplet: 4C, 11 and 7E. RGB value is (76,17,126). Sum of RGB (Red+Green+Blue) = 76+17+126=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 126 (49.61% from 255 or 57.53% from 219); Max value from RGB is 126 - color contains mainly: blue. Hex color #4C117E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C117E is #B3EE81. Grayscale: #2E2E2E. Windows color (decimal): -11792002 or 8261964. OLE color: 8261964.

HSL color Cylindrical-coordinate representation of color #4C117E: hue angle of 272.48º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C117E is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 76 17 126 -
CMYK 0.40 0.87 0 0.51
HSL 272.48º 0.76% 0.28% -
HSV(B) 272.48º 0.87% 0.49% -
XYZ 6.95 3.44 20.04 -
YUV 47.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 76 17 126 0.40 0.87 0 0.51 272.48 0.76 0.28
Hex 4C 11 7E 28 57 0 33 110 4C 1C
Octal 114 21 176 50 127 0 63 420 114 34
Binary 1001100 10001 1111110 101000 1010111 0 110011 100010000 1001100 11100

Color Harmonies of #4C117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C117E

Black with #4C117E

Text Example


Text Example

White with #4C117E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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