#4A0983

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

Shades of Indigo #4A0983

Tints of Indigo #4A0983

Color information

#4A0983 (or 0x4A0983) is unknown color: approx Indigo. HEX triplet: 4A, 09 and 83. RGB value is (74,9,131). Sum of RGB (Red+Green+Blue) = 74+9+131=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 131 (51.56% from 255 or 61.21% from 214); Max value from RGB is 131 - color contains mainly: blue. Hex color #4A0983 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0983 is #B5F67C. Grayscale: #292929. Windows color (decimal): -11925117 or 8587594. OLE color: 8587594.

HSL color Cylindrical-coordinate representation of color #4A0983: hue angle of 271.97º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A0983 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB749131-
CMYK0.440.9300.49
HSL271.97º87.14%27.45%-
HSV(B)271.97º93.13%51.37%-
XYZ7.023.2921.74-
YUV42.34178.03150.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.58%
GREEN value IS 9 (3.91% from 255) = 4.21%
BLUE value IS 131 (51.56% from 255) = 61.21%
R=34.58%
G=4.21%
B=61.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7491310.440.9300.49271.9787.1427.45
Hex4A9832C5D031110571b
Octal112112035413506142012733
Binary100101010011000001110110010111010110001100010000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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