Html Css Color HEX #4900A0 Indigo

📋 copy color: '#4900A0'

red 73 ◦ green 0 ◦ blue 160

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

Shades of Indigo #4900A0

Tints of Indigo #4900A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 68.67%

R = 31.33%
G = 0%
B = 68.67%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4900A0 (or 0x4900A0) is known color: Indigo. HEX triplet: 49, 00 and A0. RGB value is (73,0,160). Sum of RGB (Red+Green+Blue) = 73+0+160=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 160 (62.89% from 255 or 68.67% from 233); Max value from RGB is 160 - color contains mainly: blue. Hex color #4900A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4900A0 is #B6FF5F. Grayscale: #272727. Windows color (decimal): -11992928 or 10485833. OLE color: 10485833.

HSL color Cylindrical-coordinate representation of color #4900A0: hue angle of 267.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900A0 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 0 160 -
CMYK 0.54 1 0 0.37
HSL 267.38º 1% 0.31% -
HSV(B) 267.38º 1% 0.63% -
XYZ 9.09 3.95 33.54 -
YUV 40.07 195.68 151.49 -
System Red Green Blue C M Y K H S L
Decimal 73 0 160 0.54 1 0 0.37 267.38 1 0.31
Hex 49 0 A0 36 64 0 25 10B 64 1F
Octal 111 0 240 66 144 0 45 413 144 37
Binary 1001001 0 10100000 110110 1100100 0 100101 100001011 1100100 11111

Color Harmonies of #4900A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4900A0

Black with #4900A0

Text Example


Text Example

White with #4900A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4900A0; }

 p { color: rgb(73,0,160); }

 H1.HeaderClassName
 {
   color: #4900A0;
 }
 .AnyTagClassName
 {
   color: #4900A0;
 }
</style>

background-color css

<style>
 a { background-color: #4900A0; }

 a { background-color: rgb(73,0,160); }

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

border-color css

<style>
 span { border-color: #4900A0; }

 span { border-color: rgb(73,0,160); }

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