Html Css Color HEX #4A177C Indigo

📋 copy color: '#4A177C'

red 74 ◦ green 23 ◦ blue 124

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

Shades of Indigo #4A177C

Tints of Indigo #4A177C

RGB

 RED value IS 74 (29.3% from 255) = 33.48%

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

 BLUE value IS 124 (48.83% from 255) = 56.11%

R = 33.48%
G = 10.41%
B = 56.11%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A177C (or 0x4A177C) is known color: Indigo. HEX triplet: 4A, 17 and 7C. RGB value is (74,23,124). Sum of RGB (Red+Green+Blue) = 74+23+124=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A177C is #B5E883. Grayscale: #313131. Windows color (decimal): -11921540 or 8132426. OLE color: 8132426.

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

Color convert

RGB 74 23 124 -
CMYK 0.40 0.81 0 0.51
HSL 270.3º 0.69% 0.29% -
HSV(B) 270.3º 0.81% 0.49% -
XYZ 6.77 3.52 19.39 -
YUV 49.76 169.9 145.29 -
System Red Green Blue C M Y K H S L
Decimal 74 23 124 0.40 0.81 0 0.51 270.3 0.69 0.29
Hex 4A 17 7C 28 51 0 33 10E 45 1D
Octal 112 27 174 50 121 0 63 416 105 35
Binary 1001010 10111 1111100 101000 1010001 0 110011 100001110 1000101 11101

Color Harmonies of #4A177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A177C

Black with #4A177C

Text Example


Text Example

White with #4A177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,23,124); }

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

background-color css

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

 a { background-color: rgb(74,23,124); }

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

border-color css

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

 span { border-color: rgb(74,23,124); }

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