Html Css Color HEX #4916A4 Indigo

📋 copy color: '#4916A4'

red 73 ◦ green 22 ◦ blue 164

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

Shades of Indigo #4916A4

Tints of Indigo #4916A4

RGB

 RED value IS 73 (28.91% from 255) = 28.19%

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

 BLUE value IS 164 (64.45% from 255) = 63.32%

R = 28.19%
G = 8.49%
B = 63.32%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4916A4 (or 0x4916A4) is known color: Indigo. HEX triplet: 49, 16 and A4. RGB value is (73,22,164). Sum of RGB (Red+Green+Blue) = 73+22+164=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 164 (64.45% from 255 or 63.32% from 259); Max value from RGB is 164 - color contains mainly: blue. Hex color #4916A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4916A4 is #B6E95B. Grayscale: #343434. Windows color (decimal): -11987292 or 10753609. OLE color: 10753609.

HSL color Cylindrical-coordinate representation of color #4916A4: hue angle of 261.55º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4916A4 is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 22 164 -
CMYK 0.55 0.87 0 0.36
HSL 261.55º 0.76% 0.36% -
HSV(B) 261.55º 0.87% 0.64% -
XYZ 9.74 4.67 35.51 -
YUV 53.44 190.4 141.95 -
System Red Green Blue C M Y K H S L
Decimal 73 22 164 0.55 0.87 0 0.36 261.55 0.76 0.36
Hex 49 16 A4 37 57 0 24 106 4C 24
Octal 111 26 244 67 127 0 44 406 114 44
Binary 1001001 10110 10100100 110111 1010111 0 100100 100000110 1001100 100100

Color Harmonies of #4916A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4916A4

Black with #4916A4

Text Example


Text Example

White with #4916A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4916A4; }

 p { color: rgb(73,22,164); }

 H1.HeaderClassName
 {
   color: #4916A4;
 }
 .AnyTagClassName
 {
   color: #4916A4;
 }
</style>

background-color css

<style>
 a { background-color: #4916A4; }

 a { background-color: rgb(73,22,164); }

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

border-color css

<style>
 span { border-color: #4916A4; }

 span { border-color: rgb(73,22,164); }

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