#4804A7

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

Shades of Indigo #4804A7

Tints of Indigo #4804A7

Color information

#4804A7 (or 0x4804A7) is unknown color: approx Indigo. HEX triplet: 48, 04 and A7. RGB value is (72,4,167). Sum of RGB (Red+Green+Blue) = 72+4+167=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 167 (65.62% from 255 or 68.72% from 243); Max value from RGB is 167 - color contains mainly: blue. Hex color #4804A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4804A7 is #B7FB58. Grayscale: #2A2A2A. Windows color (decimal): -12057433 or 10945608. OLE color: 10945608.

HSL color Cylindrical-coordinate representation of color #4804A7: hue angle of 265.03º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4804A7 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB724167-
CMYK0.570.9800.35
HSL265.03º95.32%33.53%-
HSV(B)265.03º97.6%65.49%-
XYZ9.694.2536.87-
YUV42.91198.03148.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.63%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 167 (65.62% from 255) = 68.72%
R=29.63%
G=1.65%
B=68.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal7241670.570.9800.35265.0395.3233.53
Hex484A739620231095f22
Octal11042477114204341113742
Binary100100010010100111111001110001001000111000010011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4804A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4804A7; }

 p { color: rgb(72,4,167); }

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

<style>
 a { background-color: #4804A7; }

 a { background-color: rgb(72,4,167); }

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

<style>
 span { border-color: #4804A7; }

 span { border-color: rgb(72,4,167); }

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