Html Css Color HEX #4C177B Indigo

📋 copy color: '#4C177B'

red 76 ◦ green 23 ◦ blue 123

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

Shades of Indigo #4C177B

Tints of Indigo #4C177B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 55.41%

R = 34.23%
G = 10.36%
B = 55.41%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4C177B (or 0x4C177B) is known color: Indigo. HEX triplet: 4C, 17 and 7B. RGB value is (76,23,123). Sum of RGB (Red+Green+Blue) = 76+23+123=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C177B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C177B is #B3E884. Grayscale: #313131. Windows color (decimal): -11790469 or 8066892. OLE color: 8066892.

HSL color Cylindrical-coordinate representation of color #4C177B: hue angle of 271.8º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C177B is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 76 23 123 -
CMYK 0.38 0.81 0 0.52
HSL 271.8º 0.68% 0.29% -
HSV(B) 271.8º 0.81% 0.48% -
XYZ 6.86 3.58 19.07 -
YUV 50.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 76 23 123 0.38 0.81 0 0.52 271.8 0.68 0.29
Hex 4C 17 7B 26 51 0 34 110 44 1D
Octal 114 27 173 46 121 0 64 420 104 35
Binary 1001100 10111 1111011 100110 1010001 0 110100 100010000 1000100 11101

Color Harmonies of #4C177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C177B

Black with #4C177B

Text Example


Text Example

White with #4C177B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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