#4800A9

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

Shades of Indigo #4800A9

Tints of Indigo #4800A9

Color information

#4800A9 (or 0x4800A9) is unknown color: approx Indigo. HEX triplet: 48, 00 and A9. RGB value is (72,0,169). Sum of RGB (Red+Green+Blue) = 72+0+169=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 169 (66.41% from 255 or 70.12% from 241); Max value from RGB is 169 - color contains mainly: blue. Hex color #4800A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4800A9 is #B7FF56. Grayscale: #282828. Windows color (decimal): -12058455 or 11075656. OLE color: 11075656.

HSL color Cylindrical-coordinate representation of color #4800A9: hue angle of 265.56º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4800A9 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB720169-
CMYK0.57100.34
HSL265.56º100%33.14%-
HSV(B)265.56º100%66.27%-
XYZ9.834.2437.84-
YUV40.79200.35150.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 169 (66.41% from 255) = 70.12%
R=29.88%
G=0%
B=70.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal7201690.57100.34265.5610033.14
Hex480A9396402210a6421
Octal11002517114404241214441
Binary1001000010101001111001110010001000101000010101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4800A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4800A9; }

 p { color: rgb(72,0,169); }

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

<style>
 a { background-color: #4800A9; }

 a { background-color: rgb(72,0,169); }

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

<style>
 span { border-color: #4800A9; }

 span { border-color: rgb(72,0,169); }

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