Html Css Color HEX #4A117D Indigo

📋 copy color: '#4A117D'

red 74 ◦ green 17 ◦ blue 125

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

Shades of Indigo #4A117D

Tints of Indigo #4A117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 57.87%

R = 34.26%
G = 7.87%
B = 57.87%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A117D (or 0x4A117D) is known color: Indigo. HEX triplet: 4A, 11 and 7D. RGB value is (74,17,125). Sum of RGB (Red+Green+Blue) = 74+17+125=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A117D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A117D is #B5EE82. Grayscale: #2D2D2D. Windows color (decimal): -11923075 or 8196426. OLE color: 8196426.

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

Color convert

RGB 74 17 125 -
CMYK 0.41 0.86 0 0.51
HSL 271.67º 0.76% 0.28% -
HSV(B) 271.67º 0.86% 0.49% -
XYZ 6.73 3.34 19.69 -
YUV 46.36 172.38 147.72 -
System Red Green Blue C M Y K H S L
Decimal 74 17 125 0.41 0.86 0 0.51 271.67 0.76 0.28
Hex 4A 11 7D 29 56 0 33 110 4C 1C
Octal 112 21 175 51 126 0 63 420 114 34
Binary 1001010 10001 1111101 101001 1010110 0 110011 100010000 1001100 11100

Color Harmonies of #4A117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A117D

Black with #4A117D

Text Example


Text Example

White with #4A117D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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