Html Css Color HEX #4A1180 Indigo

📋 copy color: '#4A1180'

red 74 ◦ green 17 ◦ blue 128

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

Shades of Indigo #4A1180

Tints of Indigo #4A1180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 58.45%

R = 33.79%
G = 7.76%
B = 58.45%

CMYK

 C value IS 0.42

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4A1180 (or 0x4A1180) is known color: Indigo. HEX triplet: 4A, 11 and 80. RGB value is (74,17,128). Sum of RGB (Red+Green+Blue) = 74+17+128=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #4A1180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1180 is #B5EE7F. Grayscale: #2E2E2E. Windows color (decimal): -11923072 or 8393034. OLE color: 8393034.

HSL color Cylindrical-coordinate representation of color #4A1180: hue angle of 270.81º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A1180 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 74 17 128 -
CMYK 0.42 0.87 0 0.50
HSL 270.81º 0.77% 0.28% -
HSV(B) 270.81º 0.87% 0.5% -
XYZ 6.92 3.42 20.72 -
YUV 46.7 173.88 147.47 -
System Red Green Blue C M Y K H S L
Decimal 74 17 128 0.42 0.87 0 0.50 270.81 0.77 0.28
Hex 4A 11 80 2A 57 0 32 10F 4D 1C
Octal 112 21 200 52 127 0 62 417 115 34
Binary 1001010 10001 10000000 101010 1010111 0 110010 100001111 1001101 11100

Color Harmonies of #4A1180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1180

Black with #4A1180

Text Example


Text Example

White with #4A1180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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