Html Css Color HEX #4C117F Indigo

📋 copy color: '#4C117F'

red 76 ◦ green 17 ◦ blue 127

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

Shades of Indigo #4C117F

Tints of Indigo #4C117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 57.73%

R = 34.55%
G = 7.73%
B = 57.73%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C117F (or 0x4C117F) is known color: Indigo. HEX triplet: 4C, 11 and 7F. RGB value is (76,17,127). Sum of RGB (Red+Green+Blue) = 76+17+127=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C117F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C117F is #B3EE80. Grayscale: #2E2E2E. Windows color (decimal): -11792001 or 8327500. OLE color: 8327500.

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

Color convert

RGB 76 17 127 -
CMYK 0.40 0.87 0 0.50
HSL 272.18º 0.76% 0.28% -
HSV(B) 272.18º 0.87% 0.5% -
XYZ 7.01 3.47 20.38 -
YUV 47.18 173.05 148.56 -
System Red Green Blue C M Y K H S L
Decimal 76 17 127 0.40 0.87 0 0.50 272.18 0.76 0.28
Hex 4C 11 7F 28 57 0 32 110 4C 1C
Octal 114 21 177 50 127 0 62 420 114 34
Binary 1001100 10001 1111111 101000 1010111 0 110010 100010000 1001100 11100

Color Harmonies of #4C117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C117F

Black with #4C117F

Text Example


Text Example

White with #4C117F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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