Html Css Color HEX #4A177E Indigo

📋 copy color: '#4A177E'

red 74 ◦ green 23 ◦ blue 126

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

Shades of Indigo #4A177E

Tints of Indigo #4A177E

RGB

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

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

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

R = 33.18%
G = 10.31%
B = 56.5%

CMYK

 C value IS 0.41

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A177E (or 0x4A177E) is known color: Indigo. HEX triplet: 4A, 17 and 7E. RGB value is (74,23,126). Sum of RGB (Red+Green+Blue) = 74+23+126=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 126 (49.61% from 255 or 56.50% from 223); Max value from RGB is 126 - color contains mainly: blue. Hex color #4A177E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A177E is #B5E881. Grayscale: #313131. Windows color (decimal): -11921538 or 8263498. OLE color: 8263498.

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

Color convert

RGB 74 23 126 -
CMYK 0.41 0.82 0 0.51
HSL 269.71º 0.69% 0.29% -
HSV(B) 269.71º 0.82% 0.49% -
XYZ 6.9 3.57 20.07 -
YUV 49.99 170.9 145.12 -
System Red Green Blue C M Y K H S L
Decimal 74 23 126 0.41 0.82 0 0.51 269.71 0.69 0.29
Hex 4A 17 7E 29 52 0 33 10E 45 1D
Octal 112 27 176 51 122 0 63 416 105 35
Binary 1001010 10111 1111110 101001 1010010 0 110011 100001110 1000101 11101

Color Harmonies of #4A177E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A177E

Black with #4A177E

Text Example


Text Example

White with #4A177E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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