Html Css Color HEX #4A169B Indigo

📋 copy color: '#4A169B'

red 74 ◦ green 22 ◦ blue 155

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

Shades of Indigo #4A169B

Tints of Indigo #4A169B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.76%

 BLUE value IS 155 (60.94% from 255) = 61.75%

R = 29.48%
G = 8.76%
B = 61.75%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A169B (or 0x4A169B) is known color: Indigo. HEX triplet: 4A, 16 and 9B. RGB value is (74,22,155). Sum of RGB (Red+Green+Blue) = 74+22+155=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A169B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A169B is #B5E964. Grayscale: #343434. Windows color (decimal): -11921765 or 10163786. OLE color: 10163786.

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

Color convert

RGB 74 22 155 -
CMYK 0.52 0.86 0 0.39
HSL 263.46º 0.75% 0.35% -
HSV(B) 263.46º 0.86% 0.61% -
XYZ 9.03 4.4 31.38 -
YUV 52.71 185.73 143.19 -
System Red Green Blue C M Y K H S L
Decimal 74 22 155 0.52 0.86 0 0.39 263.46 0.75 0.35
Hex 4A 16 9B 34 56 0 27 107 4B 23
Octal 112 26 233 64 126 0 47 407 113 43
Binary 1001010 10110 10011011 110100 1010110 0 100111 100000111 1001011 100011

Color Harmonies of #4A169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A169B

Black with #4A169B

Text Example


Text Example

White with #4A169B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,22,155); }

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

background-color css

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

 a { background-color: rgb(74,22,155); }

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

border-color css

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

 span { border-color: rgb(74,22,155); }

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