Html Css Color HEX #4905AB Indigo

📋 copy color: '#4905AB'

red 73 ◦ green 5 ◦ blue 171

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

Shades of Indigo #4905AB

Tints of Indigo #4905AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.01%

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

R = 29.32%
G = 2.01%
B = 68.67%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4905AB (or 0x4905AB) is known color: Indigo. HEX triplet: 49, 05 and AB. RGB value is (73,5,171). Sum of RGB (Red+Green+Blue) = 73+5+171=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #4905AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4905AB is #B6FA54. Grayscale: #2B2B2B. Windows color (decimal): -11991637 or 11208009. OLE color: 11208009.

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

Color convert

RGB 73 5 171 -
CMYK 0.57 0.97 0 0.33
HSL 264.58º 0.94% 0.35% -
HSV(B) 264.58º 0.97% 0.67% -
XYZ 10.15 4.47 38.85 -
YUV 44.26 199.53 148.5 -
System Red Green Blue C M Y K H S L
Decimal 73 5 171 0.57 0.97 0 0.33 264.58 0.94 0.35
Hex 49 5 AB 39 61 0 21 109 5E 23
Octal 111 5 253 71 141 0 41 411 136 43
Binary 1001001 101 10101011 111001 1100001 0 100001 100001001 1011110 100011

Color Harmonies of #4905AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4905AB

Black with #4905AB

Text Example


Text Example

White with #4905AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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