Html Css Color HEX #4A1591 Indigo

📋 copy color: '#4A1591'

red 74 ◦ green 21 ◦ blue 145

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

Shades of Indigo #4A1591

Tints of Indigo #4A1591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.75%

 BLUE value IS 145 (57.03% from 255) = 60.42%

R = 30.83%
G = 8.75%
B = 60.42%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4A1591 (or 0x4A1591) is known color: Indigo. HEX triplet: 4A, 15 and 91. RGB value is (74,21,145). Sum of RGB (Red+Green+Blue) = 74+21+145=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #4A1591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1591 is #B5EA6E. Grayscale: #323232. Windows color (decimal): -11922031 or 9508170. OLE color: 9508170.

HSL color Cylindrical-coordinate representation of color #4A1591: hue angle of 265.65º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A1591 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 74 21 145 -
CMYK 0.49 0.86 0 0.43
HSL 265.65º 0.75% 0.33% -
HSV(B) 265.65º 0.86% 0.57% -
XYZ 8.2 4.04 27.13 -
YUV 50.98 181.06 144.42 -
System Red Green Blue C M Y K H S L
Decimal 74 21 145 0.49 0.86 0 0.43 265.65 0.75 0.33
Hex 4A 15 91 31 56 0 2B 10A 4B 21
Octal 112 25 221 61 126 0 53 412 113 41
Binary 1001010 10101 10010001 110001 1010110 0 101011 100001010 1001011 100001

Color Harmonies of #4A1591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1591

Black with #4A1591

Text Example


Text Example

White with #4A1591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,21,145); }

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

background-color css

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

 a { background-color: rgb(74,21,145); }

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

border-color css

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

 span { border-color: rgb(74,21,145); }

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