Html Css Color HEX #4A1597 Indigo

📋 copy color: '#4A1597'

red 74 ◦ green 21 ◦ blue 151

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

Shades of Indigo #4A1597

Tints of Indigo #4A1597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 61.38%

R = 30.08%
G = 8.54%
B = 61.38%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4A1597 (or 0x4A1597) is known color: Indigo. HEX triplet: 4A, 15 and 97. RGB value is (74,21,151). Sum of RGB (Red+Green+Blue) = 74+21+151=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 151 (59.38% from 255 or 61.38% from 246); Max value from RGB is 151 - color contains mainly: blue. Hex color #4A1597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1597 is #B5EA68. Grayscale: #333333. Windows color (decimal): -11922025 or 9901386. OLE color: 9901386.

HSL color Cylindrical-coordinate representation of color #4A1597: hue angle of 264.46º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A1597 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 74 21 151 -
CMYK 0.51 0.86 0 0.41
HSL 264.46º 0.76% 0.34% -
HSV(B) 264.46º 0.86% 0.59% -
XYZ 8.68 4.23 29.64 -
YUV 51.67 184.06 143.93 -
System Red Green Blue C M Y K H S L
Decimal 74 21 151 0.51 0.86 0 0.41 264.46 0.76 0.34
Hex 4A 15 97 33 56 0 29 108 4C 22
Octal 112 25 227 63 126 0 51 410 114 42
Binary 1001010 10101 10010111 110011 1010110 0 101001 100001000 1001100 100010

Color Harmonies of #4A1597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1597

Black with #4A1597

Text Example


Text Example

White with #4A1597

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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