Html Css Color HEX #4A119C Indigo

📋 copy color: '#4A119C'

red 74 ◦ green 17 ◦ blue 156

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

Shades of Indigo #4A119C

Tints of Indigo #4A119C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.16%

R = 29.96%
G = 6.88%
B = 63.16%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A119C (or 0x4A119C) is known color: Indigo. HEX triplet: 4A, 11 and 9C. RGB value is (74,17,156). Sum of RGB (Red+Green+Blue) = 74+17+156=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A119C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A119C is #B5EE63. Grayscale: #313131. Windows color (decimal): -11923044 or 10228042. OLE color: 10228042.

HSL color Cylindrical-coordinate representation of color #4A119C: hue angle of 264.6º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A119C is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 74 17 156 -
CMYK 0.53 0.89 0 0.39
HSL 264.6º 0.8% 0.34% -
HSV(B) 264.6º 0.89% 0.61% -
XYZ 9.03 4.26 31.8 -
YUV 49.89 187.88 145.2 -
System Red Green Blue C M Y K H S L
Decimal 74 17 156 0.53 0.89 0 0.39 264.6 0.8 0.34
Hex 4A 11 9C 35 59 0 27 109 50 22
Octal 112 21 234 65 131 0 47 411 120 42
Binary 1001010 10001 10011100 110101 1011001 0 100111 100001001 1010000 100010

Color Harmonies of #4A119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A119C

Black with #4A119C

Text Example


Text Example

White with #4A119C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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