Html Css Color HEX #4A1071 Indigo

📋 copy color: '#4A1071'

red 74 ◦ green 16 ◦ blue 113

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

Shades of Indigo #4A1071

Tints of Indigo #4A1071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

 BLUE value IS 113 (44.53% from 255) = 55.67%

R = 36.45%
G = 7.88%
B = 55.67%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A1071 (or 0x4A1071) is known color: Indigo. HEX triplet: 4A, 10 and 71. RGB value is (74,16,113). Sum of RGB (Red+Green+Blue) = 74+16+113=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A1071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1071 is #B5EF8E. Grayscale: #2C2C2C. Windows color (decimal): -11923343 or 7409738. OLE color: 7409738.

HSL color Cylindrical-coordinate representation of color #4A1071: hue angle of 275.88º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A1071 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 16 113 -
CMYK 0.35 0.86 0 0.56
HSL 275.88º 0.75% 0.25% -
HSV(B) 275.88º 0.86% 0.44% -
XYZ 5.99 3.02 15.89 -
YUV 44.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 74 16 113 0.35 0.86 0 0.56 275.88 0.75 0.25
Hex 4A 10 71 23 56 0 38 114 4B 19
Octal 112 20 161 43 126 0 70 424 113 31
Binary 1001010 10000 1110001 100011 1010110 0 111000 100010100 1001011 11001

Color Harmonies of #4A1071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1071

Black with #4A1071

Text Example


Text Example

White with #4A1071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,16,113); }

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

background-color css

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

 a { background-color: rgb(74,16,113); }

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

border-color css

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

 span { border-color: rgb(74,16,113); }

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