#4810A4

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

Shades of Indigo #4810A4

Tints of Indigo #4810A4

Color information

#4810A4 (or 0x4810A4) is unknown color: approx Indigo. HEX triplet: 48, 10 and A4. RGB value is (72,16,164). Sum of RGB (Red+Green+Blue) = 72+16+164=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 164 (64.45% from 255 or 65.08% from 252); Max value from RGB is 164 - color contains mainly: blue. Hex color #4810A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4810A4 is #B7EF5B. Grayscale: #313131. Windows color (decimal): -12054364 or 10752072. OLE color: 10752072.

HSL color Cylindrical-coordinate representation of color #4810A4: hue angle of 262.7º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4810A4 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7216164-
CMYK0.560.9000.36
HSL262.7º82.22%35.29%-
HSV(B)262.7º90.24%64.31%-
XYZ9.564.4335.47-
YUV49.62192.55143.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 16 (6.64% from 255) = 6.35%
BLUE value IS 164 (64.45% from 255) = 65.08%
R=28.57%
G=6.35%
B=65.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72161640.560.9000.36262.782.2235.29
Hex4810A4385A0241075223
Octal110202447013204440712243
Binary10010001000010100100111000101101001001001000001111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4810A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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