Html Css Color HEX #4A0071 Indigo

📋 copy color: '#4A0071'

red 74 ◦ green 0 ◦ blue 113

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

Shades of Indigo #4A0071

Tints of Indigo #4A0071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.57%
G = 0%
B = 60.43%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A0071 (or 0x4A0071) is known color: Indigo. HEX triplet: 4A, 00 and 71. RGB value is (74,0,113). Sum of RGB (Red+Green+Blue) = 74+0+113=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A0071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0071 is #B5FF8E. Grayscale: #222222. Windows color (decimal): -11927439 or 7405642. OLE color: 7405642.

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

Color convert

RGB 74 0 113 -
CMYK 0.35 1 0 0.56
HSL 279.29º 1% 0.22% -
HSV(B) 279.29º 1% 0.44% -
XYZ 5.8 2.65 15.83 -
YUV 35.01 172.02 155.81 -
System Red Green Blue C M Y K H S L
Decimal 74 0 113 0.35 1 0 0.56 279.29 1 0.22
Hex 4A 0 71 23 64 0 38 117 64 16
Octal 112 0 161 43 144 0 70 427 144 26
Binary 1001010 0 1110001 100011 1100100 0 111000 100010111 1100100 10110

Color Harmonies of #4A0071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0071

Black with #4A0071

Text Example


Text Example

White with #4A0071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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