#600AA5

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

Shades of Indigo #600AA5

Tints of Indigo #600AA5

Color information

#600AA5 (or 0x600AA5) is unknown color: approx Indigo. HEX triplet: 60, 0A and A5. RGB value is (96,10,165). Sum of RGB (Red+Green+Blue) = 96+10+165=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 165 (64.84% from 255 or 60.89% from 271); Max value from RGB is 165 - color contains mainly: blue. Hex color #600AA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600AA5 is #9FF55A. Grayscale: #343434. Windows color (decimal): -10483035 or 10816096. OLE color: 10816096.

HSL color Cylindrical-coordinate representation of color #600AA5: hue angle of 273.29º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600AA5 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9610165-
CMYK0.420.9400.35
HSL273.29º88.57%34.31%-
HSV(B)273.29º93.94%64.71%-
XYZ11.725.4236.03-
YUV53.38190.99158.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.42%
GREEN value IS 10 (4.30% from 255) = 3.69%
BLUE value IS 165 (64.84% from 255) = 60.89%
R=35.42%
G=3.69%
B=60.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal96101650.420.9400.35273.2988.5734.31
Hex60AA52A5E0231115922
Octal140122455213604342113142
Binary1100000101010100101101010101111001000111000100011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600AA5; }

 p { color: rgb(96,10,165); }

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

<style>
 a { background-color: #600AA5; }

 a { background-color: rgb(96,10,165); }

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

<style>
 span { border-color: #600AA5; }

 span { border-color: rgb(96,10,165); }

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