Html Css Color HEX #4904AA Indigo

📋 copy color: '#4904AA'

red 73 ◦ green 4 ◦ blue 170

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

Shades of Indigo #4904AA

Tints of Indigo #4904AA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.62%

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

R = 29.55%
G = 1.62%
B = 68.83%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4904AA (or 0x4904AA) is known color: Indigo. HEX triplet: 49, 04 and AA. RGB value is (73,4,170). Sum of RGB (Red+Green+Blue) = 73+4+170=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #4904AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4904AA is #B6FB55. Grayscale: #2A2A2A. Windows color (decimal): -11991894 or 11142217. OLE color: 11142217.

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

Color convert

RGB 73 4 170 -
CMYK 0.57 0.98 0 0.33
HSL 264.94º 0.95% 0.34% -
HSV(B) 264.94º 0.98% 0.67% -
XYZ 10.05 4.41 38.35 -
YUV 43.56 199.36 149 -
System Red Green Blue C M Y K H S L
Decimal 73 4 170 0.57 0.98 0 0.33 264.94 0.95 0.34
Hex 49 4 AA 39 62 0 21 109 5F 22
Octal 111 4 252 71 142 0 41 411 137 42
Binary 1001001 100 10101010 111001 1100010 0 100001 100001001 1011111 100010

Color Harmonies of #4904AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4904AA

Black with #4904AA

Text Example


Text Example

White with #4904AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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