Html Css Color HEX #4905A4 Indigo

📋 copy color: '#4905A4'

red 73 ◦ green 5 ◦ blue 164

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

Shades of Indigo #4905A4

Tints of Indigo #4905A4

RGB

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

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

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

R = 30.17%
G = 2.07%
B = 67.77%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4905A4 (or 0x4905A4) is known color: Indigo. HEX triplet: 49, 05 and A4. RGB value is (73,5,164). Sum of RGB (Red+Green+Blue) = 73+5+164=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 164 (64.45% from 255 or 67.77% from 242); Max value from RGB is 164 - color contains mainly: blue. Hex color #4905A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4905A4 is #B6FA5B. Grayscale: #2A2A2A. Windows color (decimal): -11991644 or 10749257. OLE color: 10749257.

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

Color convert

RGB 73 5 164 -
CMYK 0.55 0.97 0 0.36
HSL 265.66º 0.94% 0.33% -
HSV(B) 265.66º 0.97% 0.64% -
XYZ 9.5 4.21 35.43 -
YUV 43.46 196.03 149.07 -
System Red Green Blue C M Y K H S L
Decimal 73 5 164 0.55 0.97 0 0.36 265.66 0.94 0.33
Hex 49 5 A4 37 61 0 24 10A 5E 21
Octal 111 5 244 67 141 0 44 412 136 41
Binary 1001001 101 10100100 110111 1100001 0 100100 100001010 1011110 100001

Color Harmonies of #4905A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4905A4

Black with #4905A4

Text Example


Text Example

White with #4905A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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