Html Css Color HEX #4A1175 Indigo

📋 copy color: '#4A1175'

red 74 ◦ green 17 ◦ blue 117

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

Shades of Indigo #4A1175

Tints of Indigo #4A1175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.25%

R = 35.58%
G = 8.17%
B = 56.25%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4A1175 (or 0x4A1175) is known color: Indigo. HEX triplet: 4A, 11 and 75. RGB value is (74,17,117). Sum of RGB (Red+Green+Blue) = 74+17+117=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A1175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1175 is #B5EE8A. Grayscale: #2D2D2D. Windows color (decimal): -11923083 or 7672138. OLE color: 7672138.

HSL color Cylindrical-coordinate representation of color #4A1175: hue angle of 274.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A1175 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 17 117 -
CMYK 0.37 0.85 0 0.54
HSL 274.2º 0.75% 0.26% -
HSV(B) 274.2º 0.85% 0.46% -
XYZ 6.24 3.14 17.11 -
YUV 45.44 168.38 148.37 -
System Red Green Blue C M Y K H S L
Decimal 74 17 117 0.37 0.85 0 0.54 274.2 0.75 0.26
Hex 4A 11 75 25 55 0 36 112 4B 1A
Octal 112 21 165 45 125 0 66 422 113 32
Binary 1001010 10001 1110101 100101 1010101 0 110110 100010010 1001011 11010

Color Harmonies of #4A1175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1175

Black with #4A1175

Text Example


Text Example

White with #4A1175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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