#60057C

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

Shades of Indigo #60057C

Tints of Indigo #60057C

Color information

#60057C (or 0x60057C) is unknown color: approx Indigo. HEX triplet: 60, 05 and 7C. RGB value is (96,5,124). Sum of RGB (Red+Green+Blue) = 96+5+124=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #60057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60057C is #9FFA83. Grayscale: #2D2D2D. Windows color (decimal): -10484356 or 8127840. OLE color: 8127840.

HSL color Cylindrical-coordinate representation of color #60057C: hue angle of 285.88º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #60057C is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB965124-
CMYK0.230.9600.51
HSL285.88º92.25%25.29%-
HSV(B)285.88º95.97%48.63%-
XYZ8.524.0519.4-
YUV45.78172.15163.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 5 (2.34% from 255) = 2.22%
BLUE value IS 124 (48.83% from 255) = 55.11%
R=42.67%
G=2.22%
B=55.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9651240.230.9600.51285.8892.2525.29
Hex6057C176003311e5c19
Octal14051742714006343613431
Binary110000010111111001011111000000110011100011110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60057C; }

 p { color: rgb(96,5,124); }

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

<style>
 a { background-color: #60057C; }

 a { background-color: rgb(96,5,124); }

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

<style>
 span { border-color: #60057C; }

 span { border-color: rgb(96,5,124); }

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