#4803A4

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

Shades of Indigo #4803A4

Tints of Indigo #4803A4

Color information

#4803A4 (or 0x4803A4) is unknown color: approx Indigo. HEX triplet: 48, 03 and A4. RGB value is (72,3,164). Sum of RGB (Red+Green+Blue) = 72+3+164=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 164 (64.45% from 255 or 68.62% from 239); Max value from RGB is 164 - color contains mainly: blue. Hex color #4803A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4803A4 is #B7FC5B. Grayscale: #292929. Windows color (decimal): -12057692 or 10748744. OLE color: 10748744.

HSL color Cylindrical-coordinate representation of color #4803A4: hue angle of 265.71º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4803A4 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB723164-
CMYK0.560.9800.36
HSL265.71º96.41%32.75%-
HSV(B)265.71º98.17%64.31%-
XYZ9.414.1235.42-
YUV41.98196.86149.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 3 (1.56% from 255) = 1.26%
BLUE value IS 164 (64.45% from 255) = 68.62%
R=30.13%
G=1.26%
B=68.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7231640.560.9800.36265.7196.4132.75
Hex483A4386202410a6021
Octal11032447014204441214041
Binary10010001110100100111000110001001001001000010101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4803A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4803A4; }

 p { color: rgb(72,3,164); }

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

<style>
 a { background-color: #4803A4; }

 a { background-color: rgb(72,3,164); }

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

<style>
 span { border-color: #4803A4; }

 span { border-color: rgb(72,3,164); }

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