Html Css Color HEX #4C177F Indigo

📋 copy color: '#4C177F'

red 76 ◦ green 23 ◦ blue 127

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

Shades of Indigo #4C177F

Tints of Indigo #4C177F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.18%

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

R = 33.63%
G = 10.18%
B = 56.19%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C177F (or 0x4C177F) is known color: Indigo. HEX triplet: 4C, 17 and 7F. RGB value is (76,23,127). Sum of RGB (Red+Green+Blue) = 76+23+127=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C177F is #B3E880. Grayscale: #323232. Windows color (decimal): -11790465 or 8329036. OLE color: 8329036.

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

Color convert

RGB 76 23 127 -
CMYK 0.40 0.82 0 0.50
HSL 270.58º 0.69% 0.29% -
HSV(B) 270.58º 0.82% 0.5% -
XYZ 7.12 3.68 20.41 -
YUV 50.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 76 23 127 0.40 0.82 0 0.50 270.58 0.69 0.29
Hex 4C 17 7F 28 52 0 32 10F 45 1D
Octal 114 27 177 50 122 0 62 417 105 35
Binary 1001100 10111 1111111 101000 1010010 0 110010 100001111 1000101 11101

Color Harmonies of #4C177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C177F

Black with #4C177F

Text Example


Text Example

White with #4C177F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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