Html Css Color HEX #4905AA Indigo

📋 copy color: '#4905AA'

red 73 ◦ green 5 ◦ blue 170

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

Shades of Indigo #4905AA

Tints of Indigo #4905AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 68.55%

R = 29.44%
G = 2.02%
B = 68.55%

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

#4905AA (or 0x4905AA) is known color: Indigo. HEX triplet: 49, 05 and AA. RGB value is (73,5,170). Sum of RGB (Red+Green+Blue) = 73+5+170=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #4905AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4905AA is #B6FA55. Grayscale: #2B2B2B. Windows color (decimal): -11991638 or 11142473. OLE color: 11142473.

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

Color convert

RGB 73 5 170 -
CMYK 0.57 0.97 0 0.33
HSL 264.73º 0.94% 0.34% -
HSV(B) 264.73º 0.97% 0.67% -
XYZ 10.06 4.43 38.35 -
YUV 44.14 199.03 148.58 -
System Red Green Blue C M Y K H S L
Decimal 73 5 170 0.57 0.97 0 0.33 264.73 0.94 0.34
Hex 49 5 AA 39 61 0 21 109 5E 22
Octal 111 5 252 71 141 0 41 411 136 42
Binary 1001001 101 10101010 111001 1100001 0 100001 100001001 1011110 100010

Color Harmonies of #4905AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4905AA

Black with #4905AA

Text Example


Text Example

White with #4905AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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