Html Css Color HEX #4A117E Indigo

📋 copy color: '#4A117E'

red 74 ◦ green 17 ◦ blue 126

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

Shades of Indigo #4A117E

Tints of Indigo #4A117E

RGB

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

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

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

R = 34.1%
G = 7.83%
B = 58.06%

CMYK

 C value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A117E (or 0x4A117E) is known color: Indigo. HEX triplet: 4A, 11 and 7E. RGB value is (74,17,126). Sum of RGB (Red+Green+Blue) = 74+17+126=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 126 (49.61% from 255 or 58.06% from 217); Max value from RGB is 126 - color contains mainly: blue. Hex color #4A117E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A117E is #B5EE81. Grayscale: #2E2E2E. Windows color (decimal): -11923074 or 8261962. OLE color: 8261962.

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

Color convert

RGB 74 17 126 -
CMYK 0.41 0.87 0 0.51
HSL 271.38º 0.76% 0.28% -
HSV(B) 271.38º 0.87% 0.49% -
XYZ 6.79 3.36 20.03 -
YUV 46.47 172.88 147.64 -
System Red Green Blue C M Y K H S L
Decimal 74 17 126 0.41 0.87 0 0.51 271.38 0.76 0.28
Hex 4A 11 7E 29 57 0 33 10F 4C 1C
Octal 112 21 176 51 127 0 63 417 114 34
Binary 1001010 10001 1111110 101001 1010111 0 110011 100001111 1001100 11100

Color Harmonies of #4A117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A117E

Black with #4A117E

Text Example


Text Example

White with #4A117E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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