Html Css Color HEX #4901AB Indigo

📋 copy color: '#4901AB'

red 73 ◦ green 1 ◦ blue 171

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

Shades of Indigo #4901AB

Tints of Indigo #4901AB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 171 (67.19% from 255) = 69.8%

R = 29.8%
G = 0.41%
B = 69.8%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4901AB (or 0x4901AB) is known color: Indigo. HEX triplet: 49, 01 and AB. RGB value is (73,1,171). Sum of RGB (Red+Green+Blue) = 73+1+171=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #4901AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4901AB is #B6FE54. Grayscale: #292929. Windows color (decimal): -11992661 or 11206985. OLE color: 11206985.

HSL color Cylindrical-coordinate representation of color #4901AB: hue angle of 265.41º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4901AB is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 1 171 -
CMYK 0.57 0.99 0 0.33
HSL 265.41º 0.99% 0.34% -
HSV(B) 265.41º 0.99% 0.67% -
XYZ 10.11 4.38 38.84 -
YUV 41.91 200.85 150.18 -
System Red Green Blue C M Y K H S L
Decimal 73 1 171 0.57 0.99 0 0.33 265.41 0.99 0.34
Hex 49 1 AB 39 63 0 21 109 63 22
Octal 111 1 253 71 143 0 41 411 143 42
Binary 1001001 1 10101011 111001 1100011 0 100001 100001001 1100011 100010

Color Harmonies of #4901AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4901AB

Black with #4901AB

Text Example


Text Example

White with #4901AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4901AB; }

 p { color: rgb(73,1,171); }

 H1.HeaderClassName
 {
   color: #4901AB;
 }
 .AnyTagClassName
 {
   color: #4901AB;
 }
</style>

background-color css

<style>
 a { background-color: #4901AB; }

 a { background-color: rgb(73,1,171); }

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

border-color css

<style>
 span { border-color: #4901AB; }

 span { border-color: rgb(73,1,171); }

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