#4A0973

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

Shades of Indigo #4A0973

Tints of Indigo #4A0973

Color information

#4A0973 (or 0x4A0973) is unknown color: approx Indigo. HEX triplet: 4A, 09 and 73. RGB value is (74,9,115). Sum of RGB (Red+Green+Blue) = 74+9+115=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A0973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0973 is #B5F68C. Grayscale: #282828. Windows color (decimal): -11925133 or 7539018. OLE color: 7539018.

HSL color Cylindrical-coordinate representation of color #4A0973: hue angle of 276.79º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A0973 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB749115-
CMYK0.360.9200.55
HSL276.79º85.48%24.31%-
HSV(B)276.79º92.17%45.1%-
XYZ6.022.8916.46-
YUV40.52170.03151.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.37%
GREEN value IS 9 (3.91% from 255) = 4.55%
BLUE value IS 115 (45.31% from 255) = 58.08%
R=37.37%
G=4.55%
B=58.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7491150.360.9200.55276.7985.4824.31
Hex4A973245C0371155518
Octal112111634413406742512530
Binary10010101001111001110010010111000110111100010101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,9,115); }

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

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

 a { background-color: rgb(74,9,115); }

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

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

 span { border-color: rgb(74,9,115); }

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