#4800AB

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

Shades of Indigo #4800AB

Tints of Indigo #4800AB

Color information

#4800AB (or 0x4800AB) is unknown color: approx Indigo. HEX triplet: 48, 00 and AB. RGB value is (72,0,171). Sum of RGB (Red+Green+Blue) = 72+0+171=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #4800AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4800AB is #B7FF54. Grayscale: #282828. Windows color (decimal): -12058453 or 11206728. OLE color: 11206728.

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

Color convert

RGB720171-
CMYK0.58100.33
HSL265.26º100%33.53%-
HSV(B)265.26º100%67.06%-
XYZ10.024.3238.83-
YUV41.02201.35150.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 70.37%
R=29.63%
G=0%
B=70.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7201710.58100.33265.2610033.53
Hex480AB3A640211096422
Octal11002537214404141114442
Binary1001000010101011111010110010001000011000010011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4800AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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