#4A00AA

Color #4A00AA Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4A00AA

Tints of Indigo #4A00AA

Color information

#4A00AA (or 0x4A00AA) is unknown color: approx Indigo. HEX triplet: 4A, 00 and AA. RGB value is (74,0,170). Sum of RGB (Red+Green+Blue) = 74+0+170=244 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.33% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A00AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A00AA is #B5FF55. Grayscale: #282828. Windows color (decimal): -11927382 or 11141194. OLE color: 11141194.

HSL color Cylindrical-coordinate representation of color #4A00AA: hue angle of 266.12º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A00AA is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB740170-
CMYK0.56100.33
HSL266.12º100%33.33%-
HSV(B)266.12º100%66.67%-
XYZ10.084.3638.34-
YUV41.51200.52151.18-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 69.67%
R=30.33%
G=0%
B=69.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7401700.56100.33266.1210033.33
Hex4A0AA386402110a6421
Octal11202527014404141214441
Binary1001010010101010111000110010001000011000010101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A00AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A00AA; }

 p { color: rgb(74,0,170); }

 H1.HeaderClassName
 {
   color: #4A00AA;
 }
 .AnyTagClassName
 {
   color: #4A00AA;
 }
</style>
background-color css

<style>
 a { background-color: #4A00AA; }

 a { background-color: rgb(74,0,170); }

 div.DivClassName
 {
   background-color: #4A00AA;
 }
 .BgClassName
 {
   background-color: #4A00AA;
 }
</style>
border-color css

<style>
 span { border-color: #4A00AA; }

 span { border-color: rgb(74,0,170); }

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